[Mono-bugs] [Bug 80511][Min] Changed - Size grip on scrollable control does not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 12 18:27:28 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 monkey at jpobst.com.

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

--- shadow/80511	2007-01-12 17:44:39.000000000 -0500
+++ shadow/80511.tmp.7496	2007-01-12 18:27:28.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: Windows.Forms
 AssignedTo: toshok at ximian.com                            
 ReportedBy: georgegiolfan at yahoo.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -48,6 +48,17 @@
 Always (on SVN version).
 
 ------- Additional Comments From georgegiolfan at yahoo.com  2007-01-12 17:44 -------
 Created an attachment (id=18489)
 I'm not sure about this, and it seems to uncover other bugs.
 
+
+------- Additional Comments From monkey at jpobst.com  2007-01-12 18:27 -------
+I implemented this differently in StatusStrip.  In the WndProc, I
+simply capture the mouse down inside the grip area, and send the
+message to the WM to begin a resize operation (and eat the mouse down
+event).  However, it only works for Windows right now.  If someone can
+translate the message for X11, then we could use that method here, in
+MDI, dialog forms, and the 1.1 status bar.  It's alot smoother than
+trying to duplicate the WM.
+
+See StatusStrip.WndProc.


More information about the mono-bugs mailing list