I am trying to build a screen in BlackBerry. In which there should be a second title bar just below the original title bar. Also the second title bar should be fixed and it should not be scrolled with vertical scroll.
Need some advice on this issue.
You can add the second title and the original title bar on a VerticalFieldManager. Then just set that
VerticalFieldManager
as title, as it's possible to set anyField
,Manager
instance as title.Check public void setTitle(Field title) and following example.