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',()
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]