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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
