Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark print query, help required, please...




Any other ideas would be appreciated. According to the Quark library I should be able to use 'OPI omit TIFF and EPS' in the PRINT line of the script.
Hi Nick,

I tried the following with XPress 6.5:

tell application "QuarkXPress"
	tell document 1
		tell OPI setup 1
			set include TIFF to false
			set include EPS to false
			set lowres TIFF to false
			set OPI active to true
			return properties
		end tell
	end tell
end tell

-->
{
	include TIFF:false,
	include EPS:false,
	«class pCMS»:true,
	lowres TIFF:false,
	«class pCMP»:true
}

I do not really understand the result («class pCMS»). What I expected would look like this:

{
	include TIFF:false,
	include EPS:false,
	lowres TIFF:false,
	OPI active:true
}

But I think you should be able to run the code above
or there is something wrong with your XPress installation.
OPI active of OPI setup 1 should return true
or all your images will be included.
I think "OPI omit TIFF and EPS" in the print line is discarded if "OPI active" is not "true"


I removed the Xtension OPI.xnt and then i got the message:

QuarkXPress got an error: Can't set include TIFF of OPI setup 1 of document 1 to false.

Maybe your OPI.xnt is corrupt?



Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/mailman//archives/applescript-users

This email sent to email@hidden
References: 
 >RE: Quark print query, help required, please... (From: Nick Hearn <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.