[Mono-bugs] [Bug 78371][Nor] Changed - StatusBar drawing/updating is slow as hell

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun May 14 17:29:00 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 xenomorph2 at onlinehome.de.

http://bugzilla.ximian.com/show_bug.cgi?id=78371

--- shadow/78371	2006-05-14 15:37:58.000000000 -0400
+++ shadow/78371.tmp.29520	2006-05-14 17:29:00.000000000 -0400
@@ -82,6 +82,15 @@
 
 In addition, I think we need to keep a Rectangle with the bounds
 maintained in each Panel, this would elmininate the constructor call
 to compute intersections on every call.  And since we are likely only
 going to have a handful of panels, this price is worth paying.
 
+
+------- Additional Comments From xenomorph2 at onlinehome.de  2006-05-14 17:29 -------
+Miguel, windows always updates/redraws the complete StatusBarPanel.
+
+cairo and especially Graphics.DrawString hurts the performance of the
+StatusBar (take a look into libgdiplus graphics.c,
+MeasureOrDrawString, and you know why).
+
+


More information about the mono-bugs mailing list