[Mono-bugs] [Bug 77089][Nor] Changed - A Form shouldn't be
resizable if Form.FormBorderStyle is set to FixedDialog and
Form.MaximizeBox to false
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 13 12:47:31 EST 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=77089
--- shadow/77089 2006-03-13 11:03:05.000000000 -0500
+++ shadow/77089.tmp.31027 2006-03-13 12:47:30.000000000 -0500
@@ -66,6 +66,20 @@
Fixed in svn, even with metacity.
------- Additional Comments From xenomorph2 at onlinehome.de 2006-03-13 11:03 -------
No, metacity (version 2.13.144) still lets me resize the dialogs...
Sorry, not fixed :-((
+
+------- Additional Comments From xenomorph2 at onlinehome.de 2006-03-13 12:47 -------
+This is from Extended Window Manager Hints:
+
+Fixed size windows
+
+Windows can indicate that they are non-resizable by setting minheight
+= maxheight and minwidth = maxwidth in the ICCCM WM_NORMAL_HINTS
+property. The Window Manager MAY decorate such windows differently.
+
+XplatUI.SetWindowMinMax(Handle, maximized_bounds, minimum_size,
+maximum_size)
+with minimum_size = maximum_size could (hopefully) solve it !?!
+
More information about the mono-bugs
mailing list