PySimpleGUI
PySimpleGUI
I updated the Demo_Dashboard.py file so that you don't need to install the PySimpleGUI.py file from GitHub. You were talking about adding updating. To do that in PySimpleGUI, you add...
I'll have to look, but I think that problem with disable is fixed in 4.15. Also, Linux icons must be PNGs, not ICOs. Or maybe GIFs. I just recall that...
Note that PySimpleGUI Buttons recently changed for the Mac. They are no longer tk.Button but instead ttk.Button. You can force them to be either one but for the Mac the...
Would it be OK if I were to post screenshots of your application? There is a section on the GitHub for user screenshots that I would love to post some...
You didn't ask any questions on the PySimpleGUI GitHub?? And just did all this? Wow, you're either really skilled or I'm just lucky that just enough stuff worked that you...
Here's an options for using tabs..... change the location to the side?  They are looking a lot better now for sure due to the correct styling. Not sure how...
Oh, also I forgot to mention that there's a [`Sizer` Element](https://pysimplegui.readthedocs.io/en/latest/#sizer-element) that can be used to expand a column to a specific size. You achieved something similar I think with...
I tried going up and level and also tried it in another folder / drive to be sure nothing in that tree was in the way. ``` Directory of E:\DownloadsE\kcauto-390-2019-fall-event...
I added the project's folder as well as the next level down to PYTHONPATH and I still get errors due to imports. It's OK. I'm not a user so it's...
Glad you like using PySimpleGUI. Please submit new feature requests only on the GitHub.