RE: FW: Quark error's
RE: FW: Quark error's
- Subject: RE: FW: Quark error's
- From: Gary Bielby <email@hidden>
- Date: Mon, 2 Dec 2002 11:48:21 -0000
Hi Hans,
The script lines below l sent you do work on my system as l tried them
before email you with them. You can also try typing 'without template' at
the end of you save line:
save document 1 in (theSavePath & FileName & ".QXP") without template
this also works OK on my Mac.
Did you gey my other email l sent to you regarding the other scripts
problems?
Gary.
-----Original Message-----
From: Axel Luttgens [
mailto:email@hidden]
Sent: 02 December 2002 11:42
To: AppleScript Users
Subject: Re: FW: Quark error's
Hans Schoenmaker wrote:
>
Darn,
>
>
>
>
>
>Problem 1
>
>----------
>
>If you take a look that QuarkXPress Applescript Dictionary in the save
>
>object you have [template boolean] so all you need to do is say "template
>
>no" at the end of your save line. ;-)
>
>
>
>EG: save document 1 in (theSavePath & FileName & ".QXP") template no
>
>
>
>
>
>
>
This gives me the error "expecting end of line... but found identifier"
>
>
>
Could it be that you have to use 'false' (or 'true') instead of 'no' (or
'yes')?
A boolean takes its values out of: false, true.
The message telling about "finding an identifier" could indicate that
AppleScript attempts to interpret 'no' as a variable or property name
(which could be set to a boolean value).
>
>
>
> Problem 2
>
>-----------
>
>Not really played around with EPS files alot... but the last time l did
>
>something it looked like this:
>
>
>
>repeat with i from 1 to pagecount
>
>save page i EPS format Mac color include preview "true" EPS data
>
>binary EPS OPI include images in (outFile)
>
>end repeat
>
>
>
>
>
>
>
Her I get exactly the same!!! This also gives me the error "expecting end
of
>
line... but found identifier"
>
>
:-<
>
>
>
Could you indicate which part of your script gets highlighted because of
an error?
And also post the relevant entry of Quark's dictionary (I don't use QXP,
so...).
Axel
_______________________________________________
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.
This E-Mail and any attachment is intended only for the person or entity for
which it is addressed and may contain confidential material. If you are not
the addressee or have received this E-Mail in error, please inform the
sender immediately and delete it from your computer. In addition, if you are
not the addressee or have received this E-Mail in error, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance
upon it is prohibited and may be unlawful.
If this E-Mail has been transmitted outside the ordinary course of its
business, the company for which the sender works accepts no liability for
any loss or damage suffered by any person arising from any use of or
reliance on information contained in this E-Mail, and any opinion expressed
in this E-Mail is personal to the sender and may not reflect the opinion of
such company. Although the network operator makes every reasonable effort to
keep its network free from viruses, neither the network operator nor the
sender or the company for which the sender works accepts any responsibility
for computer viruses transmitted through this E-Mail or any attachments; it
is your responsibility to virus scan this E-Mail and any attachments. Any
E-Mail reply to this address may be subject to interception or monitoring
for operational reasons or for lawful business practices.
_______________________________________________
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.