I am very new developer for black berry environment. Is there a focus and lost-focus event for the controls which are currently selected or deselected?
Please give me some like or example.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are writing your own custom field, or want to catch the events of your
Screenclass(es), then you would override the virtualField.onFocus()andField.onUnfocus()methods.If you want to catch focus events of other fields, then you have to implement the
FocusChangeListenerinterface and then call theField.setFocusChangeListener()method of those fields.