Hi all, I am building a simple tool using tkinter,and need multiselection checklist.I find that Listbox with option selectmode=tkinter.MULTIPLE could do this for me. But when I have two Listboxs,I do some selection with one,then do selection with another one,the previous listbox get cleared.I wonder how to keep the previous listbox selected. Wish I explained clear.
Regards.
-- http://mail.python.org/mailman/listinfo/python-list