Issue if not displayed ?

Hi,

 
I'm testing the WebGmaps demo before purchasing.
 
I used it into a dedicated tab of our application and I use the "launch" function at the window displaying (onshow).
 
When this dedicated tab is selected (and displayed) by default ther is nos issue. The component succeed to display map and markers.
 
But when the dedicated tab is not selected (map not displayed) by default, the application cannot start. Loading is stopped at the "launch" function.
 
--> Do we have to use the  WebGmaps.launch function only when the map is displayed ???
 
Thx

I suspect that when the tab is not yet visible , the window handle for the TWebGMaps is not yet created preventing it to properly launch. As a test, try to make the tab visible, hide it again and then call Launch()