I have a Tkinter app where I have two Listbox widgets in different frames
with both frames in a parent frame. I want to restrict each Listbox to one
selection, but be able to make a selection in each box simultaneously. But
I am only able to select one entry in the two boxes, i.e., a selection in
On Tue, Sep 30, 2008 at 03:58:25PM -0400, Ralph Tindell wrote:
.
.
.
> I have a Tkinter app where I have two Listbox widgets in different frames
> with both frames in a parent frame. I want to restrict each Listbox to one
> se