jarvisteach / appJar

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

Modularize appJar program? #630

Closed karkraeg closed 4 years ago

karkraeg commented 4 years ago

How do I modularize an appJar app? When I try to use the example code and move the press() function into an own file, this functions doesn't know the app variable:

grafik

Can I get this to work? What am I missing? Thanks!