Re: GWT 2.0.4 Way to query browser window's document area size in onModuleLoad

2011-11-29 Thread cyclingthealps
Hi, The post is a little old but I would just like to share a solution. In my onModuleLoad() method of the main class in my GWT project the first thing I do is setting the height of the rootPanel to 100%. *RootPanel.get().setHeight(100%);* * * From here I can then work with the rootPanel object

Re: Gwt module sometime not loaded, Only after clicking refresh button it work ?

2011-01-13 Thread cyclingthealps
breakpoints using Firebug ? it could help you to understand what's going on. Boris 2011/1/7 cyclingthealps denniswegew...@googlemail.com Hi I am also having this problem. Does not make a difference if I use Chrome FF or IE. Using gwt 2.1 as well. I really would like to know as well

Re: Gwt module sometime not loaded, Only after clicking refresh button it work ?

2011-01-07 Thread cyclingthealps
Hi I am also having this problem. Does not make a difference if I use Chrome FF or IE. Using gwt 2.1 as well. I really would like to know as well what to do to solve this. Cheers Dennis On Jan 7, 7:41 am, Sudhakar sudhakar.ferna...@gmail.com wrote: I am also experiencing the same issue.I am

Adding the google maps showMore button to a Map

2010-03-07 Thread cyclingthealps
Hi there, I would like to add the showmorebutton to my map (MapWidget object) in GWT as is shown in this example: http://gmaps-utility-library-dev.googlecode.com/svn/trunk/extmaptypecontrol/examples/morebuttonexample.html Here is the link to the javascript code: Adding the More... Button