in reply to Tk problem: 2 listboxes interfering with each other

Any suggestions?

You call your vars $list1 and $list2, but you only interrogate $list2 (you only call $list2->selectionIncludes

It would have been easier to notice if you had $leftList and $rightList or some such word-length non nummerical prefix/suffix

  • Comment on Re: Tk problem: 2 listboxes interfering with each other (typo/name1/name1)