Win32Libv50: How make window invisible (initially?)?
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Sep 25, 2000
- 546 views
I'm having trouble making a window invisible. I'm using Wolf's "center" routine for a modal window, but the window "flickers" as it is first opened and then moved; not a big deal, but I'd rather it didn't. I tried putting setVisible false *before* I opened the modal window, & it had no effect; then I put it *after* open but before center & then setVisible true after center, & it still flickered from where it started to where it was moved (if I neglect to setVisible true, it ends up truly invisible, but apparently too late to stop the flicker). I thought maybe there is some way to specify the window to be invisible initially in the "create", but couldn't see how. Dan