oragonefreet
Programmer
Hello,
My Tk window uses two independant listboxes named as :
.saving.right.tables.tablist.lbox
.saving.right.sequences.seqlist.lbox
I'd like the user could select entries in the first and in the second listbox. Meanwhile when i select something in one, it clears entire selection in the other listbox.
Example, i use :
.saving.right.tables.tablist.lbox selection set 0 end
and all selection in .saving.right.sequences.seqlist.lbox has been cleared.
Is there a mean to prevent this ?
Thanks,
Oragon.
My Tk window uses two independant listboxes named as :
.saving.right.tables.tablist.lbox
.saving.right.sequences.seqlist.lbox
I'd like the user could select entries in the first and in the second listbox. Meanwhile when i select something in one, it clears entire selection in the other listbox.
Example, i use :
.saving.right.tables.tablist.lbox selection set 0 end
and all selection in .saving.right.sequences.seqlist.lbox has been cleared.
Is there a mean to prevent this ?
Thanks,
Oragon.