RE: Phillip's LimitSize -- closing window
- Posted by Andy Serpa <renegade at earthling.net> Sep 18, 2002
- 550 views
Don Phillips wrote: > > Heyas Andy. > This is a known (at least to me) issue with my original release of the > xControls > lib. To fix the problem, you will need to edit the LimitSize.ew file. > In the first > procedure under the message WM_CLOSE, remove the line "returnValue(0)". > Should be the 30th line from the top. This will solve the problem you > describe. > Gotcha. Actually it is: "return( 0 )" Is there a newer release I don't know about? I *love* the library by the way. -- Andy > > > Hello, > > Just noticed that if I use Don's LimitSize xControl to limit main > window, it will not close on the first try hitting the 'X' (close) > button. Second try works ok. > > > <P>Heyas Andy. > <P>This is a known (at least to me) issue with my original release of > the xControls > <P>lib. To fix the problem, you will need to edit the LimitSize.ew > file. In the first > <P>procedure under the message WM_CLOSE, remove the line > "returnValue(0)". > <P>Should be the 30th line from the top. This will solve the problem > you describe. > <P> > <P>Don Phillips > <P> > <P> <B><I>Andy Serpa <RENEGADE at EARTHLING.NET></I></B>wrote: > >