1. Win32lib: More bugs

OK, here's a bug report:

 * setWindowBackColor() sets the background color of ALL windows
 * This I fixed: setIcon() is missing a sendMessage(WM_SETICON,handle,0)
   after the sendMessage(STM_SETICON,0,handle)

The setIcon() bug kept it from setting window icons

new topic     » topic index » view message » categorize

2. Re: Win32lib: More bugs

"Darth Maul" wrote:

> * setWindowBackColor() sets the background color of ALL windows

This should be fixed in the latest release. It was caused by all the windows
sharing the same class.

> * This I fixed: setIcon() is missing a
> sendMessage(WM_SETICON,handle,0)
>  after the sendMessage(STM_SETICON,0,handle)

I've fixed that code so if the class is a Window, it sends the WM_SETICON,
otherwise it sends an STM_SETICON. I suspect I accidentally yanked out the
code because the two instructions look so similar.

Thanks!

-- David Cuny

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu