[ERROR] The method format(String, Integer) is undefined for type String

2011-10-13 Thread Marc Graham
I'm experimenting with GWT in Eclipse, moving right along, when I add a String.format statement to my code. Namely: String.format(%dpx, new Integer(adjWidth)); I try testing it in the Chrome plugin. The plugin crashes and the Development Mode tab contains the subject error.

Re: The method format(String, Integer) is undefined for type String

2011-10-13 Thread gerry
GWT does not emulate all of core java's methods. Take a look at these: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/d18118d7fd4e8c26 http://groups.google.com/group/google-web-toolkit/browse_thread/thread/fad619b8d8789cb2 On 13 Οκτ, 19:51, Marc Graham

Re: The method format(String, Integer) is undefined for type String

2011-10-13 Thread Marc Graham
Thanks! On Oct 13, 1:13 pm, gerry gtzoga...@gmail.com wrote: GWT does not emulate all of core java's methods. Take a look at these:http://groups.google.com/group/google-web-toolkit/browse_thread/threa...http://groups.google.com/group/google-web-toolkit/browse_thread/threa... On 13 Ïêô,