Sorry, but there are no more tags available to filter with.
-
"Anyway, you don't need to turn on full res preview one box by one. You can select all boxes on the spread and turn it on or off all at once." This will not work with several grouped objects on the spread! I have the same problem. Is there no xtension available? It will not work with AppleScript...
-
I've got 4200 lines of Applescript to automate our mailroom, and the darn thing gets stuck on the above error whenever we try a print a Quark file with an embedded printer description. It responds to a manual press, but nothing in Applescript will press that darn button. It's obviously locked...
-
[quote user="stevewit"]Any suggestions for how to get 7.3.1 on Intel to get the name of a named box?[/quote] Try this: tell application "QuarkXPress Passport" tell document 1 set properties of generic box 1 to {name:"BOXNAME"} tell generic box "BOXNAME" set theProps...
-
The main thing that broke with my applescripts that broke was how I had to address colors. It is mainly Leopard that broke my scripts, not Quark 7.31.
-
This line of code on Tiger used to read : set print colors to composite CMYK Now in Leopard it changed to: set output setup to «constant PCLECACC» I got it finally to compiled to: set output setup to CMYK I don't know if is it correct or not. I want to print colors as composite CMYK but when I put...
-
After upgrading to Leopard today I discovered most of my scripts no longer work. After reading this post I worked out that the problem is in the way colours are assigned to objects. So to summarise in Leopard, this code will crash: [code:1:2fdecb6a83]make new picture box at end with properties {color:"Black"}...
Page 1 of 1 (6 items)