Hi,
I've got a window which opens a borderless dialog where you select some options. Once the options are set the dialog closes and the main window is enabled again. Not too difficult.
But due to the changed options in the option screen I need to refresh the main window and prevent changes from beeing made before the refresh.
So now I'd like to add and extra layer with a progressbar in the middle to notify the user: please wait, we are refreshing.
What would be the best practices around this?