Creating custom layouts in BlackBerry

前端 未结 2 1896
渐次进展
渐次进展 2021-01-03 12:43

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

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 13:10

    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.

提交回复
热议问题