how to create a modal form with RichTextCtrl ?

When I define the window as a dialog:
my cursor movements with arrow keys,
don't jump within the RichTextCtrl, but jumps to other controls on the form.

Weird... Try using a wx.WANTS_CHARS style with the RTC.

That's exactly what was missing.
Thanks very much Robin !
cheers,
Stef