Re: help understanding complicated client logs

2015-01-17 Thread Robert J. Carr
Thanks so much for the detailed response. And I'll give those dev tool suggestions a try. And what you say makes sense about dereferencing a null, but it doesn't explain how it would work most of the time, but sometimes it doesn't. If the code is dereferencing null it should always be an error,

Re: help understanding complicated client logs

2015-01-17 Thread Jens
If the code is dereferencing null it should always be an error, right? Not really. Maybe a field becomes null while a server request is in progress and when the request finishes the onSuccess callback tries to use that field without any checks. -- J. -- You received this message because

Re: Unable to delete text in TextFeild of Dialog box

2015-01-17 Thread Mohammed Sameen
How you are clearing the textfield,what is the code? On Friday, January 16, 2015 at 7:58:09 PM UTC+5:30, samina shaikh wrote: Hi, I am working on GWT project using libgdx. I used custom dialog box which show with textfield,ok and cancel button. But I am not able to delete text in

Re: help understanding complicated client logs

2015-01-17 Thread Robert J. Carr
Thanks, true I guess, I'll try to sort it out. I was able to use the throttling to reproduce the problem as you suggested so thanks! Unfortunately dev mode isn't working for me so now I have to go figure out super dev mode I guess. Thanks again for the help. You certainly gave me a start! On

[gwt-contrib] CodeServer EntryPoint console output the other provided arguments

2015-01-17 Thread Brandon Donnelson
Would anybody be willing to work on adding the console output of the other arguments added to the EntryPoint? :) The reason I ask is the WTP facet will need the launcher arg and its going into another tmp directory on GPE at the moment, and won't be clear to some. This might change and output

Re: help understanding complicated client logs

2015-01-17 Thread Jens
You can test it locally if you use Chrome DevTools. When you open DevTools you can click on the small mobile device icon on the left side right next to the search icon. Once you have done that you should see a new dark toolbar at the top of your page which has a Network drop down which allows

[gwt-contrib] GWT 2.7.0: isAssignableFromRaw will fail when parameter to is java.lang.Object

2015-01-17 Thread Frank Hossfeld
It look like that there is a bug inside the AssignabilityChecker class of GWT 2.7.0. If you use the method isAssignableFromRaw(JClassType from, JClassType to) to check weather something is assignable to the „to“ parameter or not, the method will always fail if the value of the parameter