Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > quick dumb isync question.

quick dumb isync question.
Thread Tools
Professional Poster
Join Date: Jan 2001
Location: brooklyn ny
Status: Offline
Reply With Quote
Mar 25, 2005, 10:06 AM
 
i've admitted in advance that it's dumb (so give me a break)

why doesn't isync quit when it's done syncing?

i use it regularly with my palm (t2); works great (although this one time... )
as a precaution, i always back up my palm first to an sd card.

but after syncing, the app just sits there. any way to get it to quit after syncing?


thanx!
"At first, there was Nothing. Then Nothing inverted itself and became Something.
And that is what you all are: inverted Nothings...with potential" (Sun Ra)
     
Mac Enthusiast
Join Date: Nov 2001
Location: fourth sector
Status: Offline
Reply With Quote
Mar 25, 2005, 11:43 AM
 
Originally posted by fisherKing:
i've admitted in advance that it's dumb (so give me a break)

why doesn't isync quit when it's done syncing?

i use it regularly with my palm (t2); works great (although this one time... )
as a precaution, i always back up my palm first to an sd card.

but after syncing, the app just sits there. any way to get it to quit after syncing?


thanx!
Use the menu bar extra to start the sync: No app opens, no app is not quitting.

nexus5.
     
Professional Poster
Join Date: Jan 2001
Location: brooklyn ny
Status: Offline
Reply With Quote
Mar 25, 2005, 02:17 PM
 
Originally posted by Nexus5:
Use the menu bar extra to start the sync: No app opens, no app is not quitting.

nexus5.

doesn't work; started from the menubar, but still have to enable "hotsync" on the palm...
which opens the isyn window.


anything else to try?

(or guess i'll just have to quit the program after syncing..!)
"At first, there was Nothing. Then Nothing inverted itself and became Something.
And that is what you all are: inverted Nothings...with potential" (Sun Ra)
     
Junior Member
Join Date: Jan 2001
Location: sacramento, ca
Status: Offline
Reply With Quote
Mar 26, 2005, 09:19 PM
 
iSync is applescriptable. so, you can essentially write an applescript application that:

1) opens iSync
2) begins syncing
3) waits until it is finished syncing
4) tells iSync to quit
5) tells itself (the script) to quit

first: open Applications: AppleScript: Script Editor and paste the following

Code:
tell application "iSync" activate synchronize end tell on idle try tell application "Finder" if process "iSync" exists then tell application "iSync" if syncing = false then quit end if end tell else tell application "Synchronize and Quit" quit end tell end if end tell return 5 end try end idle
save it as a 'stay open' 'application' (that's a pulldown and a tickbox in the save dialog) and name it "Synchronize and Quit"

now, instead of launching iSync, you launch "Synchronize and Quit"

FYI, the 'return 5' line is essentially a wait loop of 5 seconds. change the number to suit your needs...but 5 seconds seems tolerable.
if it aint' broke, break it.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 05:06 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2