[Pythonmac-SIG] appscript and XXXX - what is my app instance returning?

2005-03-30 Thread me
I am having much fun with appscript and QuarkXpress6.x The appscript module is such a fantastic piece of code. It lets novices wander right into the thick of AppleScript without requiring intimate knowledge of AppleScript's eccentricities. Unfortunately, when you do get lost like I am. You're compl

Re: [Pythonmac-SIG] appscript and XXXX - what is my app instance returning?

2005-03-31 Thread me
I think your problem is to coerce the Quark data to something like string or real. The data type of quarks page width is horizontal measurement. Only Quark Xpress can handle this data type. You must coerce the data. I don't knoe how to do it in Pythons AppScript but her you have the code in Apple