Is selecting from multiple list boxes in Tk possible?
Greg Ewing
greg at cosc.canterbury.ac.nz
Wed Nov 28 00:11:35 EST 2001
More information about the Python-list mailing list
Wed Nov 28 00:11:35 EST 2001
- Previous message (by thread): Is selecting from multiple list boxes in Tk possible?
- Next message (by thread): Is selecting from multiple list boxes in Tk possible?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm trying to make a Tk window containing three Listboxes, with the ability to select one item out of each list. But it seems that making a selection in one listbox causes any selections in any other listboxes in the same window to be cleared. Is there any way of preventing this from happening? This is using Tk8.3 with Python 2.1 on Windows 2000 Professional. -- Greg Ewing, Computer Science Dept, University of Canterbury, Christchurch, New Zealand To get my email address, please visit my web page: http://www.cosc.canterbury.ac.nz/~greg
- Previous message (by thread): Is selecting from multiple list boxes in Tk possible?
- Next message (by thread): Is selecting from multiple list boxes in Tk possible?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list