Richard Townsend wrote:
I've been experimenting with passing a window handle from a wxPython app to
a Tkinter app. The Tkinter app should embed a Toplevel window containing a
Canvas widget in the wxPython app's Frame.Both apps run, but the Tkinter app's output doesn't appear.
Can anyone see why this isn't working?
IIRC, only the process that owns the window can do anything with the handle.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!