Connection is invalid
Connection is invalid
- Subject: Connection is invalid
- From: zoff <email@hidden>
- Date: Sun, 9 Mar 2003 10:50:25 -0500
Occasionally on some of my AppleScript Studio apps I get a "Connection
is invalid" error, since it doesn't happen consistently I haven't been
able to trace down the problem. But now I have a simple script where
this happens consistently:
tell application "Retrospect"
activate
-->Retrospect got an error: Connection is invalid.
end tell
My current work around is this:
try
tell application "Retrospect"
activate
end tell
end try
delay 10
tell application "Retrospect"
execute "test" to "test"
end tell
Can someone explain what is going on here.
Thanks.
_______________________________________________
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.