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?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Here is the deprecated list for 4.3.0. ListFieldCallback is not listed as a deprecated class. And, it doesn't seem to be deprecated in newer releases either. Are you sure it is ListFieldCallback that it is complaining about?

link|improve this answer
You were right it was something else that was deprecated. I was reading the compiler warning wrong. – Ian1971 Feb 23 '09 at 15:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.