Look in the toolbar. It must be a compile button(red GWT bag) somewhere. There choose pretty in the combo box. Note if you using GPE 2.4 is under the blue "g" sign.
2011/9/22 rolarenfan <[email protected]> > Um, ok (as here: > http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions > , > I think you mean) ... but *where* do I adjust the settings, if I am > developing in Eclipse? (That page mentions a generated ANT-script > "build.xml", but I don't find it ...) > > thanks > Paul > > On Sep 22, 2:51 pm, Alain Ekambi <[email protected]> wrote: > > Try compile option pretty > > > > 2011/9/22 rolarenfan <[email protected]> > > > > > > > > > > > > > Every so often I get this call-stack: > > > > > com.google.gwt.core.client.JavaScriptException: (TypeError): Result of > > > expression 'this.$26a' [null] is not an object. > > > line: 1090 > > > sourceId: 4807533168 > > > sourceURL: > http://127.0.0.1:58174/mylittlewidget/sc/modules/ISC_Grids.js > > > expressionBeginOffset: 190952 > > > expressionCaretOffset: 190961 > > > expressionEndOffset: 190965 > > > at > > > > > > com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChann > elServer.java: > > > 237) > > > at > > > > com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java: > > > 129) > > > at > > > com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java: > > > 561) > > > at > > > > com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java: > > > 269) > > > at > > > > > > com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.j > ava: > > > 91) > > > at com.google.gwt.core.client.impl.Impl.apply(Impl.java) > > > at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214) > > > at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) > > > at > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp > l.java: > > > 25) > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > at > com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java: > > > 103) > > > at > > > com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java: > > > 71) > > > at > > > > > > com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.jav > a: > > > 157) > > > at > > > > > > com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChanne > lServer.java: > > > 281) > > > at > > > > > > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChan > nelServer.java: > > > 531) > > > at > > > > > > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java > : > > > 352) > > > at java.lang.Thread.run(Thread.java:637) > > > > > line 1090 of the indicated generated JS file (mylittlewidget/sc/ > > > modules/ISC_Grids.js) is: > > > > > ,isc.A.autoFitField=function isc_ListGrid_autoFitField(_1,_2){var > > > _3=this.getField(_1),_4=this.getFieldNum(_3);if(_3==null|| > > > _4==-1)return;var _5=this.getFieldAutoFitWidth(_3);if(_5==null|| > > > _5==this.$26a[_4])return;var > > > _6=this.shouldAutoFitField(_3);this.resizeField(_1,_5,! > > > _6);if(_6)_3.$776=this. > > > $26a[_4];if(_2)this.scrollColumnIntoView(_4,false);return _5} > > > > > I have no clue what that means or how it corresponds to the Java that > > > I wrote. > > > > > Is there a way to "map" this back? > > > > > thanks > > > Paul > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > > -- > > > > GWT API for non Java based platformshttp:// > code.google.com/p/gwt4air/http://www.gwt4air.appspot.com/ > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- GWT API for non Java based platforms http://code.google.com/p/gwt4air/ http://www.gwt4air.appspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
