1. win32lib and child windows (source code)
- Posted by Raudaun Long <LilFreak02_ at hotmail.com> Feb 24, 2003
- 483 views
I've uploaded some source code to http://loth.hypermart.net/fakeMDI.html that has the same problem i described in my original post. This code creates the frame window and two child windows (they are created ontop of each other initially). The title of the second window (the top window) is actually "Child Window 2" but the window is not updated unless you drag it out of the frame window and back into view.
2. Re: win32lib and child windows (source code)
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 24, 2003
- 427 views
Ok, I've got your code and I can recreate the problem. I'll look into today. ---------------- cheers, Derek Parnell ----- Original Message ----- From: "Raudaun Long" <LilFreak02_ at hotmail.com> To: "EUforum" <EUforum at topica.com> Subject: win32lib and child windows (source code) > > I've uploaded some source code to http://loth.hypermart.net/fakeMDI.html > that has the same problem i described in my original post. This code > creates the frame window and two child windows (they are created ontop > of each other initially). The title of the second window (the top > window) is actually "Child Window 2" but the window is not updated > unless you drag it out of the frame window and back into view. > > > > TOPICA - Start your own email discussion group. FREE! >
3. Re: win32lib and child windows (source code)
- Posted by cafromsw at yahoo.com Feb 24, 2003
- 453 views
Try using the WS_CLIPSIBLINGS flag when you create your child windows. Chris Arthur --- Raudaun Long <LilFreak02_ at hotmail.com> wrote: > > I've uploaded some source code to > http://loth.hypermart.net/fakeMDI.html > that has the same problem i described in my original > post. This code > creates the frame window and two child windows (they > are created ontop > of each other initially). The title of the second > window (the top > window) is actually "Child Window 2" but the window > is not updated > unless you drag it out of the frame window and back > into view. > > > > > TOPICA - Start your own email discussion group. > FREE! > > >