Help with check boxes in wx.grid

I'm testing an example program located here http://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.

···

On 3/16/12 4:18 AM, Guardian9978 wrote:

I'm testing an example program located here http://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.

--
Robin Dunn
Software Craftsman

Python 2.6 x32 and wxPython 2.8.11.0

···

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