Skip to content Skip to sidebar Skip to footer
Showing posts with the label Listbox

Tkinter - How To Assign Variable To Currently Selected Item In Listbox?

I need help with a Python3.3 Tkinter scrollable list box that iterates through all the users instal… Read more Tkinter - How To Assign Variable To Currently Selected Item In Listbox?

Tkinter : How To Create A Listbox That Can Appear And Disappear Over Another Widget Without Moving The Other Widget?

Question: I would like to create a listbox that would appear and disappear below label1 but it shou… Read more Tkinter : How To Create A Listbox That Can Appear And Disappear Over Another Widget Without Moving The Other Widget?

Tkinter: Making A Listbox That Can Change Variables On Selection

Now I made a procedure that activates on the click of a button. Now say I have a listbox called: se… Read more Tkinter: Making A Listbox That Can Change Variables On Selection

Selecting Values Simultaneously From Different Tkinter Listbox Widgets In Python 3.5

I want my program to work in a way that: when I click an element from either of the 3 listboxes to… Read more Selecting Values Simultaneously From Different Tkinter Listbox Widgets In Python 3.5

Get Multiple Items Chosen In A Listbox And Populate New List With The Values, Using Tkinter

I am trying to take the selection from a listbox and populate a new list with it, and it will be mu… Read more Get Multiple Items Chosen In A Listbox And Populate New List With The Values, Using Tkinter

Tkinter Listbox Error - Attributeerror: 'int' Object Has No Attribute 'tk'

I am new to tkinter and trying to make a listbox. This is the code I am using, I keep getting the e… Read more Tkinter Listbox Error - Attributeerror: 'int' Object Has No Attribute 'tk'