I have a hfm.add(new LabelField("fld 1", LabelField.FOCUSABLE)); in a verticalfieldmanager, how can I know the content of the actually screen focus that user has selected?
imo the most simple way to handle focus events is implementing focuschangelistener and adding it to all fields in question.
getFieldWithFocus() is used to check the focussed field if you use other methods to do something, for example in navigationclick or makemenu.
But the code aviso = tmp.getAccessibleDescription(); is incorrect for obtain the text of the focus field, I have studied the javadoc of Field but I don't find anything, What is the correct property for obtain the field's text?