View Single Post
  (#2 (permalink)) Old
alipolatolu Offline
New Member
 
Posts: 9
Join Date: Apr 2006
Location: Turkey
Model: 8100
Carrier: TURKCELL
Default 05-06-2006, 04:35 AM

Hi;

Sorry for the late reply;

You can do it by calling MainScreen.setStatus(Field field) method. This method will place the Field (any field that inherits Field class) to the Status area of your screen. But, if there is a field before you set, it will replace your new field and will remove old field from status area.

HTH