Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: closing a "nested" window with a button in PySimpleGUI and repeating this process
Post: RE: closing a "nested" window with a button in PyS...

Thank you for your replies! Your clarification really helped in understanding the code. Regarding the updating of a Text element: I understand what you mean. However, it is weird then that only the ...
Robby_PY GUI 9 13,637 Jan-18-2021, 02:21 PM
    Thread: closing a "nested" window with a button in PySimpleGUI and repeating this process
Post: RE: closing a "nested" window with a button in PyS...

(Jan-09-2021, 10:27 PM)Serafim Wrote: As you use windows and not popups you have to catch signals from all windows. Your code works with minor changes (I changed the "rc= reverseComplement(seq)" as ...
Robby_PY GUI 9 13,637 Jan-10-2021, 11:22 AM
    Thread: closing a "nested" window with a button in PySimpleGUI and repeating this process
Post: RE: closing a "nested" window with a button in PyS...

(Dec-07-2020, 09:35 PM)deanhystad Wrote: I don't see how this could work. if event == "Help": window_help.read() if event == "Cancel" or event == sg.WIN_CLOSED: breakTo g...
Robby_PY GUI 9 13,637 Dec-08-2020, 07:34 AM
  Question Thread: closing a "nested" window with a button in PySimpleGUI and repeating this process
Post: closing a "nested" window with a button in PySimpl...

Hello, I'm currently experimenting with my first GUI in Python (or in any other programming language) using PySimpleGUI and I'm stumbling on some issues I cannot resolve. This is the code I've writ...
Robby_PY GUI 9 13,637 Dec-07-2020, 08:47 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020