Re: Print Preview Version 0.32.
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Nov 10, 2003
- 534 views
----- Original Message ----- From: "Pete Lomax" <petelomax at blueyonder.co.uk> To: <EUforum at topica.com> Subject: Re: Print Preview Version 0.32. > > > Derek, > > I've been told the following fails on windows XP (it works on win98): > > include win32lib.ew > constant > zwin=createEx(Window,"Zoom",0,0,30,1600,130,0,{WS_CHILD,WS_EX_TOOLWINDOW}) > > I know, WS_CHILD is wrong. My question is do you think win32lib should > trap this case. I know you can't guard against all my stupidity, but > for version compatibility it may be better to stop it working on 98. > Yes it should fail. Using WS_CHILD without speciying the parent is never going to work as expected. I could detect this and fail it within the library. -- Derek