This is my first try with PySimpleGUI.
I've written a simple window with three output fields:
- Text
- Output
- Multiline
The window paints fine, and the default values display. But I can't get any of the fields to update.
Am I doing something stupid (almost certainly!)?
Here is the code and result: Code Display
Thanks in advance, Chris.
I've tried multiple field types and various options to try to force update, all to no avail.