• 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: iSync vs. AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >iSync vs. AppleScript (From: Les Vogel <email@hidden>)

  • Prev by Date: Re: [ANN] XNet 1.0
  • Next by Date: Re: display dialog bug
  • Previous by thread: iSync vs. AppleScript
  • Next by thread: Smile won't start up, just one bounce in the dock
  • Index(es):
    • Date
    • Thread