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?
+2
A:
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?
Fostah
2009-02-10 16:38:59
You were right it was something else that was deprecated. I was reading the compiler warning wrong.
Ian1971
2009-02-23 15:08:00