background image scroll disable in Main field manager in blackberry
问题 In my application there is one MainScreen .This screen contain lots of Vertical and Horizontal field manager and all content display successfully with scroll . This is my main VerticalFieldmanager code . vfm_Main = new VerticalFieldManager() { public void paint(Graphics g) { g.setColor(Color.WHITE); g.drawBitmap(0,0,mybackgroundImage.getWidth(),mybackgroundImage.getHeight(),mybackgroundImage,0,0); super.paint(g); } protected void sublayout(int maxWidth, int maxHeight) { super.sublayout