http://bugs.winehq.com/show_bug.cgi?id=1115
------- Additional Comments From z_god@wanadoo.nl 2003-28-06 07:39 ------- Bug comments restored from Gmane.org:
When you run the program, it is NOT usable, it is repainting continually the screen, and no one control works. It works fine with comctl32 native. The problem looks like that happen in rebar, because it is giving some ERR messages:
err:rebar:REBAR_AdjustBands Phase 1 failed, x=561, maxx=0, start=0, end=0 err:rebar:REBAR_AdjustBands Phase 1 failed, x=565, maxx=0, start=0, end=0 err:rebar:REBAR_AdjustBands Phase 1 failed, x=565, maxx=0, start=0, end=0
If you add a "return;" to the start of the function REBAR_Layout, the rebar is painted incorrectly, but the program can be used.
If you don't remove REBAR_Layout and only comment the last line of the REBAR_Layout function //REBAR_ForceResize (infoPtr);
Then the rebar are painted better (but no correct) and it is usable.
Regards, Carlos.