Re: Help with system preferences...
Re: Help with system preferences...
- Subject: Re: Help with system preferences...
- From: kai <email@hidden>
- Date: Wed, 8 Mar 2006 19:04:23 +0000
On 8 Mar 2006, at 13:57, Bernardo Höhl wrote:
Basically what I need to do is:
Open system preferences and untick the box under > print and fax >
faxing > "Receive faxes on this computer"...
Try something like this, Bernardo:
----------------
tell application "System Preferences" to reveal anchor ¬
"fax" of pane "com.apple.preference.printfax"
tell application "System Events" to tell checkbox ¬
"Receive faxes on this computer" of tab group 1 of window 1 ¬
of process "System Preferences" to if value is 1 then click
quit application "System Preferences"
----------------
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden