PySimpleGUI

Results 1145 comments of PySimpleGUI

WOW! What a screenshot! Really impressive-looking GUI/program. I'm sorry there's a problem happening.... there's another Graph related one that Jason flagged recently so I'll look at both to see if...

Looks _**very interesting**_! Thank you for the submission. I had not seen flet before.

I've been coming at this from my normal start simple go to complex. I have to build these things up myself. I'm unable to jump right into the middle of...

```python import PySimpleGUI as sg graph = sg.Graph((100, 100), (0,0), (100,100), expand_x=True, expand_y=True, background_color='light blue', key='-GRAHH-') tab1=sg.Tab('Tab1', [[sg.T('tab1')], [sg.Column([[graph]], expand_x=True, expand_y=True)]]) tab2=sg.Tab('Tab2', [[sg.Column([[sg.T('tab2')]])]]) tabgr = [[sg.TabGroup([[tab1, tab2]], expand_x=True, expand_y=True)]] layout...

I made a change to the Tab code in version 4.60.3.69. Can you run a test to see if it fixes the expansion problem you were having with TabGroups? Hopefully,...

> it keep throwing errors whenever i try to install the latest version directly from GitHub. Can you elaborate on exactly what you're doing and what the errors are? There...

![image](https://user-images.githubusercontent.com/46163555/181648992-a5d8f32b-b419-4b0a-84ef-1ffd0a26ad37.png) "I would rather be lucky than good" I maybe got lucky this time. I'm in the least not going to claim good. Thanks for trying out the fix so...

Going to **tentatively** mark it as done... still feeling uneasy,. but since it got some real-world tests, definitely feel better than before!

I believe it should... there were come unusual cases I ran into depending on the element/Widget/situation.

**_Thanks for pointing these out._** There's a very large update of the documentation that has been going on for several weeks. More to go which is why I'm not working...