I wrote a simple program that adds two edit fields to the field manager: HorizontalFieldManager hrfm = new HorizontalFieldManager(Manager.HORIZONTAL_SCROLL);
I need to align a CheckboxField to the right of a fixed text (on Blackberry) like the \"manage connections\" dialog.
i added two button fields to a Horizontal Manager and when i try to delete the same from the manager from a different thread i get an - index out of bounds exception.
I have a HorizontalFieldManager with two buttons inside it. The buttons need to be placed on the far left and the far right of the screen, respectively. I know HorizontalFieldManager only puts them le
I want to set the Background of HorizontalFieldManager. The sample code I\'ve been searching is setting the background using Gradient for the main screen background.
Trying to add a background image to a textfield but when a user types over and goes into a horizontal scroll the image seems to be replicated over causing it to look like the following:
I\'m having a hard time working with the BlackBerry UI API. What I want to do is creating a \"list item\" based on a HorizontalFieldManager that consists of the following childFields:
I have a vertical field manager, inside it are numerous horizontal field manager. in each horizontal field manager there are 1 bitmapfield and another verticalfield manager ( 3 label fields).
The following doesn\'t show the second text field: HorizontalFieldManager innerHfmComment = new HorizontalFieldManager(HorizontalFieldManager.USE_ALL_WIDTH);
I want a horizontal field manager to act as a button, changing the background image on focus: set background image for HorizontalFieldManager and it should change onfocus(select) and it should act