jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

Running processes as threads to allow for GUI updates #550

Closed simonjharris closed 5 years ago

simonjharris commented 5 years ago

I doubt this is really an 'issue', but I've read all the documentation and I really can't seem to get my head around how to run processes as threads to allow for GUI updates. I would really appreciate it if someone could take a look at my code.

The problems I'm having are summarised here: https://stackoverflow.com/questions/53085433/appjar-threading-to-allow-for-gui-updates

Cheers, Simon

jarvisteach commented 5 years ago

I’ve put an answer on StackOverflow.