wx2.6...wx27, nagivation keys problem

Just an addendum to my previous post:

That is the case for the StyledTextCtrl only.
I can intercept the key, event.GetKeyCode(), it has
hower no effect on the stc itself. (No, I didn't
forget event.Skip())

jmf

jmf wrote:

Just an addendum to my previous post:

That is the case for the StyledTextCtrl only.
I can intercept the key, event.GetKeyCode(), it has
hower no effect on the stc itself. (No, I didn't
forget event.Skip())

I fixed this a few weeks back, and it should have been in the latest preview. (Although I just noticed that the numpad insert and delete key were not mapped with that fix, so I'll fix them now.)

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!