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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to