On my site, I have several Google Maps (v3) that you can select using TabPanel (one per tab), but there is a problem switching tabs. When you select a tab, it does not “wake up” on the map. To fix this, I just need to use ResizeEvent.fire ( source , Window.getClientWidth (), Window.getClientHight ()); this activates the resize listener on the map and wakes him up. My problem is that I can’t get a pointer to the registered resize handlers for the browser window (it is protected by the package in com.google.gwt.user.client.Window.handlers), so I don’t know what to use as the source. If anyone has an answer to my decision or other possible solution, we will be very grateful.
Thanks Tom
source share