PySimpleGUI
PySimpleGUI
I understand the concern about the potential for an accident, but I'm OK with that at the moment. I do not want to force a click to focus an item...
The Comobox selecting when scrolling isn't ideal, but it may be how tkinter works. It should be a separate issue if it's a concern to someone. No one has said...
Let me switch to "blunt mode." I understand the desire for a specific definition where elements have definitions of how they behave inside and outside of a Column element, and...
Update - Sorry to have been "blunt". The two biggest things that bother me: * When sh*t doesn't work * Disappointing people/users I really want to get to stage 1...
### Experimental Scrollable Columns on GitHub I've uploaded an experimental version. Please try it when you get an opportunity. I'm still testing everything out. I would normally wait a little...
@pyIDM Can you tell me how I can test the columns? It looks like the scrolled column has been replaced by tabs. I'll see if I can create a single...
I figured out how to make a column again. Only needed to do this: ```python layout = [[sg.T('')], [sg.Column([[sg.Frame('General ', general)],[ sg.Frame('Network', network)],[ sg.Frame('Update ', update)]], scrollable=True)] # [sg.TabGroup([[sg.Tab('General ',...
@pyIDM Do you have a moment to try out out version 4.18.0.18? It has changes so that comobox's won't change their values if you scroll a column and they happen...
@milahu - If you're looking for help, it would be helpful to get the details from you of environment, example, etc.
The project doesn't take pull requests. It's explained in the readme and in the contributing,md file. It appears to need to be updated to simplify it to be code for...