IntegerBox and Editor framework question

2013-11-02 Thread Nicolas Weeger
Hello everyone. I'm using an IntegerBox in an Editor widget, with a POJO having an associated getter and setter for an int, and a SimpleBeanEditorDriver to bind the editor and the POJO. When I call the driver's flush() method, if the contents of the IntegerBox is not a valid integer (empty

Re: SuggestBox and HasBlurHandlers

2013-11-02 Thread Patrick Tucker
What are you actually trying to do? Maybe we can suggest an alternative to the FocusHandler. -- 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

HTMLPanel cannot remove DivElement inside its node ?

2013-11-02 Thread Patrick Tucker
Through getElement() you can retrieve the child element(s) and remove them. I Believe the function is getChildNodes() or something like that. Iterate over the result and remove whatever is appropriate. -- You received this message because you are subscribed to the Google Groups Google Web

Re: SuggestBox and HasBlurHandlers

2013-11-02 Thread Norm Deane
We're using a SuggestBox as an in-place editor and need to know when they're blurred from the SuggestBox so we can fire validation and other logic. If we only listen for the blur on the TextBox we can end up firing this logic while they're in the SuggestionDisplay which is premature. Thanks,

Re: SuggestBox and HasBlurHandlers

2013-11-02 Thread Norm Deane
We're using a SuggestBox as an in-place editor and need to know when they're blurred from the SuggestBox so we can fire validation and other logic. If we only listen for the blur on the TextBox we can end up firing this logic while they're in the SuggestionDisplay which is premature. Thanks,

Re: gwt date B U G

2013-11-02 Thread Patrick Tucker
Why not use the datetimeformat to parse the date instead of reimplementing the wheel? -- 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

java.lang.NullPointerException Error when using rpc

2013-11-02 Thread zhenliang . low
I'm now currently extracting out data from my database using rpc but whenever I click the button it does generates a error and my onFailure command is being triggered always. Below is my Code for the program. public class PleaseWork implements EntryPoint {private TextBox textbox2 = new

Re: [gwt-contrib] Re: Maven-ization Status

2013-11-02 Thread Cristiano Costantini
Hi James, in the report of the latest GWT Contributor Hangout it is written that you want to work on Mavenization. I would like to help in some way (if I have time and the right skills). Can you tell us what it is your idea? It is written that you have shell scripts that do the conversion, can

Re: [gwt-contrib] Re: Maven-ization Status

2013-11-02 Thread james northrup
Hi I have to figure out the gerrit instructions but you may fork this in the mean time. the initial transform was chronicled on a plus posting and is hopefully repeatable on current trunk to some degree at https://plus.google.com/u/0/112159826230131242033/posts/2vWKkHoiZZT current most-effort

Re: [gwt-contrib] Re: Maven-ization Status

2013-11-02 Thread Cristiano Costantini
Ok, thank you, I will check it as soon as I find some extra time (this afternoon I fear I'll end up fighting other issues all the time) I will try to give some useful feedback after that. Did you participated to the hangout this week? Do GWT 2.6.0 will be still released using Ant? Any update

Re: [gwt-contrib] Re: Maven-ization Status

2013-11-02 Thread james northrup
I'll parrot Ray as well as I can: the gwt team doesn't really use maven so the current build will probably proceed as is. Mavenized sources should be in gerrit (marked as review-only) because maven is not a bad thing, it's just not the gwt team's thing. Thomas Broyer is looking into Gradle and