Python Forum
[Tkinter] How can I make buttons appear depending on the current index of a Combobox?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] How can I make buttons appear depending on the current index of a Combobox?
#3
(Jul-28-2019, 06:27 PM)woooee Wrote: Use the grid or pack geometry manager and the forget option.

How would I do that with
Combobox.current(0)
so i write something along the lines of

if combobox1.current(0):
   Label(text='HELLO').place(x=50,y=100,anchor=NW)
Reply


Messages In This Thread
RE: How can I make buttons appear depending on the current index of a Combobox? - by SteampunkMaverick12 - Jul-30-2019, 03:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] How can I sync Combobox index to other combobox index? nickzsche 2 2,329 Jan-03-2022, 12:29 PM
Last Post: Axel_Erfurt

Forum Jump:

User Panel Messages

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