Re: Popup dialog message
Re: Popup dialog message
- Subject: Re: Popup dialog message
- From: Nigel Garvey <email@hidden>
- Date: Sun, 9 May 2004 15:07:19 +0100
Michael Terry wrote on Sat, 8 May 2004 10:40:23 -0700:
>
On May 8, 2004, at 12:03 AM, Gnarlodious wrote:
>
>
> I'm trying to make a popup message live for 2 seconds then then bring
>
> the
>
> original app to the front.
>
The easiest way to handle this would be to never disturb the front
>
application's frontmost-ness:
>
>
tell app "Finder"
>
tell app (path to frontmost application as text)
>
display dialog msg giving up after 2
>
end
>
end
You don't even need to involve the Finder.
NG
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.