I’ve added a bottom toolbar using a ToolbarManager which shows in the 9800 and 9520(which have a similar screen size) simulator but not in the 9930 simulator. I haven’t tested this on an actual 9930 and do not currently have a way to do so either, but this behavior is weird so far. I’ve used the standard code given on BB dev site:
bottomBar = new ToolbarManager();
bottomBar.add(new ToolbarButtonField(ImageFactory.createImage(Bitmap.getBitmapResource("a.png")), new StringProvider("Button 1"));
//------------------more buttons and other fields------------------------//
setToolbar(bottomBar);
What could be the reason why it isn’t visible?
It is a known issue with Bold devices (e.g. 9900, 9930, 9790) that they don’t have a toolbar even though
ToolbarManager.isToolbarSupported()returns true.