GridCellBoolEditor

Reference: wiki example for GridCellBoolEditor

wkihttp://wiki.wxpython.org/Change%20wxGrid%20CheckBox%20with%20one%20click?highlight=%28GridCellBoolEditor%29

The grid cell that has GridCellBoolEditor & Focus does
not get highlighted when the cursor is move via arrows or tabs. I would like to
be able to arrow/tab to cell have the cell highlighted and single left
click/spacebar to toggle the check box . Thank you

IIRC part of the cell highlighing is drawn by the cell renderer, so if the editor is being activated immediately then that could be the problem, or that the editor is a little too large and is blocking the view of the highlight.

···

On 4/9/12 9:10 PM, dk23 wrote:

Reference:wikiexample for GridCellBoolEditor

wkihttp://wiki.wxpython.org/Change%20wxGrid%20CheckBox%20with%20one%20click?highlight=%28GridCellBoolEditor%29

The grid cell that has GridCellBoolEditor & Focus does not get
highlighted when the cursor is move via arrows or tabs. I would like to
be able to arrow/tab to cell have the cell highlighted and single left
click/spacebar to toggle the check box . Thank you

--
Robin Dunn
Software Craftsman