05-04-2012 06:09 AM
Hi
My screen gets scroll even there is nothing to show.and a blank screen comes in foreground.
I add following line in constructor
super(NO_VERTICAL_SCROLL | NO_VERTICAL_SCROLLBAR);
Screen becomes white . it shows nothing.
i am running app on torch 9860.
please help.
05-04-2012 06:18 AM
Hi,
You can controll your screen by setExtent(width,height ) of manager.
05-06-2012 11:39 AM
I don't think there is enough information in your post to help us understand your problem.
However I wonder why you think it is a good idea not to have scrolling on your MainScreen?
Also have you you reviewed this?
http://supportforums.blackberry.com/t5/Java-Develo