[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
Fri Feb 3 08:21:28 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-02-02 23:03:00.000000000 -0500
+++ shadow/77089.tmp.32451 2006-02-03 08:21:28.000000000 -0500
@@ -19,6 +19,45 @@
Setting Form.FormBorderStyle to FixedDialog and Form.MaximizeBox to false
still let's me resize the Form.
------- Additional Comments From peter at novonyx.com 2006-02-02 23:02 -------
The hints are followed properly by the KDE window manager. Not quite
sure why metacity doesn't. Which WM are you using?
+
+------- Additional Comments From xenomorph2 at onlinehome.de 2006-02-03 08:21 -------
+Metacity, I hate that thing.
+
+I started metacity in a shell, and that is what I get for the
+filedialog sample (sorry, in german, Peter can read it, if you have
+problems I'll translate):
+
+Fenstermanager-Warnung:Fenster 0xa0003d (Open) zeigt durch einen
+MWM-Wink an, dass die Größe nicht veränderbar ist, setzt jedoch die
+minimale Größe auf 1 x 1 und die maximale Größe auf 2147483647 x
+2147483647; dies ergibt keinen
+Sinn.Fenstermanager-Warnung:meta_window_activate called by a pager
+with a 0 timestamp; the pager needs to be fixed.
+Fenstermanager-Warnung:meta_window_activate called by a pager with a 0
+timestamp; the pager needs to be fixed.
+
+
+
+This is what I get for the colordialog:
+
+
+Fenstermanager-Warnung:Fenster 0xa00023 (Color) zeigt durch einen
+MWM-Wink an, dass die Größe nicht veränderbar ist, setzt jedoch die
+minimale Größe auf 1 x 1 und die maximale Größe auf 2147483647 x
+2147483647; dies ergibt keinen Sinn.
+Fenstermanager-Warnung:meta_window_activate called by a pager with a 0
+timestamp; the pager needs to be fixed.
+
+
+metacity allows me to resize the colordialog window although the
+colordialog code says no.
+
+On the other hand, kwin (kde) doesn't let me resize the filedialog,
+even when I set
+form.MaximizeBox = true;
+form.FormBorderStyle = FormBorderStyle.Sizable;
+
+
More information about the mono-bugs
mailing list