Hello Everyone,
I am having trouble getting the correct Status Code and Status Text from Toast Titanium 6 and 7… I have an AppleScript application that burns a DVD in the background and want to show the user a visual status of the burning progress… Everytime I get the stauts text and code from toast I always get a “0” and “UNKNOWN STATUS” even while it is burning. Here is what Toast’s AS Dictionary says:
status text – Toast’s current status as shown in the progress bar.
status code – Toast’s current status code: 0 for idle and no error, 1 to 100 for “percent complete”, 101 for “indeterminate”, or a negative value for error codes.
Has anyone else had this problem or know how to get it to work?
Here is the code I am using
tell application "Toast 6 Titanium"
tell disc 1
return status code & tab & status text
end tell
end tell
Thanks in advanced,
Nate