Re: Output Audio Device
Re: Output Audio Device
- Subject: Re: Output Audio Device
- From: kai <email@hidden>
- Date: Thu, 2 Nov 2006 01:29:06 +0000
On 2 Nov 2006, at 00:23, Adam Bell wrote:
But the 'burning' question is then "Where does one discover
'Anchors'?" I think you said something about that recently, but
can't recall.
--------------
set text item delimiters to return & tab
tell application "System Preferences"
set l to id of panes
repeat with i in l
set i's contents to i & {"", ""} & name of anchors of pane id i
end repeat
end tell
set text item delimiters to return & return
set l to "System Preferences: Pane ID & Anchors" & {"", l} & return
set text item delimiters to {""}
tell application "TextEdit" to make document with properties {text:l}
--------------
---
kai
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden