ProgressDialog

Hi all,
I need to create a Progress Dialog, and I want to refresh the progressbar value from the parent component while the procedure is running. Something like ProgressIndicatorService that will accept only the ProgressValue and will be visible on top for the period of time the procedure in parent component is running.

Can anyone help how to implement this?

Best regards

Thomas

You can place a ProgressBar in a busy dialog content similar to this demo:

I have seen that but this is not what I want because I want to set the value of the progress bar from the parent component. Every time the parent component executes a procedure within the loop I want to send the current position (progress bar value) to the dialog window.

Any suggestions on that?

I’m trying to help you on how to show custom dialog with progress bar as content - everything else you should develop it in the way that it fulfil your requirements.

1 Like