Help with Progress Bar

Wizard for WPF Forum

Posted 16 years ago by Jules Wensley
Version: 3.5.0429
Avatar
Hi,

I'm using the WPF wizard control and I want to use the Progress Bar on one of my dialogs.

I'm trying to do the processing (and showing progress) on the page_Loaded event, but the progress screen doesn't show until it is completed.

Any ideas how to implement this?

Regards,

Jules

Comments (2)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Jules,

What is happening is that your UI is not painting before your processing starts. It also sounds like you are doing your processing in the main UI thread which generally is not a good idea if it will block UI input.

Check out our Processing QuickStart in the Sample Browser. That includes code for showing how to do processing on a separate thread via the use of a BackgroundWorker and updating the ProgressBar on the page.


Actipro Software Support

Posted 16 years ago by Jules Wensley
Avatar
That's great. Thanks very much for your quick reply.

Regards,

Jules
The latest build of this product (v24.1.2) was released 4 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.