Re: Display Dialog
Re: Display Dialog
- Subject: Re: Display Dialog
- From: Emmanuel <email@hidden>
- Date: Wed, 28 Feb 2001 15:49:07 -0600
At 14:52 -0600 28/02/01, Brad Giesbrecht wrote:
>
>
Hi list,
>
>
I want to resume a script after the user has
>
done some things that are not scriptable.
>
>
I'm trying to use "Display Dialog" to present the
>
user with a "Cancle/Continue" option.
>
>
My problem is, Display Dialog will not move to the
>
background.
>
>
Is there a way around this?
If what you mean is "will not move to the *foreground*", then insert an
"activate" call before "display dialog". This is, assuming your script is
actually an applet.
If your script is running from within an application, then bring the
application to the foreground by "tell the_said_application to activate".
If what you mean is really to bring the display dialog to the background,
then bring another application to the foreground ...
HTH
Emmanuel