horizontalfieldmanager
how to add checkbox, labelField to HorizontalFieldManager
I wrote a simple program that adds two edit fields to the field manager: HorizontalFieldManager hrfm = new HorizontalFieldManager(Manager.HORIZONTAL_SCROLL);[详细]
2023-04-12 07:52 分类:问答Align checkbox to the right on Blackberry
I need to align a CheckboxField to the right of a fixed text (on Blackberry) like the \"manage connections\" dialog.[详细]
2023-04-06 08:23 分类:问答Not able to delete a field from a Manager
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.[详细]
2023-03-14 03:54 分类:问答BlackBerry HorizontalFieldManager with two Buttons on Opposite Sides
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[详细]
2023-03-11 21:28 分类:问答How to change Background of HorizontalFieldManager
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.[详细]
2023-03-05 05:07 分类:问答How to add a custom image to a textfield in blackberry?
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:[详细]
2023-02-18 09:12 分类:问答BlackBerry layout: HorizontalFieldMahager with 3 items (Including an EditField)
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:[详细]
2023-02-15 02:56 分类:问答Color Change LabelField
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).[详细]
2023-02-04 07:29 分类:问答Second text field not showing up in horizontal field manager
The following doesn\'t show the second text field: HorizontalFieldManager innerHfmComment = new HorizontalFieldManager(HorizontalFieldManager.USE_ALL_WIDTH);[详细]
2023-01-23 08:08 分类:问答Button HorizontalFieldManager, change background image on focus?
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[详细]
2023-01-16 03:04 分类:问答