Do As applescript behaving different on 10.3?
tkuypers at pandora.be
tkuypers at pandora.be
Mon Nov 17 15:53:07 EST 2003
Now I¹m starting to panic...
This script works on OS X 10.2 but doesn¹t on 10.3... Anyone care to
un-panic me? PLEASE!!!!
Put ³tell application ² & quote & ³InDesign 2.0.2² & quote & cr into vScript
Put ³close active document² & cr after vScript
Put ³end tell² after vScript
Do vScript as AppleScript
The result is always ³compiler error² when sending them from RR, when
executing the scripts in the script-editor they all work fine.
(Of course this is just a very simple script, the real ones are a lot
complexer...)
This one works fine:
Put ³tell application ² & quote & ³InDesign 2.0.2² & quote & cr into vScript
Put ³activate² & cr after vScript
Put ³end tell² after vScript
Do vScript as AppleScript
Anyone any clues?
Regards,
Ton Kuypers
More information about the use-livecode
mailing list