RE: gaining control
RE: gaining control
- Subject: RE: gaining control
- From: Rob Jorgensen <email@hidden>
- Date: Sat, 25 Oct 2003 11:03:47 -0400
At 6:37 AM -0500 10/25/03, Jim Brandt wrote:
RE: Rob Jorgensen <email@hidden>
tell application "Eudora"
repeat
if status of message outgoing_ is sent then
exit repeat
else
-- do shell script "sleep 5" -- OS X
delay 5 -- pre-OS X
end if
end repeat
end tell
You might want to include a limit to the the number of times that it
checks the message status in case Eudora can't connect to the server.
Thanks Rob for the suggestion. However, watching in the events log,
the status comes up as "read" and never changes.
Next suggestion?
Jim,
How did you incorporate the sample code into your script? It works
here when "message outgoing_" points to an appropriate target.
-- Rob
_______________________________________________
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.