Hello,
you said with the new release, we can manage the double click zoom and the dual click zoom.
I changed my mapfieldtouch, my mapscreen but these events don't work.
Can you say me how I can implement this.
Thanks.
Hello Jaak,
thanks for your answer but i have many problems when I implement in the mapscreen.
If I make one click in the map, the double click zoom in works whereas it doesn't and I can't use the button of setOnScreenZoomControls now for zooming in and out.
If I make the dual click in the map, the dual click zoom out doesn't work and my places are deleted, I must touch the screen to see my places.
Thank you, we'll check it over.
Now there is update in http://www.nutiteq.com/beta/lib - SDK and alsp BlackBerry sample project with updated MapFieldTouch . It should have fixes for these issues. Please let us know if it works for you better.
Hello Jaak,
Thanks for your reply, I tested and it's correct but the dualclick is a little random, it doesn't always work when I touch with two fingers in the same, it sometimes works.
Thanks, Nomalys.
You should add following lines:
mapComponent.setDoubleClickZoomIn(true);
mapComponent.setDualClickZoomOut(true);
/JaakL