Re: [Tutor] getting back my listbox items

2018-06-24 Thread Alan Gauld via Tutor
On 24/06/18 18:26, Ali M wrote: Just a quick observation, its too late to read it in detail... > def update_list(self): > search_term = self.search_var.get() > for item in self.listbox.get(0, tk.END): > if search_term.lower() in item: > self.listbox

[Tutor] getting back my listbox items

2018-06-24 Thread Ali M
Hi, when i do search in my Entrybox the list lowers down to that typed item the code of which i wrote in the update_list function. how should i get listbox items back again after it has been lowered? and another question: if i want to format some specific text in my Text widget i should use Beautif