PySimpleGUI / PySimpleGUI

Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.

Home Page:https://www.PySimpleGUI.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement] Fix 1 isssue#3553

ArthurZhou opened this issue · comments

    ## Type of Issue (Enhancement, Error, Bug, Question)
    
    Enhancement
    
    ----------------------------------------
    
    ## Environment 
    
    #### Operating System
    
    Mac  version ('10.16', ('', '', ''), 'x86_64')
    
    #### PySimpleGUI Port (tkinter, Qt, Wx, Web)
    
    tkinter
    
    ----------------------------------------
    
    ## Versions
    
    
    #### Python version (`sg.sys.version`)
    
    3.7.2 (v3.7.2:9a3ffc0492, Dec 24 2018, 02:44:43) 

[Clang 6.0 (clang-600.0.57)]

    #### PySimpleGUI Version (`sg.__version__`)
    
    4.60.0.4
    
    #### GUI Version  (tkinter (`sg.tclversion_detailed`), PySide2, WxPython, Remi)
    
    8.6.8
    
    
    
    ---------------------
    
    ## Your Experience In Months or Years (optional)
    
     Years Python programming experience
     Years Programming experience overall
    No Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)
    
    
    ---------------------
    
    ## Troubleshooting
    
    These items may solve your problem. Please check those you've done by changing - [ ] to - [X]
    
    - [X] Searched main docs for your problem  www.PySimpleGUI.org
    - [X] Looked for Demo Programs that are similar to your goal Demos.PySimpleGUI.org
    - [ ] If not tkinter - looked for Demo Programs for specific port
    - [ ] For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
    - [X] Run your program outside of your debugger (from a command line)
    - [X] Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
    - [X] Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
    
    ## Detailed Description
    
    I think I`ve fix the no-titlebar issue.I`ve post the solution in that issue.

It's original issue is at #300

Edited lines:
line 17145
line 17123 to line 17129

Here is the file

    #### Code To Duplicate

py.py.zip

    #### Screenshot, Sketch, or Drawing

Screen Shot 2022-05-17 at 09 04 42

How about we not have a separate issue for this proposed fix and keep it in the issue you've pointed out right in the title, #3553

okay, i'll close it :)