Thanks! fortunately I didn't get to use it in my projects but I will do it. GWT should provide with an official library or class for doing native stuff like this. People porting/wrapping javascript libraries to GWT really need a good utility class mainly for converting & casting java to JavaScript types and viceversa and are doing it by their own (my work: http://code.google.com/p/gwtjsutil/).... :(
On Friday, September 27, 2013 4:48:21 PM UTC, Greg wrote:
-- On Friday, September 27, 2013 4:48:21 PM UTC, Greg wrote:
This will NOT work in GWT > 2.2Workaround provided there works.
On Monday, December 24, 2012 3:22:11 AM UTC+1, Sebastián Gurin wrote:Thank you Thomas for your reply, I learned new things. Didn't know about
if ( GWT.isScript() ) {you can cast the js array to java arrays directly }.
I will definetly use those classes for my projects. Thanks again
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment