[IronPython] Threading question on IP and Avalon (WPF)

Larry O'Brien lobrien at knowing.net
Mon Nov 21 19:48:02 CET 2005


Have you investigated the BackgroundWorker class?:

 

On your BackgroundWorker instance, set the WorkerReportsProgress to true,
and

Add your UI delegate to the ProgressChanged event, and

Have your activity call ReportProgress() every once in awhile

 

Cheers,

Larry

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20051121/76a593ee/attachment.html>


More information about the Ironpython-users mailing list