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

2015-02-27 Thread ssg
T/ Ext > JS. This is the reason why I created Ext4j: > http://opensource.ahome-it.com/#ext4j. > > Ext4j works with any version of Ext JS starting with version 4 and GWT 2.6+ > > You can download Ext JS on the sencha's site. > > http://www.sencha.com/products/extjs/ &g

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

2015-02-26 Thread ssg
Thanks Jens. I have removed my 1st line with as you suggested. *Can you please tell me where I can get the upgraded version of ext-all.js library to a version that is compatible with GWT 2.7.0 ?* I googled a got confused. Please let me know. Jens, Once again thanks a lot for your time and resp

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

2015-02-26 Thread ssg
ednesday, February 25, 2015 at 8:51:28 PM UTC+1, ssg wrote: >> >> Jens, >> Thanks a lot for your response. >> The html page that loads the my app already has a code you >> suggested. >> > > No, it has Transitional//EN">, not > > (go google a b

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

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 ssg
ort}:${unique_id}" > -codeServerPort 9997 -port auto -superDevMode -logLevel INFO > com.foo.SismuEntryPoint"/> > > > On 24 February 2015 at 17:47, ssg > wrote: > >> Yes I agree that the error is self explanatory. I was expecting an >> example code using

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

2015-02-24 Thread ssg
ng required argument 'module[s]". You > have to add the module(s) > > On 24 February 2015 at 16:33, ssg > wrote: > >> Thanks Thomas. I tried your suggestion as below. >> *> value="-war www -startupUrl mmsea/app.jsp -noserver -port 9080"/>* &g

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

2015-02-24 Thread ssg
he name(s) of the module(s) to host Please let me know. Thanks a lot in advance. On Tuesday, February 24, 2015 at 12:10:06 PM UTC-5, Thomas Broyer wrote: > > > > On Tuesday, February 24, 2015 at 4:53:34 PM UTC+1, ssg wrote: >> >> Jens, >> >> Below is the messa

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

2015-02-24 Thread ssg
Jens, Below is the message I am getting. Not sure which one to use or how to use. Unknown argument: -out Google Web Toolkit 2.7.0 DevMode [-[no]startServer] [-port port-number | "auto"] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-logLevel level] [-gen dir]

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

2015-02-24 Thread ssg
Thanks Jens. I still have the 2nd error "Unknown argument: -out" How can I rewrite the 2nd line in red text above for GWT 2.7.0. Copying the line here again. **Please let me know. Thanks. On Tuesday, February 24, 2015 at 9:52:24 AM UTC-5, Jens wrote: > > Instead of GWTShell use com.google.g

launchConfiguration issue for GWT 2.7.0 (New to GWT)

2015-02-24 Thread ssg
I am migrating from GWT 1.7.0 to GWT 2.7.0 My GWT 1.7.0 launch configuration ( from MmseaApp.launch file) ** *I need help in rewriting/changing the above 2 lines in red text for migrating to GWT 2.7.0 ;* *Below are the errors I am getting;* 1. Exception in thread

Re: What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread ssg
Thanks Jens. On Wednesday, February 18, 2015 at 2:55:14 PM UTC-5, Jens wrote: > > >>1. XxxApp/src/com/acg/xxx/gwt/public >> >> Seems like the best bet because all public resources are copied to the > GWT compilation output folder automatically. > > > -- J. > -- You received this message bec

Re: What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread ssg
Thanks Thomas. On Wednesday, February 18, 2015 at 3:46:07 PM UTC-5, Thomas Broyer wrote: > > The one(s) that loads the *.nocache.js script. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving

DeferredCommand Deprecated. Need help.

