Re: [Pythonmac-SIG] creating a dictionary for an applescript app?

2007-06-19 Thread has
On 19 Jun 2007, at 00:43, tom wible wrote: > i'm trying to access a function in an applescript.app i've > written...in applescript it's: > >tell application "playRec" > initRecList(false) > set recList to listRecDict() -- returns a list of records >end tell > > but i want to

[Pythonmac-SIG] Send a fax or email via PDF workflow with PyObjC

2007-06-19 Thread Daniel Miller
I'm using PyObjC to print a PDF document in an application I'm building. I've got the print feature working with a custom NSView subclass and NSPrintOperation (I can print and preview PDF documents generated by my application). However, I would like to provide a fax number and and email add