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=79378 --- shadow/79378 2007-03-22 05:10:52.000000000 -0500 +++ shadow/79378.tmp.11198 2007-04-03 14:13:28.000000000 -0400 @@ -52,6 +52,15 @@ } Found at Windows Forms FAQ forums. ------- Additional Comments From [EMAIL PROTECTED] 2006-12-01 22:57 ------- This works correctly on windows, so this is probably an X11 only issue. + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-03 14:13 ------- +Looks like on Windows it's DefWndProc that moves the form, while on X +it's the window manager, so there's no easy way to support this, +especially since X only notifies us after the form has moved. + +The only way I see would be to send those messages when the form has +moved, see if DefWndProc gets them, and if not move the form back to +where it was. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
