Re: GWT 2.5 RC2 Is Here!

2012-10-05 Thread Rodrigo Chandia
ussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/6EZTIP5rtL8J. > > To post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visi

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-25 Thread Rodrigo Chandia
I think this patch (under review) fixes this issue: http://gwt-code-reviews.appspot.com/1794803 On Tuesday, July 24, 2012 3:27:29 PM UTC-4, Rodrigo Chandia wrote: > > Hmm, this seems like a bug to me. Hopefully I'll have a fix ready for rc2. > > > On Mon, Jul 23, 2012 at

Re: GWT 2.5-rc1 feature uirender is not working as expected.

2012-07-24 Thread Rodrigo Chandia
To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/K3xzMkkBptoJ. > > To post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com.

Re: Suggestion: Why not including the "GWT 2.5 - UIBinder Enhancements" in the GWT Showcase ?

2012-07-23 Thread Rodrigo Chandia
ooglegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Rodrigo Chandia | Software Engineer | rchan...@google.com | 67

Re: GWT 2.5RC1 - UiRenderer

2012-07-10 Thread Rodrigo Chandia
view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/W0H62bLJosgJ. > > To post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > Fo

Re: UiBinder as Cell widget

2012-06-12 Thread Rodrigo Chandia
UiBinder does not handle Cell widget events. You probably want to use the upcoming Uibinder for Cells functionality (a.k.a. UiRenderer). It will be part of 2.5, but it is available in trunk, for the time being. No documentation yet, but there is a design document here: https://docs.google.com/d

Re: How to see the implementation of interface by GWT (*Differed Binding)

2011-06-22 Thread Rodrigo Chandia
o post to this group, send email to google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > --

Re: WebAppCreator

2011-04-28 Thread Rodrigo Chandia
'lib/junit-4.8.2' is a relative path and it is missing the .jar file extension. Whether webAppCreator can find it depends on your current directory when you run it. If you prefer, you can specify the full path to ensure it will find the file, or make sure that 'dir lib' shows junit-4.8.2.jar. Perha

Re: ConstraintViolation problems compiling with 2.3.0-M1

2011-04-18 Thread Rodrigo Chandia
On Mon, Apr 18, 2011 at 4:19 AM, Jeff Schnitzer wrote: > I'm trying to recompile my app with GWT 2.3.0-M1 but I get a deluge of > errors in the logs. I seem to be able to make some of them go away by > adding validation-api-1.0.0.GA.jar to my project, but not all. I've > also tried addin gwt-se

Re: RequestFactory onSucess callback not called

2011-01-19 Thread Rodrigo Chandia
onSuccess will be called as an async operation. That means the actual call back will happen after getListData returns. Rodrigo Chandia El 19 de enero de 2011 05:20, Praveen Kumar escribió: > Hi, > > I have a Presenter which is injected via gin to the view since my view > has an int