• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Connection is invalid
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
  • Prev by Date: Re: "info for" weirdness
  • Next by Date: (2) display dialog: limited size?
  • Previous by thread: Re: Mail problems with special characters
  • Next by thread: (2) display dialog: limited size?
  • Index(es):
    • Date
    • Thread