Re: Win32lib V0.53 available.
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Sep 21, 2000
- 483 views
Derek, Rob, The RDS site, recent contributions, says it's v 0.50?? Dan ----- Original Message ----- From: "Derek Parnell" <dparnell at BIGPOND.NET.AU> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Thursday, September 21, 2000 6:21 AM Subject: Win32lib V0.53 available. > Well at long last, I've got the next Win32Lib release ready. Here is a list > of the modifications. > > ------------------------------------- > Changes to Win32Lib.ew Version 0.53 > ------------------------------------- > - -Removed CBS_DISABLENOSCROLL from ComboBox styles " by Wolfagng Fritz" > -- Removed CBS_SIMPLE from SortedComboBox styles " by Wolfagng Fritz" > -- fix bug that destroyed the window_range whenever a control was created " > by Davi Figueiredo" > -- fix bug that allowed an apps windows to be closed while a modal window > was active " by Davi Figueiredo" > -- fix bug in which extended flags were only being used if supplied by the > caller " by Davi Figueiredo" > -- added test for "is Destroyed" when activating contols in a tabitem. " by > Renzo Beggia" > -- fixed getSelf() bug in which the wrong ID was returned after a subsequent > sendmessage(). " by Matt Lewis" > -- changed onClick to fire on left button up (inside same area and < 0.5 > secs) rather than on left button down. > -- added setMouseClick() to set the parameters for "click" operations. > -- hotkey activation on buttons, now checks for onClick() handler. > -- Fixed bug. User can no longer set focus to a control that is invisible or > disabled. > -- onKeyPress can now (optionally) return an alternative key or -1 to ignore > the key. > -- added getHandles(), findParent(), findParentWindow(), and findChildren() > -- made registerHotKey() callable. > -- add changed cursor during a Drag & Drop operation. " by David Cuny" > -- fixed bug which prevented hotkeys being used for tabitems. > -- fix bug. The wrong parameter was being used to set a Progress Bar's > range. " by Wolfgang Fritz" > -- added some error checking for invalid Style flags etc.. when creating a > control. > -- documented validId(), getSelf(), getHandle() > -- The following routines where hidden: ILAddIcon(), ILAdd(), ILAddMasked() > -- Documented (briefly) many ListView and TreeView functions. > -- renamed getParent() to getTVParent() > -- enhanced setWarning() to be able to treat all "warning" messages as abort > messages. > -- warnErr() now supports user defined clean up routines like abortErr() > does. > -- Fixed bug. setFont(..., Bold) now sets a true bold character. " by Travis > Beaty" > -- added setFontWeight() to set how dark 'bold' really is. > -- Some minor enhancements to the demo programs. > -- New include file w32keys.e which is required by win32lib.ew > ---------------------------------------------- > -- Known Bugs > ---------------------------------------------- > The following are known bugs. They will probably be fixed before the next > major release. > --"Combo controls" > -- "since 0.50?" > -- Subclassing of an edit control is failing if Euphoria TRACE has been > activated. > -- But sometimes fails anyway. > -- This causes a warning message to pop up and if the application > continues, > -- the TAB key processing for this combo control is ignored. > --ComboBoxEx > -- "since 0.50" > -- The image area appears to always be highlight/selected, whenever > -- the cursor is in the edit box. > -- > > > You can get this at > > or via www.rapideuphoria.com user contributions page. > > This release is 395.27kB of ZIP file which contains the library, updated > HTML docs, demo programs etc... > > WARNING! This release is not stable enough to overwrite your normal win32lib > files. Test this release out before you commit to it. > > ----------------- > cheers, > Derek Parnell > Melbourne, Australia