Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with GUI
#3
This code is messed up.
Start small, you try to do too much too fast.
If you work small portions of the code at a time, you will not have a problem in the end
Obvious problems:
getquestion1 button declared twice you will never see the first one
nothing is in a class, but you are referencing (for example question1) before it is declared.

Suggestion start over. get one thing working and then start with the second.
Reply


Messages In This Thread
Help with GUI - by BlazingD4NG3R - Mar-24-2017, 07:19 PM
RE: Help with GUI - by nilamo - Mar-24-2017, 08:05 PM
RE: Help with GUI - by Larz60+ - Mar-24-2017, 11:46 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020