RE: GMap2 in a Wiquery Dialog

2011-11-23 Thread Gabriel Landon
I had the same problem with ModalWindow and here's what I've done to handle this problem: public class MyGmap extends GMap2 { /** serialVersionUID. */ private static final long serialVersionUID = 1L; public MyGmap(final String varId, final String varGMapKey) {

RE: GMap2 in a Wiquery Dialog

2011-06-27 Thread Hielke Hoeve
This looks like a styling issue as the google layer (controls and buttons) does fill the window. Have you tried inspecting the html elements (chrome and firefox+firebug are easiest to use) to see if maybe one of the html elements in the window have wrong css classes assigned? Hielke