PDA

View Full Version : Transition Problems


djones1010
03-26-2009, 10:58 AM
I am having problems linking my files: GUI Title & GUI_Tutirial.

Here are some of the errors I recieve when I compile and run GUI Title:
Traceback (most recent call last):
File "GUI_Tutorial.py", line 18, in onButton
elif obj == Nxt:
NameError: global name 'Nxt' is not defined

Here are some of the errors I recieve when I compile and run GUI_Tutirial:

When I click on the "MainBtn" the words from GUI Title dont show up and the MainBtn is not removed without causing the program to shutdown.

Any Suggestions?

Jeff
03-30-2009, 12:31 PM
I think a better way of doing this is to hide one menu and make the other visible when you need to go back and forth