Re: Where's My Dialog?
Re: Where's My Dialog?
>>
>
> 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?
In that case I would do something like this:
repeat
tell application "System Events"
activate
beep
set userResponse to display dialog "No selection was made." buttons "OK" default button 1 giving up after 60
if gave up of userResponse is false then exit repeat
end tell
end repeat
This will keep the dialog at the front until a user hit's the ok button.
HTH,
ES _______________________________________________
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