rim-4.3

BlackBerry - ListFieldCallback deprecated

I am using 4.3.0 of the Blackberry JDE. I have created a ListField object and populated it by overriding ListFieldCallback. It works but I am getting a compile warning that ListFieldCallback is deprecated. What should I be using instead? ...

Aligning fields in VerticalFieldManager

I'm trying to develop a stock ticker in JDE 4.3. I found in a recent post that it is possible for two(2) fields to be aligned both horizontal and vertical: http://stackoverflow.com/questions/1486664/blackberry-field-alignment-in-a-verticalfieldmanager. My question is: is it possible to align horizontally (3) or more ActiveRichTextField...