RE: IDE- evaluation version
- Posted by Judith <camping at flash.net> Feb 21, 2001
- 440 views
Jonas Temple wrote: > > Judith wrote: > > >Also the properties and > > > toolbox window are always visible no matter which window is active. > > > > I guess I don't understand this problem. What were you expecting to > > happen? > > If I can answer for Fabio, try this: > > * I assume you are viewing this post with some web browser. Minimize > the browser. > * Start the IDE > * Alt+Tab back to your browser > * The properties and toolbox are always on top > > Hope this helps. > > Jonas > > Ok, I see. Is there a better way to know the ap lost focus than to do something like onLostFocus(Controls), where Controls is IDE main window, and check where the cursor is and if outside the getRect(Controls) then use moveZOrder(PropertiesSheet, HWND_NOTOPMOST)?