http://bugs.winehq.org/show_bug.cgi?id=23946
Summary: Radiobuttons and checkboxes not shown in .Net apllications Product: Wine Version: 1.3.0 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: tirrex@gmail.com
Radiobuttons and checkboxes not shown in .Net apllications
http://bugs.winehq.org/show_bug.cgi?id=23946
Alex tirrex@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-08-08 19:25:01 --- What application specifically exhibits the problem, and what makes you think gdiplus is the culprit? Please attach debug output as per http://wiki.winehq.org/FAQ#get_log to the bug report.
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #2 from Alex tirrex@gmail.com 2010-08-08 19:45:36 --- Created an attachment (id=30062) --> (http://bugs.winehq.org/attachment.cgi?id=30062) application output
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #3 from Alex tirrex@gmail.com 2010-08-08 19:47:09 --- i'm C# developer,so any .net applications,developed by me if i use native gdiplus all shows corretly, instead if when i use builtin gdiplus
http://bugs.winehq.org/show_bug.cgi?id=23946
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30062|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=23946
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|UNCONFIRMED |NEW URL| |http://windowsclient.net/do | |wnloads/folders/1276/downlo | |ad.aspx Ever Confirmed|0 |1
--- Comment #4 from Andrew Nguyen arethusa26@gmail.com 2010-08-08 20:21:23 --- The "colored check controls" sample I found seems to demonstrate the problem. With builtin gdiplus, the control area of the radio button/check box isn't drawn, and only the custom colored elements are drawn.
http://bugs.winehq.org/show_bug.cgi?id=23946
wine@jesshaas.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@jesshaas.com
--- Comment #5 from wine@jesshaas.com 2010-08-12 19:36:10 --- So if you use the microsoft gdiplus.dll the sample program you linked displays correctly?
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #6 from Alex tirrex@gmail.com 2010-08-12 19:43:06 --- (In reply to comment #5)
So if you use the microsoft gdiplus.dll the sample program you linked displays correctly?
Yes,if i use microsoft gdiplus.dll all things display correctly
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2010-08-16 14:35:16 --- This looks like the usual bug where we can't draw properly to a bitmap that has an alpha channel.
It's only present with MS .NET, not with Mono.
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2010-08-16 14:52:06 --- On second thought, this is something new and strange. .NET is creating an RGBA bitmap (something gdi32, to my knowledge, can't handle) and getting a gdi32 DC for it. I don't know how that could possibly work.
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #9 from Vincent Povirk madewokherd@gmail.com 2010-08-16 15:49:18 --- And here's the explanation: http://www.winehq.org/pipermail/wine-patches/2010-August/092067.html
This should be much simpler to implement than proper RGBA rendering.
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2010-08-16 16:37:18 --- Created an attachment (id=30189) --> (http://bugs.winehq.org/attachment.cgi?id=30189) patch
This patch seems to fix it. I'm not sending it to winehq because it's logically related to a series that hasn't yet been committed. (But it probably works on its own.)
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #11 from Alex tirrex@gmail.com 2010-08-16 18:03:05 --- (In reply to comment #10)
Created an attachment (id=30189)
--> (http://bugs.winehq.org/attachment.cgi?id=30189) [details]
patch
This patch seems to fix it. I'm not sending it to winehq because it's logically related to a series that hasn't yet been committed. (But it probably works on its own.)
I tested the patch.Yes,it works
http://bugs.winehq.org/show_bug.cgi?id=23946
--- Comment #12 from Vincent Povirk madewokherd@gmail.com 2010-11-09 16:20:14 CST --- Something resembling that patch has been committed, so this should be fixed now.
http://bugs.winehq.org/show_bug.cgi?id=23946
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Vincent Povirk madewokherd@gmail.com 2011-03-23 15:22:52 CDT --- Test application works for me.
http://bugs.winehq.org/show_bug.cgi?id=23946
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2011-04-01 12:40:50 CDT --- Closing bugs fixed in 1.3.17.