• 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 crashing when invoked from AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iSync crashing when invoked from AppleScript


  • Subject: Re: iSync crashing when invoked from AppleScript
  • From: Jakob Peterhänsel <email@hidden>
  • Date: Fri, 22 Jul 2005 12:50:35 +0200

Hi,

This seems to work for me, without the crash:

tell application "iSync"
    if not syncing then synchronize

    repeat while syncing
        delay 2
    end repeat

    quit
end tell

I do get the crash using your code, though!

    Jakob Peterhänsel

"Tell me why, don't we try, not to break our hearts
  and make it so hard for our selfs"
P.S.B. 1987

Email:     email@hidden
AIM:         Marook
Phone:     +45 22684961

On 22/07/2005, at 6:47, Rosyna wrote:

I guess I should have mentioned that it *seems* to require a bluetooth phone be added as a device to sync. I can't seem to get it to repro on macs without a BT phone. But the ones that have been able to repro did so with a BT phone.

Ack, at 7/22/05, Tim Mansour said:


Has anyone else had an issue with iSync crashing when trying to sync via AppleScript? Specifically using the below AppleScript?



I've been using this one for a while now with no problems, run from the System Script Menu:



ignoring application responses
    tell application "iSync"
        synchronize
    end tell
end ignoring


Currently on 10.4.2; iSync 2.1; no crashes.


-- Tim Mansour <email@hidden>


--


Sincerely, Rosyna Keller Technical Support/Holy Knight/Always needs a hug

Unsanity: Unsane Tools for Insanely Great People
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (Applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
40hjemme.dk


This email sent to 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 crashing when invoked from AppleScript (From: Rosyna <email@hidden>)
 >Re: iSync crashing when invoked from AppleScript (From: Tim Mansour <email@hidden>)
 >Re: iSync crashing when invoked from AppleScript (From: Rosyna <email@hidden>)

  • Prev by Date: Re: empty trash on certain disk
  • Next by Date: Re: empty trash on certain disk
  • Previous by thread: Re: iSync crashing when invoked from AppleScript
  • Next by thread: Re: iSync crashing when invoked from AppleScript
  • Index(es):
    • Date
    • Thread