Re: Development Mode will not be supported in Firefox 27+

2015-03-03 Thread Ümit Seren
What does debugging hibernate/hazelcast have to do anything with debugging the frontend (GWT) part ? Yes, debugging in SDM has it's pain points but apart from Dart (which has its own Chrome version Dartium) every transpiled/compiled languages relies on source maps and the browser's DevTools, s

Re: Putnami Gradle Plugin

2015-03-03 Thread Fabien DUMAY
Hi folks, The putnami-gradle-plugin 0.2.0 is released. This version fixes some issues and adds some new tasks. * gwtCheck : compile gwt with -validateOnly argument. * gwtCodeServer : run code server ("super dev mode") without any servlet container. Faster and easier than Maven, this plugin is p

Condition for GWT version in module XML

2015-03-03 Thread Butl Nor
Hello! In our company we have used GWT 2.6.1 until recently, and are gradually switching to 2.7. We have many projects, and for some projects, we need an option to run them sometimes with GWT 2.6.1 and sometimes with GWT 2.7. However, for an unknown reason, all logging handlers are enabled by

Re: Condition for GWT version in module XML

2015-03-03 Thread Jens
You can't do that in GWT module xml files. Instead of two files I would manage two branches in GIT: one that is compatible with 2.6.1 and one that works with 2.7.0. Once you do not need 2.6.1 support anymore you can get rid of that branch. -- J. -- You received this message because you are su

Re: Exception whit the GWT 2.7

2015-03-03 Thread Mister Nono
It's a pity for the designer. See you soon. ;) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to

[ERROR] Only either css files or gss files are supported on one interface

2015-03-03 Thread Ed
Why does GSS throw the following error when combining CSS and GSS files? (latest GWT 2.7 version) --- [ERROR] Only either css files or gss files are supported on one interface --- Why isn't it allowed to combine them ? Combining it makes it much more friendly/easy to switch to GSS. In m

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-03 Thread Jens
If you have a mixture of *.css and *.gss files referenced in @Source then you can not convert the css files one by one because a css file might not contain @def rules if they are defined in a different file. As you must also honor css rule ordering the only right thing to do is to merge all the

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-03 Thread Ed Bras
I am very sorry Jens, but don't really understand your explanation. Why can't the css file be used as gss file? If I look at the examples of gss files, they can contain standard css content. ​ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group

Re: Material Design with GWT(Polymer wrapper)

2015-03-03 Thread Mat
Thanks for sharing your great work. Would be very useful to see the polymer core-list integrated. On Thursday, February 26, 2015 at 11:58:07 AM UTC, Blaze wrote: > > Tnx for the good words. > We see what singular will bring out when it becomes production candidate, > and then I can do somethi

Re: [ERROR] Only either css files or gss files are supported on one interface

2015-03-03 Thread Jens
Ok put differently: When you enable GSS then GWT will use the GssResourceGenerator which accepts valid GSS and hands it over to the closure stylesheets backend to produce the final css output. Your css files could contain CssResource specific extensions like @def, conditionals, sprites, etc. an

Trying to use transcription foot pedal with GWT... issue with key events...

2015-03-03 Thread TimOnGmail
Hi all... So I have a requirement to add transcription foot-pedal support to a GWT app. I bought a USB foot pedal, and the company who writes software for it makes a small utility that outputs any key sequence you like based upon which pedal is pressed (this unit has 3 pedals). Unfortunately,

Difference between CellTable and DataGrid?

2015-03-03 Thread Mohammed
Hi, What is the difference between cell table and data grid? How to do grouping ,Is it possible to have grouping in both cell table and data grid? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop rec