Hi List,
It’s been a while ago that I post something but there is something I don’t know how to solve this.
Question: is QXPScriptingAdditions.osax not compatible with intel machine?
Xcode gives this error every time I build an application (In these applications I don’t use Quark): dyld returns 2 when trying to load /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScriptingAdditions
The applescript’s I made for Quark menu doesn’t work with the get commands. It looks like QXPScriptingAdditions doesn’t coerce the data into integers.
tell application "QuarkXPress Passport"
set page width of document 1 to 420
end tell
this works on my machine
tell application "QuarkXPress Passport"
get page width of document 1
end tell
normally this would return 420 But on my intel machine it will return «data FXHM04A68D1A»
I had this problem a while ago but on that machine there wasn’t QXPScriptingAdditions installed.
Does anyone know how to solve this?
greetings bastiaan
Model: MacBook Pro
AppleScript: 1.10.6
Browser: Safari 417.9.2
Operating System: Mac OS X (10.4)