Re: [Tutor] Searching db while typing on Entry widget

2017-01-16 Thread Alan Gauld via Tutor
On 16/01/17 15:11, Ali Moradi wrote: > Hi. i want to search one field of my db while i type text in my Entry > widget. how can i do that? Assuming you mean a live search type of thing, like Google etc do then you need to bind the keypress (or maybe the key-up) event to a function that does the se

[Tutor] Searching db while typing on Entry widget

2017-01-16 Thread Ali Moradi
Hi. i want to search one field of my db while i type text in my Entry widget. how can i do that? and another problem is that now when i click on one of the item lists it always writes the first field of my db in the Text widget, i think i did the loop wrong maybe but i am not sure. #! /usr/bin/env