[wxruby-users] StyledTextCtrl not receiving all entered keys

Alex Fenton alex at pressure.to
Mon Dec 15 06:37:29 EST 2008


Hi

Robin Rogge wrote:
> i am working on a little editor based on the StyledTextCtrl. The
> problem: The keys "wrtzfy.-#+124780" are not being received by the
> control, so there is no output within the control and no events are
> being triggered. I've tested this on two different machines running (one
> running XP and the other one running Vista), but these keys do work with
> other controls within the same application. Any idea what might be the
> cause?

That's strange. I can't reproduce the error on XP using the wxRuby 
scintilla sample. Could you try running that sample please? If the 
sample problem occurs, then I guess it's a bug with Vista, otherwise 
there must be something in your app that's consuming those characters. 
Perhaps an evt_char handler that is not calling skip on the event?

If this doesn't help, please send a minimal, runnable, self-contained 
sample that demonstrates the issue.

a


More information about the wxruby-users mailing list