Hi All
I have the following problem!
I have an Xtension for QE7.5 by markzware called ID2Q which converts indesign documents to quark project files via a menu on the tool bar.
My code looks like this:
tell application “QuarkXPress”
activate
end tell
try
tell application “System Events”
tell process “QuarkXPress”
tell menu bar 1
tell menu bar item “Markzware”
tell menu “Markzware”
tell menu item “ID2Q”
tell menu “ID2Q”
click menu item “ID2Q Updates…”
end tell
end tell
end tell
end tell
end tell
end tell
end tell
end try
I cannot get it to access that specific object if I change the object to save file open it works brilliantly?
Any thoughts ?
Or are my suspicions correct in saying that because this is not a stock standard part of Quark (i.e an Xtension) that this menu would not be supported?
I need to get this into a repeat loop so that it will batch convert and save many indesign files to quark project qxp file downsaved to version 6.0 of quark.
I then need to open QE 6 and have convert all these files to Postscript using my network printers PPD file cause i need them to print out duplex and why does mac not have the option to save a duplex built in to its standard ppd’s this might be a bit of topics but I am interested to know nevertheless!
Thanks for any help anyone can give with regards to anything in the above process.
Cheers
Frusrated Documentation Database admin!![]()