Mac OS X, Classic, Quark XPress and Script Debugger
Mac OS X, Classic, Quark XPress and Script Debugger
- Subject: Mac OS X, Classic, Quark XPress and Script Debugger
- From: Luca BASSINI <email@hidden>
- Date: Mon, 07 Oct 2002 00:11:00 +0200
Hello all,
Look at this thing and please let me know what you think...
The simple script (targeting Quark XPress) is the following:
tell application "QuarkXPress Passport 4.11"
tell document 1
get width of bounds of current box
end tell
end tell
I'm running XPress in my Classic environment. If I'm using Script Debugger
3.0.4 inside Jaguar 10.2.1, I get this result:
Script 3untitled 12 started
tell application "QuarkXPress Passport 4.11"
get width of bounds of current box of document 1
--> +data FXHM005BC58B;
end tell
Script 3untitled 12 finished
The same result I get if i'm running Script Editor. But if I'm using Script
Debugger 3.0.4 and I decide to launch it as a Classic Application, the
result I get is this:
Script 3untitled 12 started
tell application "QuarkXPress Passport 4.11"
get width of bounds of current box of document 1
--> "32,375 mm"
end tell
Script 3untitled 12 finished
Which is the right result. Anyone can tell me the reason?
Regards,
Luca Bassini
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.