rpc log files

2011-09-23 Thread Mike Dundee
Hello, I've found out that GWT 2.3 compiler does not generate rpc.log files any more. Version 2.1 generated these handy files (we could then trace why specific objects could not be serialized, why they are not reachable etc.) Is there any way to generate the rpc logs in GWT 2.3 ? (during both

compiler checking (in)valid JSNI syntaxt

2010-12-06 Thread Mike Dundee
Hello, I'm trying to integrate 3rd party javascript library into GWT. (Autodesk Design Review for displaying 3D models - works only in IE by the way) However I bumped into the following syntax, which is absolutely valid in this library: Content.Objects(1) = userCollection; so I used it in JSNI:

enum String value in JSNI

2010-12-06 Thread Mike Dundee
Hello, is there any way to obtain String value of enum in JSNI method? enum.toString() works only in hosted mode, but in production it gives me [object] [Object] Thank you -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this