PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Problem with map control
Problem with map control
Iniciado por Markus Ratzesberger, 09,may. 2016 11:01 - No hay respuesta
Publicado el 09,mayo 2016 - 11:01
I try this and it works:

MyAddress is Address
nRetEXPRESS is int
MyAddress..City = "Biberbach"
MyAddress..Country = "Austria"

nRetEXPRESS=MapDisplayPosition(MAP_Karte,MyAddress)
Info(nRetEXPRESS) // Without this line the map is showing on a wrong position.
MAP_Karte..Zoom = 6 // 1 to 21 max zoom


When I remove the line
Info(nRetEXPRESS) // Without this line the map is showing on a wrong position.


the showing map position is wrong. What is wrong?

BR
Markus