The following works just fine:
set macSource to "Volumename:" as alias
tell application "Toast 6 Titanium"
end tell
tell application "Toast 6 Titanium"
make new Mac Volume disc
tell current disc
end tell
tell current disc
set macvolume to macSource
end tell
end tell
This creates a Mac Volume-type disc, then selects the volume (mounted disc image in my case) "Volumename" as the source. No problem at all.
Trying to do the same with a hybrid disc, however:
set macSource to "Volumename:" as alias
tell application "Toast 6 Titanium"
end tell
tell application "Toast 6 Titanium"
make new Mac Hybrid disc
tell current disc
end tell
tell current disc
set macvolume to macSource
end tell
end tell
Results in an applescript error "Error: -43. a file couldn't be found." I've tried this every which way, using a aliases, POSIX paths, etc., but Toast always fails when trying to set the volume source. Some errors are about coercing the value into the right type.
I think there was a message with the solution to this problem in the old forums, but the only cache of the message I can find (on google or archive.org) does not include the replies that may contain an answer! The post was here:
http://64.233.161.104/search?q=cache:f5R1h...brid+disc&hl=en
Any thoughts?
Thanks in advance!
Randy

Help
Roxio Community




