Re: [PythonCE] Winhandle problem with tkinter

2005-10-19 Thread Andrew Booth
Thanks. I'm not convinced that the message is being generated by Tkinter or TCL. I think it is coming from deeper, possibly the operating system or the wince.dll. Whatever the source, it is a spurious message, the program works fine despite it. I just wish I could find some way to turn it off. And

Re: [PythonCE] Winhandle problem with tkinter

2005-10-19 Thread Michael Foord
Andrew Booth wrote: > I’m writing an application using tKinter as the GUI. It seems to work > OK, but after a while I keep getting the message ‘No more winhandle > slots’. It seems to be appear immediately before dialogs appear on the > screen. I’m careful to destroy the dialogs when I remove them

[PythonCE] Winhandle problem with tkinter

2005-10-19 Thread Andrew Booth
I’m writing an application using tKinter as the GUI. It seems to work OK, but after a while I keep getting the message ‘No more winhandle slots’. It seems to be appear immediately before dialogs appear on the screen.  I’m careful to destroy the dialogs when I remove them from the screen – d