I have defined a status bar in my BlackBerry app as a HorizontalFileManager containing 2 buttons, but when the bar is displayed, it overlaps the bottom part of the screen. If I drag the screen, I can read the information on the bottom, but as soon as I release it, it disappears again under the status bar.
How can I avoid this? I've tried with setPadding(), setBorder(), setExtent(), but nothing changed.