Circular progress bar won’t appear/refresh on the main UI screen until the dialog box appears
-
Hello,
Description:
We have a project where a pop-up dialog box has to open upon some button click event from the main Window.This dialog box is populated with UI elements which are dynamically created during the runtime.
Hence, it takes a while for the dialog box to appear on the screen.During this delay, we are trying to show a circular progress bar on the main window until the dialog box pops up.
Issue:
Dialog box functionality is blocking the circular progress bar on the main screen.Circular progress bar won’t appear on the screen until the dialog box appears. (i.e, there is a delay and then both progress bar and dialog box appears at the same time).
-
Hi and welcome to devnet,
Make the handling of the progress bar part of the actual loading process, not around it.