Horst JENS

Results 8 issues of Horst JENS

### Describe your change: * [ ] Add an algorithm? * [x ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: *...

enhancement
awaiting reviews

a box that can display more than one image, and buttons like buttonbox

wished by all my underage rpg-programming students: the possibility to display ether animated gifs instead of the image inside a button/messagebox, or the possibility to play an animation inside a...

enhancement

a box to enter numeric float (and integer) values, with default, lowerbound and upperbound. Ideally a list of accepted decimal point signs should be an optional parameter def floatbox(msg="please enter...

enhancement

in file https://github.com/robertlugg/easygui/blob/master/documentation/api.html it would be fantastic to have internal links for each easygui function ( msgbox, buttonbox, yesnobox etc) and have sphinx make an table of content with hyperlinks...

documentation

## Type of Issue (Enhancement, Error, Bug, Question) Bug ---------------------------------------- ## Environment #### Operating System Linux version Pop!OS21.10 #### PySimpleGUI Port (tkinter, Qt, Wx, Web) tkinter ---------------------------------------- ## Versions ####...

Demo Programs

is there a help file or external site about the internal Goxel language for creating procedural functions (like "cherry.goxcf") I understand a bit from looking at it but i would...

several minor errors made the program not working when directly taken out of the book (step_5.py https://learn.arcade.academy/en/latest/chapters/25_sprites_and_walls/sprites_and_walls.html#using-a-camera-for-scrolling) * resources paths were not correct anymore (i guess it dated from a...