Re: [Tutor] clickable listbox with Tkinter (python2)

2015-06-18 Thread Alan Gauld
On 18/06/15 15:13, Ali Moradi wrote: now i came up with this code, which i can't now show my words in the list box! ? > root = Tk() > l = Listbox(root, height=10) > s = Scrollbar(root, orient=VERTICAL) > l.configure(yscrollcommand=s.set) > l.pack() > root.mainloop() I'd leave out the scrollb

[Tutor] clickable listbox with Tkinter (python2)

2015-06-18 Thread Ali Moradi
Hi, i studied your book that u said before. now i came up with this code, which i can't now show my words in the list box! ? http://pastebin.com/GpWc8Pnw now, i've got a better idea! , i can use two lists like this code ( http://pastebin.com/sJj39UjA), just the items should be loaded from my dat