jarvisteach / appJar

Simple Tkinter GUIs in Python

Home Page:http://appJar.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modularize appJar program?

karkraeg opened this issue · comments

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!