win32lib v0.54.5 available
- Posted by Derek Parnell <dparnell at BIGPOND.NET.AU> Nov 21, 2000
- 424 views
Please find the latest patches for Win32Lib.ew (version 0.54.5) at http://users.bigpond.net.au/homepage/euphoria/euphoria.htm The main changes are : - The TAB order is now set correctly when subclassing a combobox. - The TAB key is now correctly handled which avoids a BEEP on some controls. - getPointerPosn() now longer crashes. - The /create() and /createEx() functions can now optionally replace the default style flags instead of combine with them. This is done by suppling the replacement flags as a sequence of flags rather than an atom. -- Ignore the defaults and use the flags supplied here. eg. mywin = create(Window, "title", parent, left, top, width, height, {WS_DLGFRAME, WS_SYSMENU, WS_MINIMIZEBOX} ) -- Add scrollbars to default window style. win2 = create(Window, "caption", parent, left, top, width, height, WS_SCROLLBARS) If no one reports any major bugs with this during the next week, I'll get Robert to STAMP this version. ------ Derek Parnell Melbourne, Australia (Vote [1] The Cheshire Cat for Internet Mascot)