2015-02-18 Thread ssg
I am migrating from GWT 1.7.0 to GWT 2.7.0 Below is the code from GW 1.7.0 * DeferredCommand*.addPause(); *DeferredCommand*.addCommand(new Command() { @Override public void execute() { panel.getEl().un

What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread ssg
I have to add ext-js script tags in the Host HTML page that loads my GWT app. I am migrating this application (Xxx) from GWT 1.7.0 to GWT 2.7.0. and My application has Xxx.html pages in 4 different locations; (Xxx is my application name); *which one of the following is the right place to a

Re: Error migrating to GWT 2.7.0 (

2015-01-29 Thread ssg
Jim, Thanks a lot very much for your response. On Tuesday, January 27, 2015 at 12:40:19 PM UTC-5, Jim Douglas wrote: > > Yeah, this was a hassle for me too. This is the breaking change in 2.7.0: > > https://code.google.com/p/google-web-toolkit/issues/detail?id=8578 > > I did a few things to bridg

Re: Error migrating to GWT 2.7.0 (

2015-01-29 Thread ssg
Thomas, Thanks a lot very much for your response. On Wednesday, January 28, 2015 at 4:45:17 AM UTC-5, Thomas Broyer wrote: > > > > On Tuesday, January 27, 2015 at 6:20:53 PM UTC+1, ssg wrote: >> >> Hi All, >> I am getting the following error while running ANT Bu

Error migrating to GWT 2.7.0 (

2015-01-27 Thread ssg
Hi All, I am getting the following error while running ANT Build.xml; Please help me in correcting the following. *[java] [ERROR] The Cross-Site-Iframe linker does not support

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-21 Thread ssg
On Friday, January 16, 2015 at 12:12:14 PM UTC-5, Thomas Broyer wrote: > > > > On Friday, January 16, 2015 at 6:02:18 PM UTC+1, ssg wrote: >> >> Thomas, Thanks a lot for your response. >> I am usin

Re: Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-16 Thread ssg
t of the box with any JDK. > > On Thursday, January 15, 2015 at 9:42:51 PM UTC+1, ssg wrote: >> >> I am getting the following error while performing Ant Build. >> *Can someone please help me ?* >> >> Compiling module com.acg.mmsea.gwt.Appname >> [java]

Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-15 Thread ssg
I am getting the following error while performing Ant Build. *Can someone please help me ?* Compiling module com.acg.mmsea.gwt.Appname [java][WARN] Unable to read: jar:file:/C:/gwt-2.7.0/gwt-user.jar!/com/google/gwt/core/Core.gwtar. Skipping: java.io.InvalidClassException: com.google.g

Re: (New to GWT) Need advise in migrating current app from GWT 1.7.0

2014-12-18 Thread ssg
Jens, Extremely sorry for multiple postings of same questions. Reason for this is I did not find my earlier postings. A BIG thank you for answering my questions. I will start working towards implementing your suggestions. I will get back to you soon. Thanks a lot once again. On Wednesday, Dece

Re: (New to GWT) Need advise in migrating current app from GWT 1.7.0

2014-12-18 Thread ssg
Fabien, gwt1.7.0 does not support higher IE browsers. To support IE 10 and above browsers we have to upgrade gwt. Hope I clarified your question. Can you please answer my earlier questions? On Wednesday, December 17, 2014 6:39:05 PM UTC-5, Fabien Dumay wrote: > > Hi, > > My question will maybe

Need help migrating from gwt 1.7.0 to gwt 2.7.0

2014-12-17 Thread ssg
Can someone please answer my question (bold black) below? As I am new to GWT & development, I have done the following based on current App gwt1.7.0 1) I have downloaded standalone GWT SDK 2.7.0 2) Current build.xml file using HostedMode as follows *Should I change the above lines to Sup

Re: (New to GWT) Need advise in migrating current app from GWT 1.7.0

2014-12-17 Thread ssg
s I need to do in this x.gwt.xml file ?* Thanks a lot in advance for your time. On Wednesday, December 17, 2014 9:48:36 AM UTC-5, ssg wrote: > > Hi all, > I am new to GWT. Need your input. Current app is using GWT 1.7.0 > > Is it better to migrate to gwt2.6.1 because it will be m

Re: (New to GWT) Need advise in migrating current app from GWT 1.7.0

2014-12-17 Thread ssg
Thanks a lot Jens. As I am new to GWT & development, I have done the following based on current App gwt1.7.0 1) I have downloaded standalone GWT SDK 2.7.0 2) Current build.xml file using HostedMode as follows *Should I change the above lines to SuperDevMode ? * 3) Current App gwt 1.7

(New to GWT) Need advise in migrating current app from GWT 1.7.0

2014-12-17 Thread ssg
Hi all, I am new to GWT. Need your input. Current app is using GWT 1.7.0 Is it better to migrate to gwt2.6.1 because it will be much smoother with less hurdles than migrating to gwt2.7.0 since I am new to gwt ? (OR) Is it better to migrate to gwt2.7.0 e

Re: Which recent GWT version is the most stable version to migrate to?

2014-12-11 Thread ssg
Jens, I know GWT2.7.0 is the latest version. Is it the most stable version? On Thursday, December 11, 2014 10:11:32 AM UTC-5, Jens wrote: > > GWT 2.7.0 is the latest version: http://www.gwtproject.org/versions.html > > -- J. > -- You received this message because you are subscribed to the Google

Which recent GWT version is the most stable version to migrate to?

2014-12-11 Thread ssg
Hi everyone, I am new to GWT. Currently my App is using GWT 1.7.0. I am planning on migrating this App to a latest stable version of GWT. Can someone please suggest me asap? Thanks a lot in advance. -- You received this message because you are subscribed to the Google Groups "Google Web Toolk

Re: Question about GWT 2.6.1

2014-07-11 Thread ssg
Thanks a lot Thomas! On Friday, July 11, 2014 4:13:52 AM UTC-4, Thomas Broyer wrote: > > > > On Thursday, July 10, 2014 10:19:21 PM UTC+2, ssg wrote: >> >> Thanks to earlier response from Jens (a member of this forum) . >> >> Does GWT 2.6.1 work with browser

Question about GWT 2.6.1

2014-07-11 Thread ssg
Thanks to earlier response from Jens (a member of this forum) . Does GWT 2.6.1 work with browser IE 10 or hihger browser? Does GWT 2.6.1 has backward compatability with browser IE 10 Compatability View, IE 9, IE 8 ? Currently I am using GWT 1.7.0 and my application is NOT working with browser I

GWT 1.7.0 is not working with browser IE 10 or above.

2014-07-10 Thread ssg
Good morning everyone, I am currently using GWT 1.7.0. It was working fine in earlier versions of browser IE 10 Compatibility View, IE 9, IE 8. Our company moved to Windows 7 with browser IE 10. My application is NOT working in IE 10 or higher? Should I migrate to latest versions of GWT.? If yes