[Bug 23946] New: Radiobuttons and checkboxes not shown in .Net apllications
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(a)winehq.org ReportedBy: tirrex(a)gmail.com Radiobuttons and checkboxes not shown in .Net apllications -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 Alex <tirrex(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #1 from Andrew Nguyen <arethusa26(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #2 from Alex <tirrex(a)gmail.com> 2010-08-08 19:45:36 --- Created an attachment (id=30062) --> (http://bugs.winehq.org/attachment.cgi?id=30062) application output -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #3 from Alex <tirrex(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30062|application/octet-stream |text/plain mime type| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 Andrew Nguyen <arethusa26(a)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(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 wine(a)jesshaas.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine(a)jesshaas.com --- Comment #5 from wine(a)jesshaas.com 2010-08-12 19:36:10 --- So if you use the microsoft gdiplus.dll the sample program you linked displays correctly? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #6 from Alex <tirrex(a)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
-- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #7 from Vincent Povirk <madewokherd(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #8 from Vincent Povirk <madewokherd(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #9 from Vincent Povirk <madewokherd(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #10 from Vincent Povirk <madewokherd(a)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.) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #11 from Alex <tirrex(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 --- Comment #12 from Vincent Povirk <madewokherd(a)gmail.com> 2010-11-09 16:20:14 CST --- Something resembling that patch has been committed, so this should be fixed now. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #13 from Vincent Povirk <madewokherd(a)gmail.com> 2011-03-23 15:22:52 CDT --- Test application works for me. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23946 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2011-04-01 12:40:50 CDT --- Closing bugs fixed in 1.3.17. -- 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.
participants (1)
-
wine-bugs@winehq.org