Frank Millman wrote:
Stef Mientki wrote:
To detect if a boolean value has changed in a wxgrid, I tried several events, most did nothing, and I now I still not found the right one.
The one that does soemthing , sometimes is:
gridlib.EVT_GRID_CMD_CELL_LEFT_CLICKthis event seems to be fired when I enter the boolean cell the first and next time, but then never again, until I leave the cell and come back.
What's the right event to catch a change in the boolean ?
Is this what you want?
thanks Frank,
that seems indeed what I need.
I see you're the writer of this code snippet,
so that asks for some more questions
- why do you take over onKeyDown ?
(I do it without and eveything works perfect)
- why SetEditor an SetRenderer ?
(again, without works ok)
cheers,
Stef Mientki
···
Frank Millman
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org