1. Win32Lib 0.43c Bug Fix
A couple of beta testers had reported problems with Win32Lib mangling fonts
of other windows - particularly tooltips. I thought I had corrected it in
v43b, but since I hadn't been able to duplicate it, I wasn't able to test
it. Fortunately, I got a report telling how to duplicate the bug this
morning. Just print something with generic.exw, and then putting the mouse
cursor over the 'Start' button in the taskbar. The tooltip will appear in a
*huge* font.
I've identified the bug as a problem in setFont() - the fix was
(fortunately) trivial. As usual, the correction correction can be found at:
http://www.lanset.com/dcuny/euphoria.htm
Other than a some typos in the HTML documentation, that's the last
outstanding bug that I know of.
Thanks!
-- David Cuny
2. Re: Win32Lib 0.43c Bug Fix
David,
You missed a bug that I reported this morning. In your Ex16.exw, if
another window overlaps a portion of the ex16.exw window, the tiled
'background' will be repainted over the OK button (when the window is
redrawn). I discovered this in one of my programs that has a list control
and a background image. This does not occur when using version 0.42 of
Win32Lib. Hopefully this is not by design.
(The same happens if I use a pixmap as a background tile...)
-- Brian
3. Re: Win32Lib 0.43c Bug Fix
Brian Broker wrote:
> You missed a bug that I reported this morning.
Urg. More work.
> Hopefully this is not by design.
'Fraid not.
Thanks!
-- David Cuny