How to activate a RichTextfield to receive Focus

I'm doing a RichTextField can receive focus.

I am against the Version 4.3 programming. The API documentation specifies that to make a RichTextField unable to receive focus, we should pass to the constructor the bit style NON_FOCUSABLE, implying that, by default, it is able to receive the focus.

But when I scroll down using the arrow key down in the Simulator on a RichTextFields screen, I always null when calling "getLeafFieldWithFocus" in the fields Manager. It works when I can replace the EditFields RichTextFields.

When I try to spend the FOCUSABLE style bit to the constructor, the Simulator throws an exception in the constructor call.

Is there a way of 4.3 to a Textfield read-only able to receive the focus?

Passing RichTextField.FOCUSABLE when building a RichTextField works very well for me in JDE 4.3.0

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for