MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

## Button return values as `keys` rather than button text Just dropped in a sizable change in how buttons work. For buttons that have a key value, the key is...

## Nuitka launches only from command window Not sure what happened, but I can't seem to load the Nuitka .EXE file by double clicking. It doesn't do anything but flash...

## Clickable 'text' I noticed on some GUIs it's possible to determine when someone clicks on text. I experimented and found a way to duplicate this behavior ![disappearingButton](https://user-images.githubusercontent.com/13696193/45655026-22747980-baac-11e8-8d8b-8608295c1286.jpg) The 'Clear'...

## Frame Element Just when you think I'm out of new elements to spring on you, I cough up another. For those people with an eye for design and want...

# 3.4.0 Released 3.4.0 today. I'm sure most of you head straight to the readme file, scroll to the bottom and read the release notes. I'll go ahead and post...

## Stack Overflow, Reddit I've been watching both StackOverflow and Reddit for opportunities to help people out using PySimpleGUI. I answered on StackOverflow question about adding a GUI onto a...

### Fun with Graph Element I'm 1/2 way through my 6,000 ping graph :-) The top is 500 ms. ![3000 pings](https://user-images.githubusercontent.com/13696193/45708498-987dec80-bb4f-11e8-99f8-8ba26cd9e672.jpg)

# 3.4.0 is no more Deleted release 3.4.0. Everyone will have to wait on the new release. You can always get and test against the Master Branch to see if...

### 6,000 Point Canvas (6,000 Point Ping Graph) My ping graph has finally finished and is scrolling nicely. It's spanning 3 monitors ![6000 point pings](https://user-images.githubusercontent.com/13696193/45719505-970fec80-bb6e-11e8-80a0-d21081657850.jpg)

## Is there a class using PySimpleGUI?? I see three different repositories popped up, at the same time, with the same structure. They all implement a calculator using PyGame and...