Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Combo box size changes

Abierto
#82 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
45/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python
Área
desktop

Línea de trabajo

Start with the attached main.py and reproduce the two-combo-box example using FreeSimpleGUI 5.2.0.post1. Trace the combo-box creation and the update triggered by the first selection, then compare the displayed width before and after the list changes. Done means the dynamically updated combo box keeps a stable width while its contents change.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

I'm writing Python code using "FreeSimpleGUI 5.2.0.post1" uploaded to the PyPI site.

To create two combo boxes in a window, and dynamically change the contents of the lists in one combo box based on the value selected in the other combo box.When using FreeSimpleGUI, the size of the dynamically changing combo boxes changes to match the total width of the number of characters.This phenomenon didn't happen when using PySimpleGUI.

How can I know to prevent the width of the combo boxes from changing?

I created a sample file and attached it with this mail. Please check it to see what the problem is.

Sincerely yours

main.py

Lenguaje dominante
Python
Estrellas
867
Forks
106
Merge medio
1 min
PR fusionados (30 d)
2

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de spyoungtech/FreeSimpleGUI

Todos los issues de spyoungtech/FreeSimpleGUI

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.