From: Kevin A. <al...@se...> - 2001-09-10 18:38:13
|
All of the Debug windows are now children of the main application window. Message Watcher, Namespace Viewer, Property Editor, Shell I had originally intended to bind the activate events so that all of the Debug windows would "come forward" when the application was activated, but I never did figure out the sequence of events to make this work right. The Message Watcher has always been a child of the main app window due to a bug in how its events were processed. Anyway, the good news is that now when you click on any of the windows, all of them will be brought forward, so you won't have a hard time finding the Shell window, for example. The bad news is that the Debug windows always stay in front of the main application window. If you have a small display you'll need to hide or move the other windows if they are obscuring the main app. This is most likely to happen with a sample that has a large window like the turtle. Once wxPython 2.3.2 is out we can add accelerator keys to hide/show the various Debug windows which should make it easier to manage multiple windows on the screen at once. ka |