Custom ResourceGenerator

2012-02-15 Thread fedy2
Hi, I've created a custom ResourcePrototype with a custom ResourceGenerator inside a test application. It worked fine, resource generated with no problems. Then, I've decided to move the custom resource and the generator into an existing GWT widget. Finally, I've tested the widget inside a new test

GWT library Wizard

2011-05-18 Thread fedy2
Hi, I'm using the GWT library Wizard (as explained here: http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/library.html) to create a new project for a GWT library. I've created an empty GWT project and then using the wizard the library part with the html file (option: Create HTML file

GWT eclipse plugin source code

2010-06-10 Thread fedy2
Hi, when the GWT eclipse plugin source code will be released? Thanks, Federico -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send

Re: UnmodifiableList Serialization

2009-11-12 Thread fedy2
eating an ArrayList and > iterating through the list you want to return in order to then fill > that ArrayList and return that? > > HTH > > Dominik > > On Nov 11, 1:03 pm, fedy2 wrote: > > > Hi, > > I'm using GWT 1.5.3 and I'm trying to send a

UnmodifiableList Serialization

2009-11-11 Thread fedy2
Hi, I'm using GWT 1.5.3 and I'm trying to send a List by RPC but I'm getting a serialization exception: Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'java.util.Collections$UnmodifiableList' was not included in the set of types which can be serialized by this Serializatio

inhibit selection of some TreeItems on Tree

2009-03-23 Thread fedy2
Hi, I'm looking for a way to inhibit the selection of some TreeItems in a Tree. The only way that I see is to override the onSelection method on Tree class, but it is private :(. Thanks Federico --~--~-~--~~~---~--~~ You received this message because you are subsc