Re: Win32lib dialogs within proc's
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Mar 10, 2000
- 464 views
You run into the same kind of problems with GTK and other libraries - you've got to start up your own event loop, and read from that. The problem, as was pointed out, was that the Destroy event can get missed, and Bad Things (tm) will happen. I was going to put in a modified event loop a couple of weeks ago, but eventually came to the conclusion that it was too dangerous without looking into carefully. -- David Cuny