NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 15, 2018, 10:12:03 AM

Title: Desktop Maps Qs 10.24 NetMaps/ABC
Post by: Alberto 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.


Title: Re: Desktop Maps Qs 10.24 NetMaps/ABC
Post by: Bruce 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
Title: Re: Desktop Maps Qs 10.24 NetMaps/ABC
Post by: Alberto 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.
Title: Re: Desktop Maps Qs 10.24 NetMaps/ABC
Post by: Bruce 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.


Title: Re: Desktop Maps Qs 10.24 NetMaps/ABC
Post by: Bruce 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