Re: error message and obfuscated code

2017-03-15 Thread Magnus
On Wednesday, March 15, 2017 at 7:58:00 AM UTC+1, Thomas Broyer wrote: > > This is in a Chrome extension (apparently FBDown Video Downloader), not in > your app. But chrome shows "App.html" (my app's entry point) as the source of the error on the right? -- You received this message because yo

Re: Errai + MVP

2017-03-15 Thread harshyadav
That's exactly what I would like to accomplish as well. Don't want to re-invent the wheel, so if anyone has tried making these 2 frameworks work together, that be great! On Thursday, March 9, 2017 at 7:18:42 AM UTC-8, DavidN wrote: > > I'm actually looking at a similar scenario. > > I like the t

Re: Application works when started with maven, but not when started in eclipse

2017-03-15 Thread Magnus
*Output of eclipse: "Run As - GWT Development Mode with Jetty":* Running CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel, 1.8, -bindAddress, 127.0.0.1, -launcherDir, /home/warker/dvl/prj/min/test-app/target/test-app-1.0-SNAPSHOT, -logLevel, INFO, -style, OBFUSCATED, test.A

Application works when started with maven, but not when started in eclipse

2017-03-15 Thread Magnus
Hello, I have a simple test application based on the "Web Application Starter Project" created with webAppCreator as a maven project. When clicking on a button, it makes a request to the server. It works fine when started with mvn gwt:devmode. But when started from within eclipse with "Run As ->

Re: Default value in ComboBox

2017-03-15 Thread Rogelio Flores
If you want a value to be selected by default, just add that value first to the ListBox (get rid of the "Choose a language" option). See the Showcase for an example: http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwListBox If you're using an external widget library, you should as

.cache.html files downloading twice

2017-03-15 Thread mohammed sameen
Hi I have a application developed using GWT 2.6 and deployed in one of our environment which needs to be accessed through VPN but getting one issue in some cases

Re: GWT library to develop online editor

2017-03-15 Thread Alain Ekambi
We actually do have a more recent with some fixes GWT wrapper for ace https://github.com/ahome-it/ahome-ace On 15 March 2017 at 09:39, Pavlo Iatsiuk wrote: > c9.io has editor ace - https://ace.c9.io/#nav=about > and there is also gwt wrapper https://github.com/daveho/AceGWT > > -- > You recei

Re: Production build takes 25% longer on 2.8 compared to 2.7

2017-03-15 Thread shimmering . shovel
We've already used Java8 before with GWT 2.7. The production builds are done with ANT script that specifies the maxmemory limit. We've had it at 1g and I tried 2g and even 4g but that didn't have noticeable effect on the build times.

Re: error message and obfuscated code

2017-03-15 Thread Ignacio Baca Moreno-Torres
🙃 On Wed, Mar 15, 2017 at 9:36 AM Pavlo Iatsiuk wrote: > Here is my settings > > > > > > > > > value="true"/> > value="true"/> > > > As result in console on error I see a proper class names and line numbers > > -- > You received this message because you are subscribed to the Google Group

Default value in ComboBox

2017-03-15 Thread Khadija Aitrazouk
Plz can you help me how I can add default value from the list of comboBox, can you check picture -- 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-toolki

Re: GWT library to develop online editor

2017-03-15 Thread Pavlo Iatsiuk
c9.io has editor ace - https://ace.c9.io/#nav=about and there is also gwt wrapper https://github.com/daveho/AceGWT -- 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 g

Re: error message and obfuscated code

2017-03-15 Thread Pavlo Iatsiuk
Here is my settings As result in console on error I see a proper class names and line numbers -- 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