Python Forum
Nesting menu buttons tkinter for python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nesting menu buttons tkinter for python
#1
I’m trying to figure out how to nest other buttons within other drop down buttons. Like for example, I need to figure out how to make a drop down of vehicles with trucks and cars and boats and then get more and more specific with each selection
Reply
#2
the normal approach would be to make drop down menu buttons side by side, but disable the latter ones until the first drop down is selected, then based on that, create the following drop down menu, etc. An example is kelly blue book
https://www.kbb.com/new-cars/
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  tkinter toggle buttons not working Nu2Python 26 6,773 Jan-23-2022, 06:49 PM
Last Post: Nu2Python
  [Tkinter] tkinter.Menu – How to make text-variable? Sir 3 5,546 Mar-10-2021, 04:21 PM
Last Post: Sir
  Tkinter menu font size -method to change tonycat 2 7,707 Oct-11-2020, 02:43 AM
Last Post: tonycat
  TkInter Binding Buttons ifigazsi 5 4,167 Apr-06-2020, 08:30 AM
Last Post: ifigazsi
  access subitem in tkinter Menu Phraya 2 2,925 Apr-04-2020, 12:11 PM
Last Post: Phraya
  Issue on tkinter with buttons Reldaing 1 2,417 Jan-07-2020, 08:21 AM
Last Post: berckut72
  Need tkinter help with clicking buttons pythonprogrammer 2 2,400 Jan-03-2020, 04:43 AM
Last Post: joe_momma
  [Tkinter] macOS Catalina and Python menu issue SouthernYankee 7 6,764 Dec-11-2019, 02:02 AM
Last Post: chrstphrchvz
  Tkinter Buttons action d3fi 1 1,977 Nov-20-2019, 09:16 PM
Last Post: Larz60+
  Windows GUI with push buttons to launch python scripts drifterf 7 4,123 Jul-17-2019, 05:34 PM
Last Post: Yoriz

Forum Jump:

User Panel Messages

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