Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Since just about anyone w/ .Mac accts needs this...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Since just about anyone w/ .Mac accts needs this...
Authored by: paulrob on Nov 21, '03 08:54:23AM

The line starting 'set abookRun to ... ' thru to ' .. contains "iSync"' 3 lines below should be replaced by: -

tell application "Finder"
set abookRun to (name of processes) contains "Address Book"
set iSyncRun to (name of processes) contains "iSync"
end tell



[ Reply to This | # ]
Since just about anyone w/ .Mac accts needs this...
Authored by: Graff on Nov 21, '03 12:45:14PM

Yeah, that way shortens the lines and produces basically the same script. I should have done that so that I could have avoided the line continuations which seem to cause so many headaches, but when you are doing stuff sometimes you just copy and paste and don't look to see if you should combine stuff.



[ Reply to This | # ]
Thanks everyone for the help!! *N/T*
Authored by: pairof9s on Nov 21, '03 01:10:45PM

n/t



[ Reply to This | # ]