Closed GoogleCodeExporter closed 9 years ago
Also using latest SmartGWT Nightly Builds, /builds/SmartGWT/3.x/LGPL/2011-10-21
fails
this occurs when setTooltip is invoked, my code is:
....
final SubmitItem loginButton = new SubmitItem();
loginButton.setTitle(" Login ");
loginButton.setTitleAlign(Alignment.CENTER);
loginButton.setTitleVAlign(VerticalAlignment.CENTER);
loginButton.setAutoFit(true);
loginButton.setTooltip(" Login");
loginButton.setStartRow(false);
loginButton.setEndRow(false);
....
and in dev mode stack trace:
00:00:45,933 [ERROR] Unable to load module entry point class
it.sintesi.gwt.client.Sintesi (see associated exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError): Object #<Object>
has no method 'setPrompt' at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelSer
ver.java:248) at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561) at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:289) at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:107
) at
com.smartgwt.client.widgets.form.fields.CanvasItem.setPrompt(CanvasItem.java)
at
com.smartgwt.client.widgets.form.fields.FormItem.setTooltip(FormItem.java:4546)
at
it.sintesi.gwt.client.login.LoginManager.showLoginForm(LoginManager.java:119)
at it.sintesi.gwt.client.Sintesi.onModuleLoad(Sintesi.java:289) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25) at java.lang.reflect.Method.invoke(Method.java:597) at
com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396) at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java
:200) at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelSe
rver.java:525) at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
at java.lang.Thread.run(Thread.java:662)
and at LoginManager.java:119 there is loginButton.setTooltip(" Login");
Best Regards
Original comment by vlui...@tiscali.it
on 21 Oct 2011 at 12:52
We see the issue. We'll let you know when its resolved
Original comment by smartgwt...@gmail.com
on 21 Oct 2011 at 5:39
Should be resolved in nightly builds going forward.
Original comment by smartgwt...@gmail.com
on 21 Oct 2011 at 7:17
Thank you very much, best regards, best regards.
Original comment by vlui...@tiscali.it
on 21 Oct 2011 at 7:26
Original issue reported on code.google.com by
vlui...@tiscali.it
on 20 Oct 2011 at 2:13