RE: [Win32Lib] How to keep a window from opening in onOpen
- Posted by Brian Broker <bkb at cnw.com> Jan 03, 2004
- 470 views
Hi Andrew, That's a good question at first glance and I don't think there is an answer to it. However, it raises the question: Why would you prevent your window from being opened in your w32HOpen handler? (you should use setHandler() instead of onOpen for future compatibility) Why wouldn't you check before opening the window in the first place? -- Brian Andrew Hall wrote: > > > Hi... > > Does anyone know what returnValue() will cause a window not to open in > an > onOpen event? It's not crucial; I'm just curious.> > Andrew Hall > >