Is there a way to show a warning/message box without 'pausing' the window it was called from?
I'm calling a method in another module that checks if an option is present in my .ini file using configparser. If the option is absent, I am displaying a warning box just to let the user know and then continue on without doing anything special. While the warning box is displayed, the main window 'pauses' and looses all grid/pack configurations until I close the message box.
Is there a way to achieve this while keeping the background frames looping?