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
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