Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Avoiding too many if's
#7
Just that I'm not familiar with the GUI tools. The last project I did was a small one with only six buttons and I used pygames to blit the buttons on screen then just passed the touch coords on to a bunch of if statements.
I took a look at tkinter but it looks like a steep learning curve to do the bitmapped buttons. Though it would be much cleaner.
Reply


Messages In This Thread
Avoiding too many if's - by Ted_Toad - Sep-17-2020, 11:48 AM
RE: Avoiding too many if's - by jefsummers - Sep-17-2020, 12:51 PM
RE: Avoiding too many if's - by metulburr - Sep-17-2020, 02:20 PM
RE: Avoiding too many if's - by Ted_Toad - Sep-17-2020, 02:20 PM
RE: Avoiding too many if's - by Ted_Toad - Sep-17-2020, 05:06 PM
RE: Avoiding too many if's - by deanhystad - Sep-17-2020, 05:10 PM
RE: Avoiding too many if's - by Ted_Toad - Sep-17-2020, 07:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Avoiding Re-login Goodsayan 0 1,398 Sep-09-2021, 01:53 PM
Last Post: Goodsayan
  What is the better way of avoiding duplicate records after aggregation in pandas ? jagasrik 0 1,737 Aug-30-2020, 05:26 PM
Last Post: jagasrik
  Avoiding traceback not through input filtering Mark17 5 2,600 Oct-16-2019, 04:15 PM
Last Post: ichabod801
  Avoiding empty line in writing process csv file go127a 4 9,755 May-10-2019, 01:33 PM
Last Post: go127a

Forum Jump:

User Panel Messages

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