In Blackberry I want to create a class that extends HorizontalFieldManager so that I can display a label and an image on the same line with the label to the left and the image to the right.
I want the user to be able to interact with the HorizontalFieldManager as if it were a single field. I also want each HorizontalFieldManager to be focusable when added to a VeriticalFieldManager. I also want the clcik action events.
BlackBerry customized HorizontalFieldManager
1.2k views Asked by user469999 At
1
Sounds like you'll be wanting to start writing your own Field classes, here's an example to get you started: