[Mono-bugs] [Bug 327608] BackgroundWorker: is UI-thread unsafe!
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Sep 26 11:25:22 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=327608#c9
--- Comment #9 from Jonathan Pobst <jpobst at novell.com> 2007-09-26 09:25:22 MST ---
I think r86408 fixes all the cases you've illustrated. Thank you for following
up to help me refine this.
2007-09-26 Jonathan Pobst <monkey at jpobst.com>
* Application.cs: Move the sync context stuff to Run instead of RunLoop
so that it doesn't get uninstalled on modal forms.
* Control.cs: Install a sync context when a control is created.
* WindowsFormsSyncronizationContext.cs: Create a private static control
to invoke on. This is easier than trying to find a created control we
can use.
[Fixes bug #327608]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list