1. Win32lib v0.54.4, Latest patches to the library
The latest changes to the library files is now available from
http://users.bigpond.net.au/homepage/euphoria/euphoria.htm (319K)
* setClient() now correctly handles windows with Toolbars
* The documentation for openDialog() is now much improved.
* Miscellaneous documentation fixes.
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
2. Re: Win32lib v0.54.4, Latest patches to the library
Looks good! However, the subclassing isn't *quite* right. Take a look at
line 10739 (in the fully commented version). Little subscripting error,
that makes tab stops not work right. It should be:
window_focus_order[owner][at] = newobj
The '[owner]' subscript was missing. Also, the program (rebar.exw) now
compiles and runs fine on LCC, regardless of the order of control creation!
I suppose that Eu's allocate() really was doing something that Win didn't
like.
Matt Lewis
> -----Original Message-----
> From: Derek Parnell
> The latest changes to the library files is now available from
>
> http://users.bigpond.net.au/homepage/euphoria/euphoria.htm (319K)
>
> * setClient() now correctly handles windows with Toolbars
> * The documentation for openDialog() is now much improved.
> * Miscellaneous documentation fixes.