[Bug 11964] .NET Reflector window is unusably corrupt

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 22 04:41:43 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11964


Mikolaj Zalewski <mikolaj.zalewski at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikolaj.zalewski at gmail.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |dotnet




--- Comment #9 from Mikolaj Zalewski <mikolaj.zalewski at gmail.com>  2008-07-22 04:41:42 ---
The menu items are available through a chevron, because the app calls
TB_SETBITMAPSIZE with a width of 65535 and that makes the menu items not to fit
in the available toolbar space. Maybe we should interpret it as a negative
value - I will need to check that.

The tree doesn't show probably due to the fixme:
        fixme:dciman:DCICreatePrimary 0x50c 0x3d5128c
It looks like some low-level GDI call (or low-level DirectX call?). Anyhow the
app doesn't use native treeview control and that's why native comctl32 didn't
help.

The second toolbar is cut, because the tree control is above a part of it. This
could be a Z-order problem, but it is likely that it is because the application
is not prepared for DCICreatePrimary to fail - that once it's implemented it
will resize the control to show the whole rebar.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list