Re: Looks like ext-js issues migrating from GWT 1.7.0 to GWT 2.7.0. Need help.

2015-02-25 Thread ssg
Jens, Thanks a lot for your response. The html page that loads the my app already has a code you suggested. Below is the copy of the html code that loads my app. *Please check and let me know any corrections.* #loading { position: absolute; lef

Re: CellList inside a panel of 100% height

2015-02-25 Thread Jens
> > The panel is located in an UIBinder with a HTMLPanel as root. So I used > getParent().getOffsetHeight(). > Any ideas why this is not exactly the client height? > clientHeight includes padding offsetHeight includes padding, borders and scrollbars > And why does the panel with the CellLis

Re: CellList inside a panel of 100% height

2015-02-25 Thread tushar bhasme
I guess the height here is set to enable scrolling if data exceeds the given pixels. Thanks, Tushar Bhasme On Wed, Feb 25, 2015 at 11:26 PM, Magnus wrote: > Thank you very much! This works! > > I don't know why, but I the parent's height is too much, so that I have to > substract 10 pixels to

Re: CellList inside a panel of 100% height

2015-02-25 Thread Magnus
Thank you very much! This works! I don't know why, but I the parent's height is too much, so that I have to substract 10 pixels to make it fit. The panel is located in an UIBinder with a HTMLPanel as root. So I used getParent().getOffsetHeight(). Any ideas why this is not exactly the client hei

Re: Looks like ext-js issues migrating from GWT 1.7.0 to GWT 2.7.0. Need help.

2015-02-25 Thread Jens
> >1. Application does not load initially as the IE Browser opens in IE >10 Compatability View Mode. > > Use at the top of your html page that loads the app. > >1. The application loads successfully once I change the Browser Mode >to IE10. At this point if I CLICK on any it

Looks like ext-js issues migrating from GWT 1.7.0 to GWT 2.7.0. Need help.

2015-02-25 Thread ssg
Running my application using localhost. When I open my application in IE using GWT 2.7.0, I have the following issues; 1. Application does not load initially as the IE Browser opens in IE 10 Compatability View Mode. 2. The application loads successfully once I change the Browser Mode t

Re: launchConfiguration issue for GWT 2.7.0 (New to GWT)

2015-02-25 Thread Juan Pablo Gardella
Which is the file where you define your module? For example if it's *com/foo/Mymodule.gwt.xml* you have to configure your launcher like this: ** You can use the eclipse wizard to configure this. Go to Run -> Run configurations -> Web Application. On 25 February 2015 at 12:25, ssg wrote: > Juan

Re: launchConfiguration issue for GWT 2.7.0 (New to GWT)

2015-02-25 Thread ssg
Juan, Thanks for the reply. As I am new to GWT I do not understand the PROGRAM_ARGUMENTS" values you mentioned here. Also I do not see a module[s] argument in your example. Based on my code provided earlier , Can you please help me rewrite PROGRAM_ARGUMENTS" values using my code including the m