Create complex own styles

2014-03-17 Thread Dominic Warzok
Hi, I have a webapp and this app should get different styles. Which is the best way to do this? At the moment we use the webapp.css in the war folder to overwrite the styles. But this isn't nice in my opinion. How does gwt do this with it default styles ? Is it possible to write

Re: Datanucleus enhancement fails with Error: Could not find or load main class com.google.appengine.tools.enhancer.Enhance

2014-03-17 Thread Ricardo Deleon
Please, I've the same error. I try with Eclipse Juno and Kepler but is the same. El domingo, 9 de marzo de 2014 16:23:54 UTC-3, DeadEternally escribió: http://stackoverflow.com/questions/22281488/com-google-appengine-tools-enhancer-enhance-not-found-in-google-app-engine-proje# I

extending GWT with framework?

2014-03-17 Thread Magnus
Hi, I would like to use some features that go beyond GWT's standard functionality, e. g. in-browser windows that can be moved and resized. There seem to be several extensions: Smart GWT, GWT-Ext, ... Which one would you recommend? What I am looking for is: - open source / (L)GPL -

Re: extending GWT with framework?

2014-03-17 Thread Jens
Just because I know your chess app: Maybe your requirement for in-browser windows disappears if you think about adopting GWT Places so you can have different URLs in your app for different locations and people can open stuff in browser tabs instead of in-browser/tab windows. For example you

Re: extending GWT with framework?

