Re: Problems Remote Debugging with SourceMaps in SuperDevMode

2015-07-01 Thread bobbitdiddle
Looking over on GitHub for existing issues, I saw that someone else reported an issue with DNS resolution. With that in mind, I modified by client machine's host file to include a binding for the fully qualified name of my host machine, and when I reloaded hte page, source maps were there! Th

Align text inside VerticalPanel in the middle

2015-07-01 Thread slikkemeg0
Hello everyone, I am new to the GWT-EXT. I am trying to create area with red color background, then add a text and align the text to be in the middle. When I execute the code, the text is always is left alignment. private VerticalPanel getHeader() { VerticalPanel verticalPanel = new Verti

Problems Remote Debugging with SourceMaps in SuperDevMode

2015-07-01 Thread bobbitdiddle
Using Chrome, I've got SDM working locally - reloading the page trips the CodeServer I have running in Eclipse, and the sourcemaps are accessible in Chrome via 127.0.0.1:9876 in the sources tab. However, I wanted to try access from another machine. So I made the changes to my setup that are me

GWT 3.0 - Transpiler features

2015-07-01 Thread Lars
For GWT 3.0 there are a lot of unsupported features (including generators, linkers, widgets, …) and this makes absolute sense to focus to the core (the Java2JS transpiler). My question is, if the new transpiler supports the following features and fixes the linked issues: - "Good" Source

Application is loading but no content is displaying in Super Dev Mode

2015-07-01 Thread abdul
I migrated my GWT classic dev mode to super dev mode and configured every think in GWT 2.5.1 rc.While launching,its compiling the application but when i hit the hostpage(html) its not loading the content.Apart from this is there any think i need to configure ? -- You received this message beca

Re: DateBox and TimeZone

2015-07-01 Thread bharath . mysore1990
Hi Eric, Even i am having the same issue. i want timezone to be set to "america/los_angeles". how did you resolve it using airthmetic could you please explain. I tried the following scenario. created new Date() in java code so it will take server timezone i.e "america/los_angeles" n tried setti

Re: GWT 2.7 performance issue

2015-07-01 Thread salk31
We have done a lot more investigation. What we seem to be seeing is that the browsers are taking longer to warm up than in 2.6 but generally after that 2.7 is slightly faster. On the whole it is probably OK for us. I'd like to understand more but way beyond my level of understanding. We are go

Re: Super Dev Mode with GWT 2.5.1-rc1 and Chrome 26.0

2015-07-01 Thread Mohammed Sameen
Hi Celinio,Thanks for your blog..I read this i have application which is created as maven project.Earlier i was using Dev mode now i need to migrate it to SDM.I am facing lot of issue while migrating.My main maven project doesn't contain any think except (*.gwt.xml) and Rootpanel.get().add.My o