In my application I\'m using a list. This list can be updated by a refresh list button which is retriving more data from serever.
开发者_如何转开发 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
I want to create ListField .In each row of Field i want to display image on the Right and text on the left.I am using the ListField and callback.The text and image is getting displayed but the text is
I am using a ListField for my app to show the data in a list. Now my requirement is that i want to increase the row height of the selected item of the list.
How开发者_Python百科 to create ListField with image in BlackBerry?Have you tried searching for this first? There\'re really lots of info on this.
I am new For Blackberry .. i need some Help. How To SetFieldChangeListener for 开发者_StackOverflowListFieldin Blackberry?This way:
I\'m beginner in BB dev.I create a CustomListField and when I click on a row, the background color of this row must change and a new screen must be displayed (it\'s done!).
I have a list field that I am using to display a list of categories, these categories have sub categories. I need to navigate the top level categories using the ListField. So when user selects Categor
Suppose i had a Screen class that has 10 ListField: Vector v_prj_title,v_prj_mgr // v_prj_title contains name of projects
I\'m wondering if anyone has come across any sample code for creating a listField that has clickable rows.