NetTalk Central

Author Topic: Desktop Maps Qs 10.24 NetMaps/ABC  (Read 2969 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1845
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Desktop Maps Qs 10.24 NetMaps/ABC
« on: June 15, 2018, 10:12:03 AM »
Autocomplete process:
How to set this in spanish? please see image

GeoCoding process:
Changing the zoom does nothing, the embed code of the entry and buttons are ok but it does not refreshes the map.
The zoom always returns to its initial value. tryed everything but cant make it work.


« Last Edit: June 15, 2018, 11:03:52 AM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Desktop Maps Qs 10.24 NetMaps/ABC
« Reply #1 on: June 19, 2018, 03:40:42 AM »
It seems the text coming back is in unicode format. It will need converting to ANSI format.
(I'll look into doing that automatically, but you can also do it there yourself...)

I'm not sure I'm following you with the second question - how is zoom related to Geocodeing?

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1845
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Desktop Maps Qs 10.24 NetMaps/ABC
« Reply #2 on: June 19, 2018, 06:32:20 AM »
In the NetMaps\abc\demo.app you have a Geocoding button that opens a window with a map and an entry to change the zoom, if you change the zoom it does nothing and returns to its initial value.
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Desktop Maps Qs 10.24 NetMaps/ABC
« Reply #3 on: June 19, 2018, 07:37:34 AM »
ahhh -I see what you mean - thanks.
On the NetTalk extension on that window, Settings / Fields tab, the Zoom field is not set.

and in the embed it's not calling net.SetZoom(zoom) (or alternatively, it's not set on the Controls tab.)


I've tweaked it for the 10.25 build.


« Last Edit: June 19, 2018, 07:57:08 AM by Bruce »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Desktop Maps Qs 10.24 NetMaps/ABC
« Reply #4 on: June 19, 2018, 10:17:56 PM »
I've changed the class in the 10.25 build so the returned text is automatically converted to ANSI.

Cheers
Bruce