I want to create a BlackBerry screen with a list of thousands of editable fields. Please give me some ideas of how to do this efficiently.
Asked
Active
Viewed 116 times
1
-
1We need a problem to provide solutions. Show us what you have done so far. – Didier Ghys Dec 22 '11 at 10:47
1 Answers
0
AFAIK you can't add editField in ListField. Yes If you want to make that kind of screen use HorizontalFieldManager and the EditFields. Also See this link to get More Idea
BBdev
- 4,898
- 2
- 31
- 45
-
I know we can't add editfield in listfield. But I want to know another ways to make a list of editfield (may be a thousand of editfields) with minimum memory used. We only allocate memory for visible fields on screen. How can we do that? Thanks for your reply! – Hieu Bui Dec 22 '11 at 10:07