|

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
|