05-03-2011 04:28 AM
Hello Everyone
I have three VerticalFieldManager like TitleManager,MainManager
and BottomManager.
I want to arrange these vertically by making sure that BottomManager will
always be at the bottom of the screen and only MainManager will have
VERTICAL SCROLL functionality so that whole screen will not get scrolled.
This is possible with BorderLayout which is not present in Blackberry Development Environment
What could be the best possible solution to accomplish this task??
Solved! Go to Solution.
05-03-2011 05:11 AM
05-03-2011 05:13 AM
Lots of useful stuff, like this, explained in here:
http://supportforums.blackberry.com/t5/Java-Develo
05-03-2011 05:19 AM
you can use the screenObj.setTitle and screenObj.setStatus to arrange your fields at the top and bottom of hte screens.
then you can add all other fields at the middle of the screen.
05-03-2011 05:51 AM
Yup it worked for me
Thanks to All for such a Quick Reply
and Thanks to peter for Useful link