- Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Demo ProgramsProblem is in the demo programs (or any other non-core code)Problem is in the demo programs (or any other non-core code)documentationDocs need updatingDocs need updatingenhancementNew feature or requestNew feature or request
Description
Type of Issue (Enhancement, Error, Bug, Question)
Enhancement
Environment
Operating System
Windows version 10
PySimpleGUI Port (tkinter, Qt, Wx, Web)
tkinter
Versions
Python version (sg.sys.version)
3.6.2 |Anaconda, Inc.| (default, Sep 19 2017, 08:03:39) [MSC v.1900 64 bit (AMD64)]
PySimpleGUI Version (sg.__version__)
4.51.2.1
GUI Version (tkinter (sg.tclversion_detailed), PySide2, WxPython, Remi)
8.6.6
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]
- Searched main docs for your problem www.PySimpleGUI.org
- 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)
- Run your program outside of your debugger (from a command line)
- Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
- Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
Detailed Description
The Output element has been phased out some time ago, but it is still in the Demo Programs.
Tasks for this enhancement:
- More information about the phase out is needed
- Remove all use of Output from Demos
- Remove Output from the documentation except for backard compat
- Change Cookbook to show the Multiline where the Output element is now
Code To Duplicate
# Paste your code here Screenshot, Sketch, or Drawing
Metadata
Metadata
Assignees
Labels
Demo ProgramsProblem is in the demo programs (or any other non-core code)Problem is in the demo programs (or any other non-core code)documentationDocs need updatingDocs need updatingenhancementNew feature or requestNew feature or request