1

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.

CRUSADER
  • 5,486
  • 3
  • 28
  • 64
Hieu Bui
  • 141
  • 1
  • 10

1 Answers1

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

Place EditField in Listfield .

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