http://bugs.winehq.com/show_bug.cgi?id=1115
Summary: Pirch98: Rebar_Layout problem Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-patches AssignedTo: wine-bugs@winehq.com ReportedBy: clozano@andago.com
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.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1115. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.