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=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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -48,6 +48,17 @@
 Always (on SVN version).
 
 ------- Additional Comments From [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to