Python Forum
[Tkinter] combobox and button
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] combobox and button
#1
Is there a way to make a button appear after a specific value is selected from a Combobox?
I want to make a program that creats differents amounts of buttons and labels depending on the value that was selected from the Combobox.
Reply
#2
You can start with example combobox code here: https://www.delftstack.com/tutorial/tkin...-combobox/
then under the event binding code, modify the callbackFunc function to produce your buttons
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] How can I sync Combobox index to other combobox index? nickzsche 2 2,332 Jan-03-2022, 12:29 PM
Last Post: Axel_Erfurt
  [PySimpleGui] How to alter mouse click button of a standard submit button? skyerosebud 3 4,949 Jul-21-2019, 06:02 PM
Last Post: FullOfHelp
  [WxPython] How to show remove button at the right side of the hovering item of a combobox popup? indrajitmajumdar 0 2,492 Mar-28-2019, 11:24 AM
Last Post: indrajitmajumdar

Forum Jump:

User Panel Messages

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