[Mono-winforms-list] Bug in BackgroundWorker?

AutoLyrix (NoWayX) autolyrix at gmail.com
Mon Jun 18 10:19:59 EDT 2007


Hmm

Seems to me that I can't call my backgroundworker from itself in the
"RunWorkCompleted" method.
I have a situation where my app has to process something without lock the
interface, this is a "independent" process for the user, we doesn't have to
wait for it.

Well, sometimes in the RunWorkCompleted i have to call the worker again to
do the same job. When I call it looks like it hangs up. The method
.RunWorkerAsync doesn't go anywhere when I call it from inside the
RunWorkCompleted.

Does anyone have a way to bypass this behaviour/bug?

Thanks,
Alex A. dos Santos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20070618/a435687c/attachment.html 


More information about the Mono-winforms-list mailing list