You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robert M Lugg edited this page Jan 6, 2015
·
1 revision
I've put together a demo in the 'develop' branch easygui.py file. This example runs Tk in a separate process (actually one process for each window). These are all sub-processes so the user is still free to modify the GUIs even when they are already displayed. Dialogs will also "live forever", so even after a user presses a button, for instance, the dialog may go away but can always be shown by calling .show