Python Forum

Full Version: combobox and button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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