PySimpleGUI

Results 1145 comments of PySimpleGUI

Oh, right! Correct... size is for input element.... I had forgotten the definition of that parm. Thanks for the reminder. ![image](https://user-images.githubusercontent.com/46163555/168602423-979b90f9-765e-45ee-8ad1-a5cb6f816ab3.png)

@jason990420 - Should I update all the Matplotlib Demo Programs??

I want to keep this open until I can get these demo programs changed.

I'm looking at the matplotlib demos now. @jason990420 , these changes.... does it mean I can no longer use the matplotlib.plt calls that are all over the place? Like this...

On 3.6, I wasn't able to install 3.5.2. I needed to use my 3.9 distro. Want to make sure that I continue to support both versions.. 3.4.2 and 3.5.2 since...

I'm not doing very well at this. Can you help change one of these functions so that I can maybe learn enough, see the pattern, and I do the rest...

This is definitely a Mac-specific thing. While testing the current release on the Mac, we took a few screenshots of the test harness using different themes ![image](https://user-images.githubusercontent.com/46163555/167296193-f5e1dfd0-fd67-496c-b5d8-2ac1a5d39e7e.png) ![image](https://user-images.githubusercontent.com/46163555/167296208-d04b36c1-fa47-4b4e-bdd3-7ad632a423c4.png) On windows,...

Menus don't have preselected items... they're menus, not combo boxes. I think maybe a combo would do what you're looking for better? Removing the arrows is indeed part of the...

Here's one very weird way of showing a menu by using the `popup_menu` call. Not very elegant looking, but could be functional for what you want to do. Worth a...

> BTW your last screen shot don't have such bi-directional arrows. That's because the last screenshot is from Windows.... above it is the caption: > On windows, it looks like...