[Tkinter-discuss] Two Listbox problem

2008-09-30 Thread Ralph Tindell
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

Re: [Tkinter-discuss] Two Listbox problem

2008-09-30 Thread Cameron Laird
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