[Mono-bugs] [Bug 528825] NotifyIcon race condition

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Aug 27 08:21:17 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=528825

User calberto.cortez at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=528825#c2


Carlos Alberto Cortez <calberto.cortez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |calberto.cortez at gmail.com




--- Comment #2 from Carlos Alberto Cortez <calberto.cortez at gmail.com>  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.


More information about the mono-bugs mailing list