07-15-2008 02:38 PM
Quote from the previous forum:
Solved! Go to Solution.
07-15-2008 03:42 PM
12-18-2008 10:20 AM
Is there any way to add that flag to the call from within the JDE?
12-19-2008 02:31 PM
03-26-2009 07:35 AM
Hi,
Can you please give more information about depricated APIs. What is the problem in using depricated APIs?
Also I am using Dialog Class. And i am not implementing any interfaces. I compiled my file with the -deprication option through command line. It gives info "[deprecation] inHolster() in net.rim.device.api.system.HolsterListener has
been deprecated"
Touchdemo suppiled with JDE also shows same info.
Can you please help understanding this?
Thanks,
Sandeep
03-31-2009 04:37 PM
It is recommended to avoid deprecated APIs. An API is marked as deprecated to inform developers that it could be removed in the future. The JavaDocs for deprecated APIs typically direct to the recommended replacement API.
Note that to date no API marked as deprecated has been removed from the BlackBerry API set.