Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Google Maps display issues with SmartGWT Window

    Hi,

    I'm trying to get a Google Map to render inside a modal SmartGWT Window. The Window is created when the user presses a button, and the map has its markers, center and zoomlevel updated in a RPCCallback. This works fine in Hosted Mode, but running it with Firefox 3.5.x or Chrome it just shows the LargeControl in the upper left corner with no map. Any ideas on how to solve this ?

    BR,
    -Ken.

    #2
    Solved

    Solved it. I set the size of the mapCanvas to "x", "y" and that was interpreted as pixels in hosted mode, but Firefox and Chrome was not able to parse it and set the size to "100%","100%".

    Comment

    Working...
    X