04-16-2012 03:46 AM
Hi All
I have app integrated Maps using MapField. But in 9900 Simulator its throwing MapException. But there is no problem with other devices like 9700,9550,9800.
MDS is 'on' and eveything is fine. Can any one explain what exactly the reason ?
04-16-2012 04:35 AM
Hi,
The MapField seems to be deprecated in 7.1.0.
http://www.blackberry.com/developers/docs/7.1.0api
Deprecated. Use net.rim.device.api.lbs.maps.ui.MapField or net.rim.device.api.lbs.maps.ui.RichMapField instead.
or perhaps you have a "signed" problem : "This element is only accessible by signed applications."
Do you give the rights to the application in the simulator?
04-17-2012 12:43 AM
Hi
Thank you so much for your response.
I tried using the et.rim.device.api.lbs.maps.ui.MapField and net.rim.device.api.lbs.maps.ui.RichMapField , both are accessing the same api net.rim.device.api.lbs.MapField; And I have installed app in device after signing, but it was not working.
May be any other reasons to consider. if you all find any please let me know.
08-28-2012 09:11 AM