Re: Display Dialog (addendum)
Re: Display Dialog (addendum)
- Subject: Re: Display Dialog (addendum)
- From: Mr Tea <email@hidden>
- Date: Fri, 21 Sep 2001 20:47:31 +0100
I probably should have mentioned that directing a display dialog command at
a non-scriptable app will fail.
If your dialog is being displayed by an applet, then this...
activate
display dialog "How about this, then?"
without any tell block around it, will bring the applet to the front when it
displays the dialog.
T