Python Forum
GUI skips code part
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUI skips code part
#5
(Feb-25-2021, 05:59 AM)MLGpotato Wrote: I have done my mini projekt with console app. I thought I would just step up a bit
Actually separating the GUI part and the logic is good approach. For this your console script has to be properly structured. Then you can easily use the same code as part of GUI application. We haven't seen your console script, but given the fact that you use globals here I doubt it's properly structured though.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
GUI skips code part - by MLGpotato - Feb-24-2021, 06:39 PM
RE: GUI skips code part - by menator01 - Feb-24-2021, 07:25 PM
RE: GUI skips code part - by deanhystad - Feb-24-2021, 07:46 PM
RE: GUI skips code part - by MLGpotato - Feb-25-2021, 05:59 AM
RE: GUI skips code part - by buran - Feb-27-2021, 11:07 AM
RE: GUI skips code part - by deanhystad - Feb-28-2021, 05:36 AM
RE: GUI skips code part - by buran - Feb-28-2021, 07:55 AM
RE: GUI skips code part - by deanhystad - Feb-28-2021, 11:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Part of code is adding extra new line when saving to text file. lovepeace 9 5,261 Aug-24-2019, 12:52 PM
Last Post: lovepeace

Forum Jump:

User Panel Messages

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