Re: Canceling events on COM Objects in python

2007-08-18 Thread Oliver Nelson
Mike, Thank you for the suggestion. I will ask over there also. The event is sent back from the COM interface as the code illustrates. MakeActiveXClass allows me to pass the object that will receive events. I don't understand much more detail about how it works. It is certainly a differen

Re: Canceling events on COM Objects in python

2007-08-18 Thread kyosohma
On Aug 17, 11:54 pm, Oliver Nelson <[EMAIL PROTECTED]> wrote: > I have MapPoint working in Python, and I'm trying to cancel events on > the map, but I can't seem to make that happen. I'm responding to the > events successfully in my panel object. My code is like this: > > global MapPointMod > Map