Tkinter and ActiveX event

swell at netcourrier.com swell at netcourrier.com
Tue Sep 19 13:05:46 EDT 2006


Hi,
  I want to integrate into an GUI a activeX component that generate
some events.
What i have done is :
  - Create the activeX component ( DispatchWithEvents method )
  - create the GUI
  - app.mainloop()

My pb is that i don't know how to take into account the events
generated by the activeX component into my Tk app main loop to update
the GUI for ex. Can someone spot me an example or give some clues?

Thx
Manu




More information about the Python-list mailing list