[Mono-bugs] [Bug 78755][Wis] New - Graphics: DrawString doesn't the string if a call to FillRectangle is next.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 4 02:34:41 EDT 2006
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 unserkonig at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78755
--- shadow/78755 2006-07-04 02:34:41.000000000 -0400
+++ shadow/78755.tmp.13872 2006-07-04 02:34:41.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 78755
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: unserkonig at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Graphics: DrawString doesn't the string if a call to FillRectangle is next.
+
+This is a small sample from a Windows.Forms book, which shows a button,
+and when clicked, a text appears for a fraction of a second. This example
+calls Form.CreateGraphics (), Graphics.DrawString () and
+Graphics.FillRectangle.
+
+
+Steps to reproduce the problem:
+1. Compile the sample.
+2. Run it and press the "Click me" button.
+
+Actual Results:
+The text "User click." never appears on the form.
+
+Expected Results:
+In .Net, the text "User click." appears for a fraction of a second, and
+then dissapears.
More information about the mono-bugs
mailing list