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.
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.
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.