2014-03-17 Thread Joshua Godi
You can take a look at GWTBootstrap3. It is a library that brings the Bootstrap framework (http://getbootstrap.com/) to GWT. Library Link: https://github.com/gwtbootstrap3/gwtbootstrap3 Demo Link: http://gwtbootstrap3.github.io/gwtbootstrap3-demo/ It will make your application fully responsive

Super Dev Mode 2.6 : NoClassDefFoundError

2014-03-17 Thread Philippe Pithon
Hello, As dev mode no longer works with firefox 27, I try to use Super Dev mode but Problem when I use command maven : gwt:run-codeserver NoClassDefFoundError ! Ideas ??? [INFO] Caused by: java.lang.NoClassDefFoundError: fr.sigal.solrclientsmart.client.GreetingServiceAsync [INFO] at

Re: Super Dev Mode 2.6 : NoClassDefFoundError

2014-03-17 Thread Thomas Broyer
On Monday, March 17, 2014 4:19:21 PM UTC+1, Philippe Pithon wrote: Hello, As dev mode no longer works with firefox 27, I try to use Super Dev mode but Problem when I use command maven : gwt:run-codeserver NoClassDefFoundError ! Ideas ??? [INFO] Caused by:

Re: Cannot change CSS in dev mode

2014-03-17 Thread Kiarash
Maybe to late for you to answer this but maybe others looking for the answer. This helped me in Intellij 13. In the menu choose Run Edit Configuration Select Update resources on frame deactivation Good luck. Den fredagen den 4:e mars 2011 kl. 14:40:53 UTC+1 skrev Андрей Миногин: When

Browser compatibility

2014-03-17 Thread Jean Baro
Hi there, I work for a large company and my manager wants me to find something similar to what GWT does when delivering optimized versions of websites to end users. If the visitor is using Safari/Mac then the server should deliver an optimized version of it, but if it uses IE11 on Win8, then

Re: Browser compatibility

2014-03-17 Thread Alain Ekambi
GWT can be used to write regular web site aswell. For a more traditional development hav a look at GwtQuery 2014-03-17 16:47 GMT+01:00 Jean Baro jfb...@gmail.com: Hi there, I work for a large company and my manager wants me to find something similar to what GWT does when delivering

Re: Browser compatibility

2014-03-17 Thread Thomas Broyer
On Monday, March 17, 2014 4:47:57 PM UTC+1, Jean Baro wrote: Hi there, I work for a large company and my manager wants me to find something similar to what GWT does when delivering optimized versions of websites to end users. If the visitor is using Safari/Mac then the server should

Re: Super Dev Mode 2.6 : NoClassDefFoundError

2014-03-17 Thread Philippe Pithon
I tried your solution but same problem... Le lundi 17 mars 2014 16:33:09 UTC+1, Thomas Broyer a écrit : On Monday, March 17, 2014 4:19:21 PM UTC+1, Philippe Pithon wrote: Hello, As dev mode no longer works with firefox 27, I try to use Super Dev mode but Problem when I use command

Re: Super Dev Mode 2.6 : NoClassDefFoundError

2014-03-17 Thread Andreas Horst
If kind of everything fails you could clone https://github.com/gwt-maven-plugin/gwt-maven-plugin to locally install and use version 2.6.0-1-SNAPSHOT of the plugin in order to get going. It really works quite smooth, though I had to skip tests because of a breaking API change in one of the

AutoBean unstable on server side

2014-03-17 Thread Thad Humphries
I think I've run across a known bug (https://code.google.com/p/google-web-toolkit/issues/detail?id=5926). I only wish I hadn't spent so long puzzling over it. I had been hand-rolling my server-side JSON, but as I would refactor interfaces, I found the JSON key strings on the server getting

How to capture all key events?

2014-03-17 Thread rjcarr
Using the DOM directly you'd add an event listener to the document (there are several ways to do this). But looking at the GWT API I don't see a way to do this. I've looked at Window and Document and neither seem to have anything about adding key handlers. In order do this you need to use

Export celltab to pdf

2014-03-17 Thread Amir kessentini
Hello, In my gwt application, i have a celltab which containes data relatifs to class devis. i create a button export that allow me to generate pdf file for a celletab selected.how should i do that ? i think i have to use itext api but i don't khnow how.Even that, should i do the export on

Re: How to capture all key events?

2014-03-17 Thread Jim Douglas
This might do what you need: http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/Event.html#addNativePreviewHandler(com.google.gwt.user.client.Event.NativePreviewHandler) On Monday, March 17, 2014 2:39:37 PM UTC-7, rjcarr wrote: Using the DOM directly you'd add an event

Re: How to capture all key events?

2014-03-17 Thread Robert J. Carr
Thanks, not exactly what I was looking for, but I can probably find a way to make this work in the way i'd like. Thanks! On Mon, Mar 17, 2014 at 4:10 PM, Jim Douglas jdou...@basis.com wrote: This might do what you need:

SuperDev Mode - is compile after change required?

2014-03-17 Thread Milan Cvejic
Hi, I just started with SuperDev Mode, and so far it is good. I am just wandering, do I need to click on Compile button every time I make some change in code? I am using eclipse for my IDE and starting SuperDev mode via run configuration. Thanks, Milan -- You received this message because

Re: SuperDev Mode - is compile after change required?

2014-03-17 Thread Jens
Yes you have. SDM does not use any browser plugin magic so updated JavaScript based on your updated Java code needs to be generated somehow. You can drag and drop the compile button into your bookmark bar so you don't have to click twice (Dev Mode On - Compile). -- J. -- You received this

Re: Export celltab to pdf

2014-03-17 Thread Bhumika Thaker
You have to write servlet for export data. Do below steps : 1) get selected data from selection handler. 2) create rpc call which set selected data in http session of server. 3)on success, call submit form that call servlet. 4) write code to read data from session attribute and use itext tag for

Re: [gwt-contrib] Re: Classloader issues for server-side code in DevMode with GWT 2.6

2014-03-17 Thread Stephen Haberman
Hi Thomas, (or rather, it'll work too well, and won't detect that something is missing in WEB-INF/lib. I'm attempting to follow along, but classloader semantics are fun, so apologies if I'm wrong somewhere... So, to clarify, if I have a dependency, say foo.jar, that isn't GWT, and isn't

Re: [gwt-contrib] Re: Classloader issues for server-side code in DevMode with GWT 2.6

2014-03-17 Thread Thomas Broyer
On Monday, March 17, 2014 4:50:47 PM UTC+1, Stephen Haberman wrote: Hi Thomas, (or rather, it'll work too well, and won't detect that something is missing in WEB-INF/lib. I'm attempting to follow along, but classloader semantics are fun, so apologies if I'm wrong somewhere...

Re: [gwt-contrib] Re: Classloader issues for server-side code in DevMode with GWT 2.6

2014-03-17 Thread Jens
Maybe it's a GPE issue after all (I never tried IntelliJ IDEA for webapps; I tend to prefer embedded servers these days, rather than wars deployed into servlet containers). You have the same issue in IntelliJ. IntelliJ can create an example GWT project that will have src + war folder and