Re: Problem with Python GUI checklist, Tkinter

2011-03-07 Thread Terry Reedy
On 3/7/2011 12:49 PM, Mathew Coyle wrote: Everything seems to roll along fine, a few tweaks are still needed, but an issue I cannot resolve has come up. It seems that the checklist items are being selected and added twice to the list, once for a mouse button click, and again for a mouse button r

Problem with Python GUI checklist, Tkinter

2011-03-07 Thread Mathew Coyle
Hi all, I am trying to create a checklist which allows users to select a specific feature of a dataset in a database, and export that feature out of the database to their PC. This is my first GUI attempt, and I don't imagine my issue is too complicated, mostly just my inexperience. Everything