Re: [Tutor] clickable listbox from sqlite database.

2015-06-16 Thread Alan Gauld
On 16/06/15 13:47, Ali Moradi wrote: i want to fill the listbox from my database which contains of one table (Words) and two fields (English) and (Esperanto), how can i do that? i want the program to be the same just the words loaded from my sqlite database. Do you know SQL? And if so do you k

[Tutor] clickable listbox from sqlite database.

2015-06-16 Thread Ali Moradi
Hi, you got what i mean thanks, your code (http://pastebin.com/VbaVKJgj) was so good. now i want to do two more things. i want to fill the listbox from my database which contains of one table (Words) and two fields (English) and (Esperanto), how can i do that? i want the program to be the same jus