FreeSimpleGUI
FreeSimpleGUI copied to clipboard
pop up window to read in an integer value
Hi all, I try to read in text using
year = sg.popup_get_text('Please enter the year as (e.g. 2025)')
However, the popup window seems to stay hidden behind my main window (which contains plots etc.) Is there any way to avoid this issue?
Thanks, Uli