Ask a Question related to Mac Programming, Design and Development.
-
Phil Taylor #1
Pasting into dialogs
Back in the Good Old Days programmers had to implement a filter proc
and call DialogPaste to enable the user to paste text into an edittext
field of a dialog. Sometime a bit more recently this went away, and
it "just worked". I find this is still true for my CFM Carbon app
when running under OS 9, but not under X.
Experimentally, I tried an old-fashioned filter proc. DialogPaste
is still there in Carbon, but doesn't appear to do anything. Tried
doing it the hard way, getting the data from the scrap and the
appropriate TEHandle and calling TEInsert. What I got was TWO
copies of the scrap text pasted in. Grrr.
Could some kind person please tell me what I need to do to enable
pasting of text into a dialog under OS X?
Phil Taylor
Phil Taylor Guest
-
Stock Dialogs
Is there any way to use the built in Acrobat dialogs? Specifically, I want to use the one that lets you specify where you want to insert a new page. -
Form submission and surpressing ie and outlook dialogs
When a potential client clicks "submit" on my form, Internet Explorer dialog appears saying: This form is being submitted using email. Submitting... -
[PHP-DEV] PHP Extension and Windows Common Dialogs
Hi, As Frank suggested, I tried using php_win.exe to call my test script with and I still got exactly the same results, namely the dialog boxes... -
[PHP-DEV] PHP Extension and Windows Common Dialogs
Hi, I have an extension that includes code to use the common dialog boxes provided by Win32, explicitly a call to GetOpenFileName(). This is... -
Can't See Adobe Gamma Dialogs
I've installed Photoshop 7 and am trying to use Adobe Gamma, in Wizard mode, to calibrate my monitor but the dialog windows aren't big enough to show...



Reply With Quote

