Re: Launch, then hide an app
Re: Launch, then hide an app
- Subject: Re: Launch, then hide an app
- From: Craig Sutherland <email@hidden>
- Date: Tue, 2 Sep 2003 12:16:34 -0500
On Tuesday, September 2, 2003, at 11:24 AM, Lorin Rivers wrote:
Can I launch, then hide an app in Mac OS X using AS?
skulk \SKULK\ verb
*1 : to move in a stealthy or furtive manner
2 a : to hide or conceal something (as oneself) often out of cowardice
or fear or with sinister intent b chiefly British : malinger
Lorin,
Depending on the application and checking its dictionary will tell you,
you can set the visible property of a window to false.
tell application "TextEdit"
launch
set visible of window 1 to false
end tell
Craig
--
Groovin' to Doc Watson & Merle Travis: First Meeting (Dialogue) by The
Nitty Gritty Dirt Band off of Will The Circle Be Unbroken (Disc 2)
_______________________________________________
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.