Search Discussions
-
Hi all, If you're using 2.7.0-SNAPSHOT, your build might start failing as of today as we started unbundling dependencies from gwt-dev as published to the Central Repository ...
Thomas Broyer
Oct 12, 2014 at 8:35 am
Oct 21, 2014 at 8:06 am -
If I want my GWT2.6.1 application to compile to ie10, this is correct isn't it; <set-property name="user.agent" value="ie8,ie9,opera,gecko1_8,safari,ie10" / ? Because my app is producing this bizarre ...
Darkflame
Oct 2, 2014 at 10:34 pm
Oct 28, 2014 at 1:14 pm -
I noticed that SDM incremental compiles are always running gwt generators. I'm using gin and all my controllers have a reference to the gin injector. After the SDM gets to the injector it goes on to ...
Gal Dolber
Oct 14, 2014 at 12:52 pm
Oct 17, 2014 at 8:55 am -
I am using DeferredBinding to create the instance of an interface. Now there is a property on the instance that is instantiated that I would like to change for every object created of that type via ...
Jonl
Oct 24, 2014 at 11:03 pm
Oct 28, 2014 at 3:03 pm -
I am working on an application which fetches HTML content from the server and displays it to the user. The content fetched from the server is a complete HTML document. I have used UiBinder to specify ...
Sch
Oct 17, 2014 at 12:43 pm
Oct 21, 2014 at 1:44 pm -
Hi All, Putnami Web Toolkit 1.1 is released. It's time to use it. Thanks to PWT, GWT has never been so easy and powerfull. With our new annotation based injection features, reduce even more your code ...
Putnami
Oct 14, 2014 at 10:03 am
Oct 21, 2014 at 8:13 am -
I've used RPC, RequestFactory and now RestyGWT in some GWT projects. In my opinion RequestFactory development should be canceled and replaced by RestyGWT (or something like that). My key arguments ...
Ralf Klemmer
Oct 16, 2014 at 10:59 am
Oct 17, 2014 at 10:27 am -
I have a strange problem. My application runs fine in prod but I can't get it to start in dev mode. This happend from the day I started to add some code splitting into it. I use gwt 2.6.1. I have ...
Thomas Lefort
Oct 6, 2014 at 12:52 pm
Oct 11, 2014 at 9:16 am -
Hi, I'm trying to use GWT Elemental however receive run-time errors every time. I added gwt-elemental.jar to my build path and am able to use the code within my project. When i then tried to run the ...
Steve
Oct 19, 2014 at 1:17 pm
Nov 6, 2014 at 12:54 pm -
When trying out 2.7.0-RC1 I get the following error after a page refresh: [ERROR] Unexpected internal compiler error java.lang.AssertionError at ...
Martijn Wijns
Oct 30, 2014 at 3:39 pm
Nov 4, 2014 at 10:35 am -
Hi, With gwt 2.7.0-beta1 should we use com.google.gwt.dev.codeserver.CodeServer or com.google.gwt.dev.DevMode with -superDevMode? Thanks, Filipe Sousa -- You received this message because you are ...
Filipe Sousa
Oct 27, 2014 at 12:19 pm
Oct 27, 2014 at 4:39 pm -
hello, I am new in GWT and try to implement AsyncDataProvider with DataGrid and SimplePager. All working as expected except strange behavior in SearchResultsAsyncDataProvider. I need to update ...
Grisha Shoihet
Oct 20, 2014 at 8:09 am
Oct 23, 2014 at 3:02 pm -
Would anybody be interested in testing a GPE preview build with the SDM enhancement? (This will only work in a clean Luna install, and should not be handed out, or it could create issues.) Thanks, ...
Brandon Donnelson
Oct 13, 2014 at 5:31 pm
Oct 21, 2014 at 7:10 pm -
Hello, We are using a simple gwt project with one module and one entrypoint, for now. The goal is to integrate GWT project in one existing web project and then (using Microsoft Visual *SourceSafe) ...
Luís Oliveira
Oct 21, 2014 at 10:44 am
Oct 21, 2014 at 3:34 pm -
Hi, I am getting exception while adding the Anchor to HTMLPanel,Below is the code private HTMLPanel panel; private HorizontalPanel hPanel=new HorizontalPanel();; Anchor anchor=new Anchor() ...
Mohammed Sameen
Oct 8, 2014 at 6:12 am
Oct 8, 2014 at 2:50 pm -
Hi, I am getting 404 asking me for jquery.min.map when injecting JQuery using ScriptInjector.fromUrl( "//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery.min.js").inject(); Does anyone have any ...
Milan Cvejic
Oct 6, 2014 at 8:52 am
Oct 8, 2014 at 9:59 am -
Hello, Let's say that, for whatever reason, I have an ImageElement, not an Image. How do I add that to a Panel? Do I need to somehow convert it from ImageElement ( not a widget ) to Image ( a widget ...
Tony B
Oct 28, 2014 at 3:57 pm
Oct 29, 2014 at 3:41 pm -
Say I have a custom annotation that looks like the following: *@Retention(RetentionPolicy.RUNTIME)* *@Target(ElementType.TYPE)* *@Component * *public @interface MyComponent {* * String value() ...
Seamus McMorrow
Oct 28, 2014 at 4:29 pm
Oct 28, 2014 at 5:12 pm -
In a sub class for a textbox i try to convert lower case to upper case. This works ok but i would like to send the upper case as a Event. // NativeEvent down = ...
Marteijn Nouwens
Oct 21, 2014 at 11:50 am
Oct 24, 2014 at 7:50 pm -
Hi, how can you reference a CSS style located in a client bundle? class MyWidget { ... public void normalMethod() { String style = StyleResources.INSTANCE.style ().myStyle (); } public native void ...
Magnus
Oct 21, 2014 at 4:50 am
Oct 23, 2014 at 2:49 am -
Currently I'm using GWT2.6.1 and setspacing does not seem to work for the Horiz- and Vertical- panels. I've tested in FF and Chrome. Any ideas? -- You received this message because you are subscribed ...
Weihua
Oct 20, 2014 at 10:08 am
Oct 22, 2014 at 7:02 am -
Hi, I am using Gwt-2.5.1, When I deploy a new build of our GWT application the user's browser doesn't always run the latest version of the code. The user has to clear their browser cache to get the ...
Ram Pamudurthi
Oct 21, 2014 at 5:40 am
Oct 21, 2014 at 11:40 am -
Hi, doing some test using the last trunk I got this error trying to start devmode. I think it is not really something important cause we are 'leaving' devmode but at least something to notice ...
Alberto Mancini
Oct 16, 2014 at 8:29 am
Oct 16, 2014 at 3:26 pm -
Details in this SO post: http://stackoverflow.com/questions/26656370/gwt-editor-framework-for-polymorphic-types Main issue with the approach mentioned in above question is that driver is not passing ...
Arpit
Oct 30, 2014 at 4:00 pm
Nov 2, 2014 at 6:08 pm -
Hello, Is it possible to store uiBinder in the database and read it from there? Regards, Łukasz Bączek -- You received this message because you are subscribed to the Google Groups "Google Web ...
Baczeklu
Oct 30, 2014 at 12:42 pm
Oct 31, 2014 at 5:21 am -
Hello, I'm new to GWT RPC. I need to write something that I subscribe on the client side then on the server side it can send data to client whenever there is update. As I read from the tutorial, I ...
Larry L
Oct 30, 2014 at 5:06 pm
Oct 30, 2014 at 10:07 pm -
Greetings, Now that GWT 2.7.0-beta1 is out, I was wondering if there is a roadmap for the 2.7.0 GA Release? Thank you! Oleg -- You received this message because you are subscribed to the Google ...
Oleg Cohen
Oct 26, 2014 at 10:11 pm
Oct 27, 2014 at 5:00 pm -
Hi there, for a client of mine we replaced Tapestry 5 with our own rendering engine becoming a very own web framework. With this framework all my long term hates about Tapestry are gone but most of ...
Martin Kersten
Oct 19, 2014 at 5:25 pm
Oct 22, 2014 at 7:32 pm -
Hi, I want to define a hover handler in Java and reference it from JavaScript in order to register it in a JS library: But the reference causes an error: public class MyClass { public native void ...
Magnus
Oct 18, 2014 at 11:46 pm
Oct 20, 2014 at 3:41 am -
Hi I am trying to write a linter for checking typical GWT-RPC errors. I have a rough implementation that I piggy-back onto one of our Generators. https://gist.github.com/rhmoller/7aebcfa928ebfd190784 ...
Rhmoller
Oct 14, 2014 at 8:47 am
Oct 14, 2014 at 11:44 am -
Hi - I have created a custom cell that displays a "duration" of time between a start date and end date (public class DurationCell extends AbstractCell<Date [] ). If the end date is null, I would like ...
Shaun Tarves
Oct 23, 2014 at 1:22 pm
Nov 2, 2014 at 1:05 am -
Hello All, We are using file upload from the gwt but i want to upload the file by drag and drop in the browser. It is working fine with chrome browser but not working with Firefox because in Chrome ...
Surinaidu Majji
Oct 30, 2014 at 12:22 pm
Oct 31, 2014 at 2:39 pm -
*GWT Version:* GWT 2.6.0 *Browser for which the code is not working:* Google Chrome Version 38.0.2125.104 m *Browser for which the code is working:* IE 9 I have a ButtonCell added as a column in ...
Bharat Parikh
Oct 21, 2014 at 1:59 pm
Oct 24, 2014 at 1:24 pm -
Is there any way that I can execute a method to select a row in GWT DataGrid after the grid is loaded completely? or a callback mechanism? I am trying to select a specific row in the table, in cases ...
Bharat Srinivasan
Oct 13, 2014 at 12:21 pm
Oct 21, 2014 at 2:52 pm -
I'm getting a mysterious 'Invalid type signature' error while deserializing using a custom serializer. I've been spending some time debugging the deserialization process. It appears to be that the ...
Jeff Schnitzer
Oct 7, 2014 at 6:14 am
Oct 10, 2014 at 2:35 am -
I'm updating a double value in a datagrid to using a custom parser on an EditTextCell. If the parser throws an error, then I'm trying to put the original value back by redrawing the row. But, the ...
Steve C
Oct 2, 2014 at 6:54 pm
Oct 3, 2014 at 1:15 pm -
Hello! I'm new in GWT and i´m work an app on NetBeans, when I execute my project showing the following error: *(TypeError): Cannot read property 'wk' of null* I don´t understand it. Please, I need ...
goGWTosimocha
Oct 2, 2014 at 7:58 am
Oct 2, 2014 at 9:06 pm -
Hi, We have a Panel with a table consisting of Columns (ColumnConfig). One of these columns is a NumberField (Last column). The issue is that when we edit the cell and come out of it then the value ...
Kalyan Mekala
Oct 21, 2014 at 9:03 am
Nov 5, 2014 at 4:56 am -
Hello, I made a GWT client using Eclipse and I have been able to test and see on my Chrome. However, today Chrome shows me a page saying Download the GWT Developer Plugin For Chrome ...
Larry L
Oct 29, 2014 at 7:45 pm
Nov 1, 2014 at 9:33 pm -
Unbelievable that there is no nice way to specify where the popup should appear. Any way, I made a simple work around that I would like to share with you: // This is a hack to have the popup shown ...
Jeppe Hansen
Oct 30, 2014 at 12:42 pm
Oct 30, 2014 at 1:51 pm -
hi, I write because I am developing a connection that allows communication between me gwt gwt client and an external server and I've already failed RPC requests and HTTP communication and works well ...
Carlos espitia
Oct 29, 2014 at 2:09 pm
Oct 29, 2014 at 2:43 pm -
Hi, assume a normal GWT app, with a server side part and a client side part, which communicate over RPC. Can you add a mobile version with minimal effort, i. e.: - reuse the same server side part and ...
Magnus
Oct 24, 2014 at 3:29 am
Oct 24, 2014 at 4:44 pm -
I have a TabLayoutPanel that is constantly having tabs added and removed. Most of the time, I remove the last tab or two, then add their replacements. Sometimes, I run into the issue where the ...
Alexey
Oct 24, 2014 at 1:19 am
Oct 24, 2014 at 1:19 pm -
i created a project by the gwt-plugin guide it created some sample codes for me the first line is: private final GreetingServiceAsync greetingService = GWT.create(GreetingService.class); it works now ...
Wahaha
Oct 23, 2014 at 3:45 am
Oct 23, 2014 at 3:46 am -
Hi all, i decided to use GWT Request Factory instead of RPC because of complex type objects in my project. I face this error everytime when i try to remove entity from List. public class BasketItem ...
Stepan kachan
Oct 20, 2014 at 9:04 am
Oct 20, 2014 at 3:20 pm -
I´m looking for a serializing library to exchange data with a .net application. I have in mind something like protobuf, thrift, Avro or Odata. Has anyone experience with one of these libraries in GWT ...
Olaf Raether
Oct 15, 2014 at 3:15 pm
Oct 15, 2014 at 4:08 pm -
We ran into the same problem. We took a different approach particular to the function no longer being supported. The DOM.gwt.xml switches user.agents with ie10 or less from StyleInjectorImpl to ...
Eric Metcalf
Oct 14, 2014 at 6:56 pm
Oct 14, 2014 at 7:20 pm -
Boa tarde Amigos, Estou integrando Vraptor com o GWT e tenho algumas duvidas em relação a forma de fazer a ligação através do RequestFactory. No RequestFactory tem a interface ServiceLocator que ...
Thiago borges martins
Oct 14, 2014 at 1:29 pm
Oct 14, 2014 at 1:59 pm -
Hi I am trying to use a library (drop wizard) which is determined to use hibernate-validator 5.1.2.Final, which depends on validation-api 1.1.0.Final. In validation-api 1.1.0, there are some changes ...
Bendg25
Oct 11, 2014 at 9:38 pm
Oct 11, 2014 at 9:54 pm
Group Overview
group | google-web-toolkit |
discussions | 75 |
posts | 321 |
users | 112 |
112 users for October 2014
Archives
- June 2016 (163)
- May 2016 (198)
- April 2016 (201)
- March 2016 (292)
- February 2016 (260)
- January 2016 (239)
- December 2015 (304)
- November 2015 (175)
- October 2015 (232)
- September 2015 (166)
- August 2015 (222)
- July 2015 (211)
- June 2015 (214)
- May 2015 (228)
- April 2015 (258)
- March 2015 (267)
- February 2015 (391)
- January 2015 (288)
- December 2014 (317)
- November 2014 (407)
- October 2014 (323)
- September 2014 (331)
- August 2014 (262)
- July 2014 (369)
- June 2014 (23)
- May 2014 (211)
- April 2014 (429)
- March 2014 (466)
- February 2014 (571)
- January 2014 (338)
- December 2013 (348)
- November 2013 (427)
- October 2013 (519)
- September 2013 (372)
- August 2013 (434)
- July 2013 (540)
- June 2013 (580)
- May 2013 (572)
- April 2013 (578)
- March 2013 (614)
- February 2013 (745)
- January 2013 (765)
- December 2012 (690)
- November 2012 (799)
- October 2012 (1,003)
- September 2012 (866)
- August 2012 (864)
- July 2012 (995)
- June 2012 (903)
- May 2012 (966)
- April 2012 (336)