C# (CSharp) Bloom.ToPalaso.Experimental Namespace

Classes

Name Description
ProgressDialogForeground A SIL.IProgress-compatible progress dialog which keeps the work in the foreground, using the progress calls by the worker to keep the UI alive. This has the advantage that any errors raised by the worker don't need special handling. NOTE: this dialog is more of an experiment: it doesn't normally work... it's a lot to ask the ui to freeze and still keep working by means of an occasionally hacked-in Application.DoEvents();
ProgressDialogForeground.ApplicationDoEventsProgress Everytime some progress is reported, we just let the UI update