[Mono-bugs] [Bug 80605][Nor] New - incorrect winforms rendering
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 24 12:58:51 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80605
--- shadow/80605 2007-01-24 12:58:51.000000000 -0500
+++ shadow/80605.tmp.26120 2007-01-24 12:58:51.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 80605
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: lupus at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: incorrect winforms rendering
+
+Download the app from http://arje.net/rasterbator.
+Change the code in (line 1410) source/Mainform.cs to look like this:
+ ApplicationDirectory=ApplicationDirectory.Replace("file://","");
+ ApplicationDirectory=ApplicationDirectory.Substring(0,
+ApplicationDirectory.LastIndexOf("/")+1);
+(the existing code tries to make sure it's not portable...).
+Recompile (prj2make mostly works, but add -pkg:dotnet to mcs and change the
+path separators from \ to /).
+Run the binary: there are several rendering issues, like the description
+label below the language listbox in the entry screen.
+Resizing the window makes it almost completely unusable.
+Of couse, there is also likely something missing, like a button to go to
+the next window etc. This app used to mostly work a year or two ago: it is
+GPL so it would also be good to include it in the apps regularly tested by
+the mwf team.
More information about the mono-bugs
mailing list