Re: Where's My Dialog?
Re: Where's My Dialog?
- Subject: Re: Where's My Dialog?
- From: Marconi <email@hidden>
- Date: Mon, 22 Feb 2010 16:56:54 -0700
At 7:02 AM -0700 2/22/10, Robert Poland sent email regarding Re:
Where's My Dialog?:
Marconi,
try something like this;
tell application "System Events"
activate
beep
display dialog "No selection was made." buttons "OK" default
button 1 giving up after 4
end tell
The call to System Events puts the dialog in the front.
That helps if I happen to be there. Often I am away and when I
return, the dialog is nowhere to be seen, obscured by who knows what
window(s).
Is there a way to specify that a dialog float above other windows?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden