Re: [Tkinter-discuss] Treeview: stop temporarily TreeviewSelect messages

2023-05-31 Thread Michael Lange
Hi Vasilis, On Wed, 31 May 2023 14:44:35 + Vasilis Vlachoudis wrote: > during the filling of a ttk.Treeview, widget I want to temporarily > disable the <> (to restore the previously selected > items), and re-enable it at the end. However, when I unbind the > <> event the messages are still s

[Tkinter-discuss] Treeview: stop temporarily TreeviewSelect messages

2023-05-31 Thread Vasilis Vlachoudis
Hi all, during the filling of a ttk.Treeview, widget I want to temporarily disable the <> (to restore the previously selected items), and re-enable it at the end. However, when I unbind the <> event the messages are still send. See the following demo code. I would expect that during the filling