Re: [Pythonmac-SIG] How do I send appleevents to an external program

2005-01-29 Thread Joachim MÃ¥rtensson
Bob Ippolito wrote: On Jan 29, 2005, at 19:40, Joachim Mårtensson wrote: Hello everyone. I am trying to figure out how to send appleevents to an external program. What I want to accomplish is to open a text document in a editor that supports the external editor protocol as described here http

Re: [Pythonmac-SIG] How do I send appleevents to an external program

2005-01-29 Thread Bob Ippolito
On Jan 29, 2005, at 19:40, Joachim Mårtensson wrote: Hello everyone. I am trying to figure out how to send appleevents to an external program. What I want to accomplish is to open a text document in a editor that supports the external editor protocol as described here http://www.codingmonkeys

[Pythonmac-SIG] How do I send appleevents to an external program

2005-01-29 Thread Joachim MÃ¥rtensson
Hello everyone. I am trying to figure out how to send appleevents to an external program. What I want to accomplish is to open a text document in a editor that supports the external editor protocol as described here http://www.codingmonkeys.de/techpubs/externaleditor/pbxexternaleditor.html. Here