WebGadget - to old to display Google-Maps - Alternatives?
Posted: Sun Mar 19, 2017 5:29 pm
In one of my projects I need to display a Google-Maps Website.
But the Browser-Implementation used by PB WebGadget() is to old to display a Google-Maps Page.
Regarding to PBs-Help, the WebGadget() uses "Internet Explorer 4.0+ ActiveX Objekt".
As far as I remember, there was an Option in older PB-Versions, that one can choose between an IE- and FireFox-Engine for the WebGadget() - but this seems to be gone as well.
I searched the forum for an alternative and came across the thread "Awesomium - Chromium based Framework", but it also seems to be outdated and the DropBox-Link is not available anymore.
Does anyone has an Idea, how I could implement a Browser-Control which is not as outdated as PBs WebGadget()?
Thanks in advance,
PureLust.
But the Browser-Implementation used by PB WebGadget() is to old to display a Google-Maps Page.
Code: Select all
URL.s = "https://www.google.com/maps/"
OpenWindow(0,0,0,1000,600,"Browser Test", #PB_Window_SystemMenu | #PB_Window_MaximizeGadget | #PB_Window_SizeGadget)
WebGadget(0,0,0,1000,600,URL)
While WaitWindowEvent() <> #PB_Event_CloseWindow : WendAs far as I remember, there was an Option in older PB-Versions, that one can choose between an IE- and FireFox-Engine for the WebGadget() - but this seems to be gone as well.
I searched the forum for an alternative and came across the thread "Awesomium - Chromium based Framework", but it also seems to be outdated and the DropBox-Link is not available anymore.
Does anyone has an Idea, how I could implement a Browser-Control which is not as outdated as PBs WebGadget()?
Thanks in advance,
PureLust.

