Re: [python-win32] attaching an event handler to alreadycreated object

2011-01-31 Thread Roger Upole
k you, > To: python-win32@python.org > From: rup...@hotmail.com > Date: Mon, 31 Jan 2011 00:30:32 -0500 > Subject: Re: [python-win32] attaching an event handler to alreadycreated > object > > Try replacing > > self.m__signpad = Topa

Re: [python-win32] attaching an event handler to alreadycreated object

2011-01-31 Thread Patricio Stegmann
: python-win32@python.org > From: rup...@hotmail.com > Date: Mon, 31 Jan 2011 00:30:32 -0500 > Subject: Re: [python-win32] attaching an event handler to alreadycreated > object > > Try replacing > > self.m__signpad = TopazSigPlus.SigPlus(

Re: [python-win32] attaching an event handler to alreadycreated object

2011-01-30 Thread Roger Upole
Try replacing self.m__signpad = TopazSigPlus.SigPlus() with self.m__signpad = win32com.client.DispatchWithEvents(TopazSigPlus.SigPlus(), MyEvents) Roger Patricio Eduardo Stegmann wrote: > Hi Roger, > > could you please be a bit more specific ? > > > - Original message - >> You c