wxGrid over write the EVT_KEY_DOWN Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
kea_
Experienced Solver
Experienced Solver
Posts: 59
Joined: Wed Oct 17, 2007 7:32 am

wxGrid over write the EVT_KEY_DOWN

Post by kea_ »

Hello together,
I over write the key event 'EVT_KEY_DOWN' on wxGrid.
If I press a key and like to write text it doesn't work.
I have to double click the cell for that.

But before I have over written the EVT_KEY_DOWN it did work.
How can I solve this problem?

Thank you for your answers.
kea_
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Post by catalin »

wxEvent::Skip
kea_
Experienced Solver
Experienced Solver
Posts: 59
Joined: Wed Oct 17, 2007 7:32 am

Post by kea_ »

It works...
I don't know why but it works.
great thank you.

kea_
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Post by catalin »

kea_ wrote:It works...
I don't know why
That is easy, read its documentation. Maybe you'll need it some other time too.
Post Reply