http://bugzilla.novell.com/show_bug.cgi?id=528825
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=528825#c2 Carlos Alberto Cortez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Carlos Alberto Cortez <[email protected]> 2009-08-27 06:21:16 MDT --- >From the windows.forms FAQ: Mono's implementation of WinForms does not support Forms or Controls being created on multiple threads. All Forms/Controls must be created on the same thread. Note this only applies to creation. You can still write multithreaded applications that do work in other threads and modify already created controls using Control.Invoke. SO, basically the scenario you are describing should not be happening in normal circumstances. Or, if you provide a sample, we could try to take a look ;-) -- 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
