How to talk to apps invisibly?
How to talk to apps invisibly?
- Subject: How to talk to apps invisibly?
- From: email@hidden
- Date: Sun, 2 Dec 2001 21:28:25 EST
I've got an AppleScript that looks like this:
tell application "Internet Connect"
disconnect
end tell
It works, but it has this unfortunate side-effect of displaying the Internet
Connect pane to the user as my script is running. Is there a way to suppress
the display of an application that I'm controlling via AppleScript?