Re: Why doesn't GWT just export everything automattically

2015-02-03 Thread Manuel Carrasco Moñino
gwt-exporter allows you to export entire classes, certain methods on it, static functions and interfaces, even not modifying the original classes, so you can export an entire library just using auxiliary classes and annotations. Take a look to the documentation of ExportOverlay: https://code.google

Re: Navigating to a different page from a Cell of a CellList

2015-02-03 Thread 'Adolfo Rodriguez' via Google Web Toolkit
Well, fixed. It works. It was just a problem on building the place but the code is correct. Thanks -- 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 goog

Navigating to a different page from a Cell of a CellList

2015-02-03 Thread 'Adolfo Rodriguez' via Google Web Toolkit
Hi, I have a CellList component and I am trying to navigate to another 'Details' page when clicking any of the Cells on the CellList. I tried the following code to navigate another page (as I do in the rest of my app) *final ClientFactory factory = ClientFactoryImpl.getClientFactory();* *factor

Re: How to add 'X' in StoreFilterField

2015-02-03 Thread Mohammed
In Which Browser your getting this 'X' symbol? Are you getting this 'X' in all browser(chrome,firefox,ie)? On Tuesday, February 3, 2015 at 7:26:47 PM UTC+5:30, Anjum Naseer wrote: > > > Hello all, > > Actulally i am new in GWT, i have a situation here in which i have a > developed system in GW

Re: SDM incremental recompiles in non-servlet projects?

2015-02-03 Thread Ali Akhtar
When I specify -launcherDir gives an 'unknown argument' error . I'm passing it as a devMode parameter in my IntelliJ Run configuration. When I use -workDir , that works, however in my specified dir I see com.foo.myProject, and inside I see compile-1, which then contains war/moduleName , which in r

Re: GWT + GAE : how to handle communication failure...

2015-02-03 Thread Clement Boret
Thank you for the answer. I am curious about the GUIDS... how do you create it? In my case I just send an object to the server using RPC. the item is just a few bytes because it's the comment that a user enters in a text box. (So the size cannot be a problem). but if the connection is the "send"

Re: How to add 'X' in StoreFilterField

2015-02-03 Thread Anjum Naseer
StoreFilterField is a TriggerField. I have extended StoreFilterField class. But i dont know where does this 'X' comes from when it gets focus and when its not empty??? On Tuesday, February 3, 2015 at 3:17:03 PM UTC+1, Thomas Broyer wrote: > > I don't know where that StoreFilterFields come from

Converting an existing Java App into Java Script using GWT (Eclipse)

2015-02-03 Thread Joseph Gardi
Are you using swing? If so check out the swing to GWT plugin for eclipse. It's right here: https://marketplace.eclipse.org/content/swing-gwt-migration They say that it automatically converts swing to her and it's customizable. -- You received this message because you are subscribed to the Go

GWT and Javascript JSNI for Scroll To Top Button

2015-02-03 Thread clg
Hello, I'm trying to integrate a jQuery code in my GWT application without success for a button to top: public static native void fadeInOutAction() /*-{ // back-to-top if ($wnd.$(this).scrollTop() > 100) { $wnd.$('.scrollToTop'

Re: How to add 'X' in StoreFilterField

2015-02-03 Thread Thomas Broyer
I don't know where that StoreFilterFields come from but it's not a stock GWT widget. You'll have better chances on the appropriate forum (GXT or SmartGWT or whatever) On Tuesday, February 3, 2015 at 2:56:47 PM UTC+1, Anjum Naseer wrote: > > > Hello all, > > Actulally i am new in GWT, i have a

Re: How to add 'X' in StoreFilterField

2015-02-03 Thread Anjum Naseer
On Tuesday, February 3, 2015 at 2:56:47 PM UTC+1, Anjum Naseer wrote: Hello all, Actulally i am new in GWT, i have a situation here in which i have a developed system in GWT, i have to customize it. I have a table with a filter header which contains text fields, date fields and combo boxes. Te

How to add 'X' in StoreFilterField

2015-02-03 Thread Anjum Naseer
Hello all, Actulally i am new in GWT, i have a situation here in which i have a developed system in GWT, i have to customize it. I have a table with a filter header which contains text fields, date fields and combo boxes. Text fields are StoreFilterFields, when i type some string into it in or

Re: GWT development plugin not working in Chrome version 39+

2015-02-03 Thread Jens
You have to use SuperDevMode. The browser plugin does not work in newer browsers anymore. Search this group, there are plenty of threads about it. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and

Converting an existing Java App into Java Script using GWT (Eclipse)

2015-02-03 Thread Marcel Klinge
Hi, my Problem is: I have some Java Applications on my HTML webpage that i did not write myslef and that are blocked by Java itself so they wont run. To avoid that from happening in the future i wanted to try to convert the App into Java script using GWT (Eclipse), as almost every Browser knows

GWT development plugin not working in Chrome version 39+

2015-02-03 Thread Sriniwas Acharya
GWT developer plugin for google chrome has not been working for me since the version 39.0.2171.71 (64-bit) was released. I have the GWT developer plugin installed and it is running fine. However, when I launch the App in hosted mode, I am asked to download the missing plugin. I tried clearing t

Generator annotations BaseClass

2015-02-03 Thread Łukasz Bączek
Hello, I have a generator that runs on a class if the class is @ClassEditGeneratedand it works. All classes that have the annotations also inherit from the base class. I would like to move to the annotations of the base class. How to do it? public class NaviSoftEditFormGeneratedFactoryGenera