You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using the Map controls (via a FormsMap control) and set the XMapUrl. When it's a xServer 2, it takes a while before the map appears, since it checks first if it's an xServer 1 (the setter of the property actually performs a WebRequest with timeout of 5 seconds. When I know that I have an xServer 2, this wastes some time that the user has to wait before the actual map appears.
This could maybe fixed by a property in Map, e.g. UseXserver2Only or something. @oliverheilig what do you think? Or is there alternative ways to skip the xServer 1 check?
The text was updated successfully, but these errors were encountered:
We're using the Map controls (via a
FormsMap
control) and set theXMapUrl
. When it's a xServer 2, it takes a while before the map appears, since it checks first if it's an xServer 1 (the setter of the property actually performs aWebRequest
with timeout of 5 seconds. When I know that I have an xServer 2, this wastes some time that the user has to wait before the actual map appears.This could maybe fixed by a property in
Map
, e.g.UseXserver2Only
or something. @oliverheilig what do you think? Or is there alternative ways to skip the xServer 1 check?The text was updated successfully, but these errors were encountered: