1. Win32lib v0.57.5 Released
- Posted by Derek Parnell <ddparnell at bigpond.com> May 12, 2002
- 456 views
Please find the latest release v0.57.5 at http://www.users.bigpond.com/ddparnell/euphoria/w320575.zip (657KB) Changes are: Fixed Corrected some documentation errors. Removed the resource leaks caused by routines not running inside an Paint event handler. putStream() doesn't crash at end of data now. getPointerPos() now works when the mouse is to the left or above the window. A tabControl is now repainted to clear any wPuts() or drawing objects prior to making the newly selected TabItem visible. Tooltips now recognise '\r\n' to break lines. Corrected the spelling of LVIS_STATEIMAGEMASK Corrected the spelling of /addXpm() Added setHintWidth() function is now availble to set the maximum width of a tooltip window. New predefined color 'SkyBlue' Listview controls now trigger an onClick event. getLVChecked() and getLVAllChecked() Changed The library now uses Logical font resolution by default. The function /convPctToPixels() is now a global one. insertListViewItems has been renamed to insertLVItem insertListViewColumn has been renamed to insertLVColumn Please keep up the testing effort. I appreciate all feedack on the library. If no more bugs appear during this week, I'll send it to RDS to get stamped. ---------- Derek.
2. Re: Win32lib v0.57.5 Released
- Posted by Derek Parnell <ddparnell at bigpond.com> May 18, 2002
- 438 views
----- Original Message ----- From: "Chris Bensler" <bensler at mail.com> To: "EUforum" <EUforum at topica.com> Subject: RE: Win32lib v0.57.5 Released > > How about separating the libs from the demos and such? > > I think the lib is big enough to warrant it's own install maybe even. > adding to %EUINC%, and installing win32lib to it's own directory in eu. > Okay.
3. Re: Win32lib v0.57.5 Released
- Posted by Wolf <wolfritz at KING.IGS.NET> May 18, 2002
- 428 views
> > I think the lib is big enough to warrant it's own install maybe even. > > adding to %EUINC%, and installing win32lib to it's own directory in eu. Yes, .. and it would have been *so* much neater if Robert had given EU another folder to auto-search for includes, like a .\Euphoria\Contrib, or .\Euphoria\Include\Contrib. lazy_Wolf