08-11-2012 04:27 PM - edited 08-11-2012 04:37 PM
In my app and even in the demo ( http://docs.blackberry.com/en/developers/deliverab
Before selecting "Select Location...." in BB Maps:
Afterselecting "Select Location...." in BB Maps:
My code is pretty much similar to the demo app. All my listener does is get the coordinates of the location selected so that can't be it. The only thing that looks maybe odd is the constructor on the MapsLocationPicker is the demo.
shows different than the demo:
LocationPicker.Picker mapsLocationPicker = null;
mapsLocationPicker = MapsLocationPicker.getInstance();
I tried using the other constructor but no matter what I do it says it isn't visible. Does anyone know why it i doing this?
08-11-2012 07:10 PM
Nevermind. I'm going to go with Invoke and a menu item instead.
08-11-2012 08:18 PM
Yes I noted this as well, so started my app using "gui" which overcomes the problem. However I actually think invoke and a menu item is a better solution.