> MyListener in this case is a servant (CORBA terminology for an object
> implementation). You need to create an object reference for the servant
> by calling the servant's _this() method. CORBA methods expect object
> references rather than servants, so that is what you need to pass.
>
I tried this and it raises an error (CORBA.NO_IMPLEMENT).
Code:
registry.registerGlobalEventListener(listener._this(), �focus:�)
When I get back online tomorrow I can post a complete script. It looks
like the event listener interface has not been implemented?
--Tessa
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/