Re: iSync vs. AppleScript
Re: iSync vs. AppleScript
- Subject: Re: iSync vs. AppleScript
- From: Les Vogel <email@hidden>
- Date: Sat, 18 Jun 2005 20:49:10 -1000
Title: Re: iSync vs. AppleScript
At 5:14 PM -1000 6/18/05, Les Vogel wrote:
It used to be that you could start a
iSync from an AppleScript, but now with Tiger, it seems that if you
tell "iSync" to Synchronize, you must have a device.
Is there something else I can tell to get .Mac synchronization to
happen?
Radar # 4153945
Lame work around:
tell
application
"System Preferences"
activate
reveal 4th anchor of pane
"com.apple.preference.internet"
end
tell
tell
application
"System Events"
tell application
process
"System Preferences"
repeat while not value of
attribute
"AXEnabled" of button "Sync Now" of tab
group
1 of
window
".Mac"
delay 1
end
repeat
click
button
"Sync Now" of tab group 1 of window ".Mac"
end tell
end
tell
--
Les Vogel email@hidden
(808) 870-0418
860 Kili Place
Skype: lvogel3
Ha'iku, HI 96708-5621
AIM:
email@hidden
_______________________________________________
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