• 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: How to direct text output to a window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to direct text output to a window


  • Subject: Re: How to direct text output to a window
  • From: KOENIG Yvan <email@hidden>
  • Date: Sun, 16 Mar 2008 16:22:56 +0100


Le 16 mars 2008 à 16:13, Stranathan, Dan a écrit :

tell application "System Events"
-- LOGIN ITEMS
get the properties of every login item
-- Example: {{class:login item, path:"/Users/sal/Desktop/View Remote Screen.app", hidden:false, kind:"Application", name:"View Remote Screen"}}
end tell


tell application "System Events"
	set the_paths to get the path of every login item
	set the_names to name of every login item
end tell

set my_choices to choose from list the_names with multiple selections allowed

May help.

Yvan KOENIG _______________________________________________
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: 
 >How to direct text output to a window (From: "Stranathan, Dan" <email@hidden>)

  • Prev by Date: How to direct text output to a window
  • Next by Date: Re: How to direct text output to a window
  • Previous by thread: How to direct text output to a window
  • Next by thread: Re: How to direct text output to a window
  • Index(es):
    • Date
    • Thread