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
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!