Editable RichTextField does not allow edit

If a RichTextField can be changed?  I can't get this to work.  Here is a code:

_rtf = new RichTextField(RichTextField.EDITABLE);

_rtf.SetText("Something I will change);

However, when I run the present on the device, I can focus on the field, but cannot change it (typing does nothing).  Any ideas?  If a richtextfield can be changed (I guess that one b/c it has this property)?  Is there another type, I should use?

Thank you

Scott

RichTextField is read-only. An EditField should fit if you want to change.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for