Is QXPScriptingAdditions.osax not compatible with Intel mac?

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)

Moving to OS X forum.

Well, DJ, I know that PPC-only scripting additions won’t work on Intel, and I also know that Quark has yet to release an Intel or Universal Binary version of XPress. So, I bet the problem is that this scripting addition is still PPC-only.

Hi,
However you can run your scripts. You just need to run the Script Editor on Rossetta.
Select the Script Editor executable. Press Cmd+i. Select check box “Open using Rosseta”
Regards:
Vijay Kumar

Thanks.

I Expected that my QuarkXpress 7 has an QXPScriptingAdittion intel compiled. So I’ll have to wait now Beause I can make script but it won’t run on other machines. And they are complete applications and not just scripts.

Thanks again