I want to create a RichTextField at the bottom half of the screen, while I paint my own custom graphics at the top half of the screen. Is that possible in BlackBerry? It tri
you can unset focus from your RichTextField. And also keep in mind that you can control focus using null fields.
I've recentlyy had battles for scrolling with my custom list field. You can check my post, it might be helpful.