"display dialog" time out?
"display dialog" time out?
- Subject: "display dialog" time out?
- From: James Reynolds <email@hidden>
- Date: Thu, 14 Feb 2002 11:05:20 -0700
I have an interesting problem. I have a script that is timing out on
this line (which happens to be the first line):
display dialog "text" giving up after 10
The reason it is timing out is because the screen saver is on when
the script launches (script is saved as an application).
Does anyone have any ideas how to get this to not timeout?
I tried:
with timeout of 10 seconds
tell me
display dialog "text" giving up after 10
end tell
end timeout
But I don't think I am doing this right. Or maybe it just isn't working right?
--
Thanks:
James Reynolds
University of Utah
Student Computing Labs
email@hidden
email@hidden
801-585-9811
_______________________________________________
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.