http://bugzilla.novell.com/show_bug.cgi?id=614850
http://bugzilla.novell.com/show_bug.cgi?id=614850#c5 tom hindle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #369911|0 |1 is obsolete| | --- Comment #5 from tom hindle <[email protected]> 2010-06-21 22:01:46 UTC --- Created an attachment (id=370630) --> (http://bugzilla.novell.com/attachment.cgi?id=370630) Modal implementation that works by disabling other forms. NET winforms sets the WM_DISABLE Window style/property on all other windows, when Form.ShowDialog is called. So any new modeless dialog that is opened after the ShowDialog can be interacted with. On close down of a modal Dialog all forms previously disabled by ShowDialog are re-enabled. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
