MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

# 3.4.1 OK, the release is back to being a release, now that there's the required Button.GetText call which allows you to figure out the current text value on a...

## There IS a class using PySimpleGUI Holy crap.... I saw this in a readme today: My reference :: Introduction to Computer Science Using Python and Pygame by Paul Vincent...

## Text Element Relief Setting Oh what a relief it is. Continuing on polishing the look and feel of PySimpleGUI. Today's feature is the ability to add a relief to...

### Listbox bind_return_key Previously Listboxes always submitted when the return key was pressed. Now it's controlled using a new bind_return_key. Listbox is like the other Elements now. I also added...

#### For fun... my desktop I bet some nuclear power plants have less gauges and controls. 1/2 of one of my monitors. 3 of those widgets are PySimpleGUI powered. ![mydesktop](https://user-images.githubusercontent.com/13696193/45766034-975ac700-bc04-11e8-8cd1-9a0b2140c46b.jpg)

## Combining Form and Layout calls There are a handful of design patterns that we all have been using. Two of the blocking style ones are: The simple form: ```...

### Table Demos - CSV & Pandas It's great when community members write some of this stuff... I get a lot of behind the scenes help from you guys whether...

### Shorter Button Names The upcoming release will include new shorter names for buttons. You'll still be able to use all the same names as before. However, they'll change in...

## Tooltips ![snap0351](https://user-images.githubusercontent.com/13696193/45853024-fdcd0b80-bd10-11e8-93c2-460260762bba.jpg) Thanks to the help of @rtrrtr we now have tooltips on all of the Elements... or almost all of them... or the ones that matter. If you...

# 3.5.0 Another day, another truckload of features. Seemed like plenty of stuff saved up over the past few days that it's worthy of a released. Seems like pretty much...