MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

## Async Forms Updated the Readme / primary doc to discuss the use of non-block forms. As explained in the documentation there are a number of techniques to move away...

## Floating Desktop Widgets I've discovered that in about 30 lines of code you can create a floating desktop widget. ![snap0276](https://user-images.githubusercontent.com/13696193/45266713-53f6a080-b42d-11e8-900e-827ed9a0a836.jpg) If you click the pause button, it switches to...

## Menus are done The last of the big features, Menus, was just released to GitHub. With it comes the ability to get the look and feel of a windows...

## 3.7 Support Thanks to @mrstephenneal we can now say that PySimpleGUI works on Python 3.7. There was a button issue causing trouble. Looks like it's fixed now so I...

## Release 3.01.00 Menus! (and a Listbox.Update bug) are the big features. Since the Menu code is somewhat isolated, and I want to get some users on it, decided to...

## 3.1.1 There have been enough bug fixes to trigger another PyPI release. People have been doing more and more with the Update method. These fixes were mostly in those...

## Update methods updated Added the ability to enable / disable all input elements. Set parameter disable=True to disable, disable=False to enable, disable=None to leave it alone A number of...

## 3.1.2 Big change this time around is the ability to disable widgets. All input widgets have an Update method that has the parameter `disabled `that you set to `True...

## Resizable Windows, Font settings for input text elements, beginnings of Treeview Element You can stretch windows bigger now and some of the elements will resize with the window. **...

## Two new Demo programs - CPU Desktop Widget, Spinner Compound Element Added another Desktop Widget to the demos. This one shows the CPU utilization. ![cpu widget](https://user-images.githubusercontent.com/13696193/45452443-f58b2580-b6ab-11e8-92b1-6d0b3663d792.jpg) The spinner allows...