Re: window namespace in super-dev-mode

2015-02-07 Thread Klemens Schrage
Hello, sorry for reactivating this but the mentioned commit didn't solve this issue although it acts in the same area. Should I file a bug or am I missing something? Best regards Klemens Schrage -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: Singular (Angular for crossplatform) talk at GWT.create

2015-02-07 Thread Mohammed
@Daniel.. Awesome...in which version of GWT its going to be include(in which release).. On Saturday, February 7, 2015 at 6:55:57 PM UTC+5:30, Daniel Kurka wrote: > > Hi all, > > here is me talking about Singular at GWT.create: > http://gwtcreate.com/videos/index.html#singular > > -Daniel > --

[WARN] Detected warnings related to 'javax.validation.Validator'.

2015-02-07 Thread Ankur Gupta
Hi, I am trying to get rid of warnings generated in my GWT project during the compilation phase. Following is the warning that I get: [INFO] Compiling module com.polyspot.admin.webapp.AdminWebApp [INFO]Ignored 15 units with compilation errors in first pass. [INFO] Compile with -strict or wit

Re: Singular (Angular for crossplatform) talk at GWT.create

2015-02-07 Thread Brian Pedersen
Looks amazing. When can we get our hands on Singular? /Brian Den lørdag den 7. februar 2015 kl. 14.25.57 UTC+1 skrev Daniel Kurka: > > Hi all, > > here is me talking about Singular at GWT.create: > http://gwtcreate.com/videos/index.html#singular > > -Daniel > -- You received this message bec

Singular (Angular for crossplatform) talk at GWT.create

2015-02-07 Thread Daniel Kurka
Hi all, here is me talking about Singular at GWT.create: http://gwtcreate.com/videos/index.html#singular -Daniel -- 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 e

Re: GSS: Variable inside CSS 3 calc procudes compile error

2015-02-07 Thread Christian Walczyk
Created a new issue https://code.google.com/p/google-web-toolkit/issues/detail?id=9118 -- 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+

Japanese Imperial Calendar support

2015-02-07 Thread levier
Hi, I had logged issue https://code.google.com/p/google-web-toolkit/issues/detail?id=8993 but there's no reaction on it. Does anyone want to discuss this with me? A small intro: the Japanese Calendar has eras loosely based on the name of an Emperor. Most likely, a new Era will begin soon when

Re: I need java.util.Collections synchronized classes.

2015-02-07 Thread Benjamin DeLillo
You place it wherever you want in your source tree, usually at src/emul or src/super I think. So you'd have src/emul/java/util/Collections.java Then add to your gwt.xml file. Someone else can help fill in the details I've missed, I'm a little fuzzy on the specifics of how the path gets resolv

Re: Improve Productivity Using GWT?

2015-02-07 Thread Fabien DUMAY
Well, if you must not use any third lib, you should use the UiBinding as much as possible. By using the HTMLPanel, you should not have to implement a lot of widget, you can add bootstrap classes on html tags. Good luck > Le 7 févr. 2015 à 08:15, Mohammed a écrit : > > @Fabien > Thanks fabien