Hi everybody! Recently I ran into a weird problem. The part of my program
that I am experiencing problems with does the following: it reads some
boolean data from the row and based on it sets a checkbutton's state. If the
data in rows is different, it sets the checkbutton as "inconsistent". And it
actually works very well when I select multiple rows using the keyboard. But
when I do the same with mouse (naturally, pressing Shift key), it almost
doesn't work (only after like 3-unknown times repeating it). And the debug
output in my program shows that in these cases it only iterates over one
row, no matter how many I selected. So, that's the problem. I would really
appreciate any help. Many thanks in advance!
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to