Relative Content

Tag Archive for pythonuser-interfacepysimplegui

PySimpleGUI popup buttons not working on display

I am writing Python code for a 10.1 inch touchscreen to display. I am using PiSimpleGUI for the interface. When I use popup windows, I am not able to click on the “ok” or “cancel” buttons on the popup with my finger, however if I use a mouse it works. In the normal windows, I can click on regular buttons to carry out my functions with my finger, but why wont it let me click the popup windows? I provide a snippet of code below to show the popup windows I am referring to.