FreeSimpleGUI icon indicating copy to clipboard operation
FreeSimpleGUI copied to clipboard

pop up window to read in an integer value

Open UliKrieger opened this issue 4 months ago • 0 comments

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

UliKrieger avatar Jul 23 '25 10:07 UliKrieger