Re: Dissatisfied with Display Dialog command
Re: Dissatisfied with Display Dialog command
- Subject: Re: Dissatisfied with Display Dialog command
- From: JJ <email@hidden>
- Date: Wed, 17 Oct 2001 04:19:03 +0200
>
What I think I'd really prefer is something that would allow me to
>
communicate with a dialog box such as can be created in ResEdit. This would
>
give me total control of formatting, controls, etc. ResEdit isn't a hard
>
requirement, just something I know.
"Dialog Runner" osax manipulates rsrc files (DITL, DLOG, PICT...)
i.e.
set RsrcFile to alias "HD:Desktop Folder:RsrcFile"
run dialog "Hello" from RsrcFile until {"OK", "Cancel}
--> record with the result
But I really prefer "Dialog Director". So configurable, many features...
JJ