View Single Post
Quote:
Originally Posted by Weasel View Post
Anyone used that? Is it working?

I get this when I try to run the script:
Code:
tell application "Life Balance"
	get document id 1
		"Life Balance got an error: Can't get document id 1."
I get a similar error - what version of Life Balance was the scirpt written for? I'm using 3.2.9 and looking at the AppleScript dictionary it doesn't seem to have many commands. The script almost looks as though it is failing to pick up information from Life Balance, for instance it contains the line:

set {tName, tNotes, tPlace, tCompleted, tDue} to {name, «class Note», name of «class Plac», «class Comp», «class SchT»} of lbTask

I don't think the phrases surrounded by carats («») should be like that?