----------------original message----------------- From: "Andreas Saeger" [email protected] To: [email protected] Date: Sun, 25 Oct 2009 00:45:24 +0200 ------------------------------------------------- > Anthony Messina wrote: >> I am working on an application in Python/PyUNO (to which I am very new) and am >> having a heck of a time creating an XTerminateListener for the desktop. >> >> The connection to OpenOffice is extablised as follows, where OO is already >> listening on the 'fax-gw' pipe: >> > > import unohelper > > # lots of code... > > g_ImplementationHelper = unohelper.ImplementationHelper() > g_ImplementationHelper.addImplementation( > TerminateListener, > 'com.sun.star.frame.Desktop',() > )
Thank you very much. I'll give this a try. -A -- Anthony - http://messinet.com - http://messinet.com/~amessina/gallery --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
