https://bugzilla.novell.com/show_bug.cgi?id=402446
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=402446#c3 --- Comment #3 from Ivan Zlatev <[EMAIL PROTECTED]> 2008-06-30 17:24:11 MDT --- I have fixed the bug that caused the specifically reported stacktrace in r106721. In addition I have fixed the following issues: 1) I have fixed a couple of TypeConverter bugs that were throwing NREs when (I guess) the docks state was saved, because we weren't falling back to CultureInfo.CurrentCulture if the supplied one is null. This is r106717 2) I have fixed a toolwindows compitability bug that made your windows not have borders. But you should most definately set Form.FormBorderStyle instead of using some trickery in the CreateParams in the FloatingForm class. This is fixed in r106722 Also this library feels like it's on very shaky ground. E.g it relies on the Control to be Visible(==true) when Disposed, but I might be wrong. There is at least one more issue remaining to do with autohiding and the docked control being made visible as a top level. I am still struggling to find the cause of that and having to track down the docking library code doesn't really help. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
