FreeSimpleGUI icon indicating copy to clipboard operation
FreeSimpleGUI copied to clipboard

The free-forever GUI library

Results 40 FreeSimpleGUI issues
Sort by recently updated
recently updated
newest added

FreeSimpleGUI version 5.2.0.post1 Python version 3.10.12 on Ubuntu 22.04 I have had difficulty making the `Push()` function work as the [documentation](https://freesimplegui.readthedocs.io/en/latest/call%20reference/#push-element-alias-include-p-and-stretch) describes. The following code shows the issue. The intent...

I had a problem when installing FreeSimpleGUIWeb on Python 3.10... The remi version is bound to be `=3.4 (the catch phrase uses the wrong Exception in gui.py) ```python try: #...

I've just migrated from PySimpleGUI(4.61) and I'd previously fixed a couple of bugs: Table class line 9568 VarHolder class line 17838 These also appeared in FSG: __init__.py line 6413 table.py...

Hi all, I try to read in text using year = sg.popup_get_text('Please enter the year as (e.g. 2025)') However, the popup window seems to stay hidden behind my main window...

Hi, I'm using `FreeSimpleGUIQt` for my project. I would like to expand some elements to fill the width of the window. In "plain" freesimplegui I would use `expand_x = True`...

Hi, I'm trying to use a yes/no popup with some whitespace surrounding the text (in order to make the popup title fully visible in all cases, regardless of popup text...

I'm thinking, maybe it would be a good idea to add type annotations If yes, then I will help with that #72

I am running Windows 11 Family 64 bits I have installed miniconda3 and created mini-env environment Under the Anaconda prompt I installed matplotlib, jupyter, jupyterlab and FreeSimpleGUI conda list command...

Writing a layout that contains a Column(expand_x=True) which contains a row with another Column(expand_x=True) brakes the space calculations of the inner column. I noticed this since I wanted to make...

I was tryiing to do some basic object management using a simplegui table, and annoyed that it is not possilbe to delete and reorder rows (or is it). The solution...