Re: How to direct text output to a window
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