Nov-03-2016, 04:46 AM
(Nov-02-2016, 08:42 PM)metulburr Wrote:Quote:but it shows up in the consoleIf you want it to show in the GUI you need to make a label for it, not print().
http://effbot.org/tkinterbook/label.htm
Yes i know. i got one for it in class StatusBar. But what i meant was how do i make the label in there show how many elements there are in the listbox and every time i add a new one the number should change to show the new amount.