-
You need to run your script editor under Rosetta
-
Don't know why you take this attitude...
-
I am sorry to say but scripting Master Pages in Quark has always been a tricky affair
-
You missunderstood me.
You can round any number really. The problem you were having is you were adding 2 values together of different units.
so if you want to add Page Width, Registration Mark Offset and Registration Mark length, they must all be in the same unit.
200 mm + 6 pt + 12 pt is not equal to 218 mm but rather 206.35 mm ...
-
[quote user="donone"]just use the find and replace feature in quark
copy and paste a return into the first field
place a space in the second field
replace all.
it will remove all returns and replace with a space[/quote]
This is the Applescript forum donone... your solution does not work here.
-
Not all images can be re-imported like this.
The trick here is to get all the properties of an image (scale, offset, skew, etc.) then import the replacing image and then re-applying the properties.
Some properties however do not allow do be set via AppleScript. Clipping Mask for example is one of them.
So I suggest you do your own tests ...
-
Unfortunately, boxes on Master Spread cannot be targetted according to set properties. However, the following script will do what you want on all pages that of you document that has the mentioned Mastre applied to it.
001 tell application "QuarkXPress Passport ...
-
Actually Erik, I do not think these stats are calculated the way you expect them to be.
It appears that the Genie here only looks at the "touched" thread in the last 3 days and not how often they wer "touched" within those 3 days.
I must admit though that this does mislead you somewhat.
But you know what tey ...
-
It is very hard to target a specific picture box unles it has a specific (and unique) property (name, color, location, frame, contents, etc.)
-
Maybe I can offer a course of actions...
I find odd that you cahnge the measuring units as it does not appear to be affecting anything afterwards.
In fact I would much rather expected to see:set horizontal measure to points
set vertical measure to pointsBEFORE theset pagewidth to page width as realThat would ensure that the value of ...