Re: [Tkinter-discuss] Persistent Listbox selection

2015-03-09 Thread Michael Lange
Hi Vasilis, try exportselection=False Regards Michael On Mon, 9 Mar 2015 15:01:35 + Vasilis Vlachoudis wrote: > Dear all, > > how can I keep the listbox selection persistent when user selects > something in the entry? In the following example, the rows 0 to 10 are > selected in the listb

[Tkinter-discuss] Persistent Listbox selection

2015-03-09 Thread Vasilis Vlachoudis
Dear all, how can I keep the listbox selection persistent when user selects something in the entry? In the following example, the rows 0 to 10 are selected in the listbox If you click and select something in the entry box the selection is lost Is there an option to avoid this behaviour? Best Reg