Is there a way to have the window automatically resize once an element is hidden in the layout?
I have two radio buttons. When the .csv button is selected, I want there to only be one input box. when .rsp is selected, I have a new input box appear. It creates space to fit between the radio buttons and the create button. When it disappears, the space remains. Is there a way to get rid of this space when the element is hidden?
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.