Re: strange window style differences in win32lib
- Posted by Elliott Sales de Andrade <quantum_analyst at hotmail.com> Jul 07, 2002
- 377 views
Unfortunately, that is not the answer. My exw is set to 4.0. In fact I used that tool again and the problem still occurs. >From: Martin Stachon <martin.stachon at worldonline.cz> >Subject: Re: strange window style differences in win23lib > > >This happens because exw has win 3.1 flag, and Windows emulates old >behaviour and window styles for it. Change your exw to 4.0 using the >tool somewhere around there. > > Martin > >----- Original Message ----- >From: "Elliott Sales de Andrade" <quantum_analyst at hotmail.com> >To: "EUforum" <EUforum at topica.com> >Sent: Thursday, July 04, 2002 10:59 PM >Subject: strange window style differences in win23lib > > > > There are some strange problems with the styles in win32lib. If I create >a > > window with this style: {WS_MINIMIZEBOX, WS_POPUP, WS_VISIBLE, >WS_CAPTION, > > WS_SYSMENU} the boxes around EditTexts and arrows in Scroll bars are > > missing. The weird thing is if I remove the styles WS_MINIMIZEBOX and > > WS_VISIBLE they are ok. I managed to fix the problem by putting > > repaintWindow() in the w32HOpen event. But why is this happening? > > > >