Thread: Async problem with Google Maps Free desktop wallpaper 1920x1080.
Search: Reports: Resources: News! Help: Font: A A A Address/Legal. View the latest weather forecasts, maps, news and alerts on Yahoo Weather. Find local weather forecasts for Washington, United States throughout the world. Hi there I'm developing a web application that displays Google Maps. My problem is that displaying the map in an IWRegion stops the async system, which means that from that point on all the async calls (timers, buttons etc.) don't work anymore.
Google Maps Com Intraweb Account
Replies: 3 - Last Post: Dec 1, 2016 10:59 AM Last Post By: Jeff Lynn
Jeff Lynn
Posts: 9 Registered: 11/24/13
Async problem with Google Maps
Posted: Dec 1, 2016 6:48 AM
Hi there I'm developing a web application that displays Google Maps. My problem is that displaying the map in an IWRegion stops the async system, which means that from that point on all the async calls (timers, buttons etc.) don't work anymore. I'm stuck here. Any idea what to do?
Daniel Fields
Posts: 622 Registered: 11/29/04
Re: Async problem with Google Maps
Posted: Dec 1, 2016 7:04 AM in response to: Jeff Lynn
I tried to build my own interface to GMaps, but ran into too many issues. I am now using TMS IntraWeb WebGMaps. It has been updated regularly, and is very reliable. http://tmssoftware.com/site/iwwebgmaps.asp
Jose Nilton Pace
Posts: 122 Registered: 5/15/98
Re: Async problem with Google Maps
Posted: Dec 1, 2016 7:22 AM in response to: Jeff Lynn
Hi Jeff, i´m currently using https://hpneo.github.io/gmaps/ CDN Here: My tecnique is add an javascript variable ( w_start ) on template. and put in IW this variable with data.
Jeff Lynn
Posts: 9 Registered: 11/24/13
Re: Async problem with Google Maps
Posted: Dec 1, 2016 10:59 AM in response to: Jeff Lynn
Finally I was able to solve the problem, there was a wrong filename in the main form's Stylesheet propety. I don't know why this stopped the async system after a google maps api call though, Anyway, it is working now. Thank you for the answers.