-
**Describe the bug**
There are actually two bugs regarding the option:
- The `allow_existing_files_only` option of `UIFileDialog` doesn't work.
- When picking a file and then pressing backspace or …
-
### Bug description
![Ekran görüntüsü 2022-11-25 203953](https://user-images.githubusercontent.com/117858132/204034935-9992bf7b-5cf6-4e42-aa23-f780ce1b95f2.png)
I entered the text, please warn me …
-
**Is your feature request related to a problem? Please describe.**
I'm implementing some custom movable UI elements unrelated to the pygame_gui hierarchy, but I only want them triggered when the mous…
void4 updated
2 years ago
-
I 'm tryin to use an mp3 in my app.
This is how:
`def _response_to_alert(self):
if getattr(sys, 'frozen', False):
# we are running in a bundle
bundle_dir = sys._ME…
-
**Environment information**
Describe your environment information, such as:
- SO: Windows 10
- python version: v3.10.1
- pygame version: v2.1.2
- pygame-menu version: 4.2
**Describe the bug**
…
-
Im trying to do this with the pygame_gui.elements.ui_text_entry_line module but i dont think its possible to do so yet. Does anyone know any workarounds?
-
info
```
root@miop-HP-Convertible-x360-11-ab1XX:/home/miop/belajar/reactpy-router# python3 --version
Python 3.10.6
```
```
from .environment import Environment
File "/usr/local/li…
-
**Is your feature request related to a problem? Please describe.**
I'm currently trying to change the font and background colour of some dynamically generated buttons.
Because I want these attribute…
glipR updated
2 years ago
-
Hi!
First if all big thank for the project and the extensive documentation.
I do have one issue after following the expert guide though: The interface does not show on the attached LCD, only in …
-
Hello,
i have created a simple programm to test pygame gui. The problem is, that the TextEntryLine is visible but the text written in it is not...
Could you please fix that?
My code is attached