How could i blink text in listbox [duplicate] How could i blink text in listbox [duplicate] tkinter tkinter

How could i blink text in listbox [duplicate]


You should try the following if you want to iterate over the lines in the listbox. You can't directly check for a string the listbox.

ncbox.get(first, last=None) 

If this still doesn't work for you got to:

http://www.tutorialspoint.com/python/tk_listbox.htm

http://zetcode.com/gui/tkinter/widgets/

http://effbot.org/tkinterbook/listbox.htm