MikeTheWatchGuy
MikeTheWatchGuy
It should display correctly if you can set the font to a fixed width-font. Not EasyGUI code, but demonstrates the problem & solution. If the displayed font isn't fixed width....
### New use pattern - Element lookup using Keys `keys` can be used to lookup Elements. As a result, all Elements are capable of having a key, including non-output elements...
### Borderless Windows are Here Try them on your next form. Add this to your FlexForm call: `no_titlebar = True` You can expect to see some of these in the...
### **Grab Anywhere** Tonight's change is perhaps going to be a really cool thing or one that is going to piss people off. But, hey, I like it this way....
### Tables This one has been requested a number of times. Rather than make a Table Element, decided to see if the current PySimpleGUI is capable of making nice tables...
# Three Point Oh! So maybe I kinda screwed up the numbering when the last one became 2.30. I didn't think about it looking like 2.3 also. Doh! There have...
## `keep_on_top = True` What might this setting do in a call to FlexForm? If you guessed create a window that's ways on top you're right. This one little flag...
3.0.2 release today to turn off the grab_anywhere feature for non-blocking forms. tkinter is printing out a warning/error message when the form is closed using a button. Doesn't appear to...
# RELEASED 3.0.2
## Floating Toolbar - New demo program This is an always-on-top, compact floating toolbar. They are super-handy to leave running. Something satisfying about writing code that then gets used often,...