python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Python SimpleGui multiple windows
So basically i am using SimpleGUI and am able to create multiple windows, even with same content without errors.
Now i just cannot get the events happening in the other windows that were created.
Is t...
BigAgg
Votes: 0
Answers: 2
PySimpleGui Updating Main window elements from another Window
Hi new to python here and doing a school project
Screenshot
I currently have a secondary window that will register the results for individual subjects.
After clicking the submit button, what should I ...
Peter Chou
Votes: 0
Answers: 1
PySimpleGui updating dictionary with button event
new to python and doing a school project
Interface
I have an interface that registers the results of each student for various subjects and I would like to seek help on what my event loop should do to ...
Peter Chou
Votes: 0
Answers: 1
PySimpleGui table row click event
Score table
New to python and doing a school project on student score management system.
I want to update the text on the right window to correspond with the student's name when I click the table row....
Peter Chou
Votes: 0
Answers: 1