The problem I noticed while testing it. Is when you click the cell
that has a check box and not click the check box itself. The text
sometimes says that the check box is checked when it visually is not.
Is there a way to make the text always match what the check box
visually shows?
During my tests I made no modifications to the example code.
The problem I noticed while testing it. Is when you click the cell
that has a check box and not click the check box itself. The text
sometimes says that the check box is checked when it visually is not.
Is there a way to make the text always match what the check box
visually shows?
During my tests I made no modifications to the example code.
On Mar 16, 10:45 am, Robin Dunn <ro...@alldunn.com> wrote:
On 3/16/12 4:18 AM, Guardian9978 wrote:
> I'm testing an example program located herehttp://markmail.org/message/uos35fe7xyyguyli
> and it has a wx.grid with check boxes in the cells.
> The problem I noticed while testing it. Is when you click the cell
> that has a check box and not click the check box itself. The text
> sometimes says that the check box is checked when it visually is not.
> Is there a way to make the text always match what the check box
> visually shows?
> During my tests I made no modifications to the example code.
What is your platform and wx version?
I expect that the problem has to do with how it is changing the value of
the checkbox but not keeping the grid cell's value in sync.
--
Robin Dunn
Software Craftsmanhttp://wxPython.org