Re: Unknown argument: -superDevMode

2020-09-13 Thread james0072
rainer\war com.sinewavemultimedia.chordeartrainer.ChordEarTrainer I tried removing -superDevMode but then it defaulted to the very old way using the GWT Dev Plugin which current browsers do no use. On Sunday, September 13, 2020 at 5:18:35 PM UTC-7 james0072 wrote: > I recently tried to downgrade my app from 2.7 to

Unknown argument: -superDevMode

2020-09-13 Thread james0072
I recently tried to downgrade my app from 2.7 to 2.6. I am now getting the following error in the console and am not sure what to do. What I did was extract GWT source folder to C drive added the sdk via project setting/GWT. I did have an error with the servelt.jar. so I deleted it and used the

GWT on AWS

2018-02-17 Thread james0072
Are you sure you have the server side setup? I mean tomcat -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To

Returning String From JSNI method

2016-05-08 Thread james0072
I have the following method. If I call this method I always get a null or empty string, however the console.log(data) shows that indeed "data" has something in it. Why is data not being returned? public native String getData(String trainerName)/*-{ var self = this; $wnd.$.get(

Re: GWT app shows wrong on iPad/Safari?

2015-10-17 Thread james0072
Did you use the viewport in the html? https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag On Friday, October 16, 2015 at 6:31:22 PM UTC-8, Magnus wrote: > > Hi, > > my GWT app shows wrong on iPad/Safari. It is displayed extremely zoomed so > that you only see a small

GWT Designer Freezes when dragging and dropping the components onto pallete

2014-02-03 Thread james0072
I am trying to use GWT Designer to visually layout out my project. Whenever I try to add a button, or image component or Whatever else the UI Freezes and I get the spinner for at least 45 seconds, and eclipse just freezes, sometimes much longer. Anyone else having trouble with this? It is

Re: The purpose of GWt

2012-11-23 Thread james0072
HI Goran, If you would like to use a canvas based solution you could try my CreateGWT Suite whip Wraps EaselJS as well as the other CreateJS products. https://github.com/sinewavemultimedia/create-gwt Source and Demos I have a live demo on my website:

CreateGWT is released

2012-10-30 Thread james0072
I have released CreateGWT. The whole of CreateJS as JSNI wrappers. You can find the library on the github repo: https://github.com/sinewavemultimedia/create-gwt -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on