gmlib

GMMap AfterPageLoaded Endless Loop

谁说我不能喝 提交于 2019-12-31 06:56:29
问题 I wrote an application using GMLIb a couple of years ago and it has been working up until yesterday. I read the fix, got a key, recompiled the code with v1.5.4 and v1.5.5 and have the same result. The code is caught in an endless loop at AfterPageLoaded if First then FGMMap.DoMap; First is never true. Is anyone else experience this problem. XE7 on Win7 64 20/05/2017 Removed GMLib. Reinstalled. Compiled and ran the Megademo and the result is the same. An endless loop at AfterPageLoaded.

GMLib Could not complete the operation due to error 80020101 (v1.5.3)

百般思念 提交于 2019-12-12 05:37:59
问题 I have an application using the latest version (v1.5.3) of GMLIB. Starting today, the map now generates the above generic error when I place an object on the map. My application has not changed. I also tested the GMLIB MegaDemo that was provided and the same error is generated when starting the map - previously there was no error. I am using XE7 and have IE11 installed. It appears the same error occurred several years ago and Catedill released an update to fix. Below is the function and

gmlib google maps infowindow error

天涯浪子 提交于 2019-12-11 22:20:03
问题 I use the gmlib V1.4.0 for Delphi Embarcadero XE6. I can create a marker and show them on google maps but when I create a popup for more info (I use GMMarker.InfoWindow.HTMLContent = 'test') then I get an error message after refresh the map. If I don't open the InfoWindow and refresh the map they will not be the following error. ("Pagina inicial aun no cargada") What is wrong? If I do only 'BTN_CreateMarkerClick' and then 'BTN_DoMapClick' they will work but if I call 'BTN

Google Maps library for Delphi suddenly stopped working?

我们两清 提交于 2019-12-11 09:45:42
问题 I'm using this library for using google maps with delphi: GMLib This has worked fine for several months, but today when I started my application I got a lot of script errors on the page and everything broke down! After troubleshooting all day I have concluded that this is outside of my control. To demonstrate this you only need to build & run the demo project as it demonstrate the exact same problem (loads of script errors). The only reasonable explanation is that the js files that the

TGMDirection Script Error

回眸只為那壹抹淺笑 提交于 2019-12-08 08:17:35
问题 I use TGMDirection to show routes between two markers I click on. It is the same idea like here, but in Delphi using GMLib 1.8: http://www.geocodezip.com/inventoresdegaragem_com_dbteste_indexB.html First Direction It shows without any error. When I click again on another marker it pop up and Script error: Line: 539 Characters: 9 Error: Can not retrieve the value of the property close: object is null or undefined Code: 0 URL: about: blank Do you have any Idea ? The code I use is: procedure

TGMDirection Script Error

别说谁变了你拦得住时间么 提交于 2019-12-06 16:48:39
I use TGMDirection to show routes between two markers I click on. It is the same idea like here, but in Delphi using GMLib 1.8: http://www.geocodezip.com/inventoresdegaragem_com_dbteste_indexB.html First Direction It shows without any error. When I click again on another marker it pop up and Script error: Line: 539 Characters: 9 Error: Can not retrieve the value of the property close: object is null or undefined Code: 0 URL: about: blank Do you have any Idea ? The code I use is: procedure TForm1.GMMarker1DblClick(Sender: TObject; LatLng: TLatLng; Index: Integer; LinkedComponent:

GMMap AfterPageLoaded Endless Loop

天大地大妈咪最大 提交于 2019-12-02 12:49:56
I wrote an application using GMLIb a couple of years ago and it has been working up until yesterday. I read the fix, got a key, recompiled the code with v1.5.4 and v1.5.5 and have the same result. The code is caught in an endless loop at AfterPageLoaded if First then FGMMap.DoMap; First is never true. Is anyone else experience this problem. XE7 on Win7 64 20/05/2017 Removed GMLib. Reinstalled. Compiled and ran the Megademo and the result is the same. An endless loop at AfterPageLoaded. Created a simple test program using GMMap component and the result is the same. I've had the same issue, but