ssweber
ssweber
[ Enhancement] Wrap sg.Table treeview.column(width=... to int(width) to allow finer-tuned col_widths
### Type of Issue (Enhancement, Error, Bug, Question) Enhancement ---------------------------------------- #### Operating System Windows 11 Pro 22H2 #### PySimpleGUI Port (tkinter, Qt, Wx, Web) Tkinter ---------------------------------------- ## Versions Version information...
Readme
Are you ok if I chip away at reorganizing the readme and adding screenshots/short animated gifs for the features? I plan on adding a linked-table of contents. I will keep...
- [ ] #198 - [x] #300 - [x] feature-full example for readme - [x] #313 - [x] #338 - [x] add Table justification to TableHeadings - [x] Bugfixes Would...
### Documentation for the upcoming 3.0 release can be found at: [https://pysimplesql.github.io/pysimplesql/](https://pysimplesql.github.io/pysimplesql/) ### Most current branch can be found at: [https://github.com/PySimpleSQL/pysimplesql/tree/development](https://github.com/PySimpleSQL/pysimplesql/tree/development)
- [ ] Slider - [ ] Radio buttons - [ ] Listbox - [ ] Spinner
Running list of widget enhancement ideas: - [x] How share more code between subclassed tk/ttk and subclassed sg versions (eg _CellEditCombo and subclassed sg.Combo) - [x] More flexible date/datetime formatting....
The couple last things that are on my list: - [x] Integrate autosave as a constant. Eg _prompt_save = AUTOSAVE, making it clear that it’s a mode of prompt_save. Add...
### `#Include` for imported modules While a relative directory `#Include` works when calling from a script, for a module you intend to import from, you'll need to do something like:...