• 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
Re: hide process window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hide process window


  • Subject: Re: hide process window
  • From: "koenig.yvan" <email@hidden>
  • Date: Tue, 31 Jul 2012 10:30:55 +0200


Le 31/07/2012 à 00:04, Robert Poland <email@hidden> a écrit :

Hi,

I'm looking to detect a visible window  and hide it.

On my morning startup script Skype is launched but the launch time is kind of slow. After the window is visible I would like to hide it.

This errors;
tell application "System Events"
set processlist to name of every process whose window1 is visible
end tell

Any ideas?

TIA,


tell application "System Events"
set processlist to name of every application process whose every window is not {}
--> {"Mail", "AppleScript Editor"}
end tell


Yvan KOENIG (VALLAURIS, France) mardi 31 juillet 2012 10:30:36
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >hide process window (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: hide process window
  • Next by Date: AppleScript on Mountain Lion
  • Previous by thread: Re: hide process window
  • Next by thread: AppleScript on Mountain Lion
  • Index(es):
    • Date
    • Thread