Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SWGT.mobile - Exception on Progressbar.setPercentDone()

    A second call to progressbar.setPercentDone(percent,duration) causes :

    Code:
    14:27:38.983 [ERROR] [moon_mobile] Uncaught exception escaped
    java.lang.IllegalStateException: Animation 'isc-animation1' is already set.
        at com.smartgwt.mobile.client.internal.util.AnimationUtilStaticImplCSSAnimations.animate(AnimationUtilStaticImplCSSAnimations.java:107)
        at com.smartgwt.mobile.client.internal.util.AnimationUtil.animate(AnimationUtil.java:155)
        at com.smartgwt.mobile.client.internal.util.AnimationUtil.animate(AnimationUtil.java:147)
        at com.smartgwt.mobile.client.widgets.Progressbar.setPercentDone(Progressbar.java:104)
        at com.nside.moon.client_mobile.LoadingPanel.setProgress(LoadingPanel.java:32)
        at com.nside.moon.client_mobile.MoonMobile.loadDataSource(MoonMobile.java:68)
        at com.nside.moon.client_mobile.MoonMobile.access$1(MoonMobile.java:65)
        at com.nside.moon.client_mobile.MoonMobile$1.execute(MoonMobile.java:79)
        at com.smartgwt.mobile.client.data.DataSource$2.onResponseReceived(DataSource.java:1954)
        at com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:287)
        at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:395)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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.java:172)
        at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:337)
        at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:218)
        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.invokeNativeObject(ModuleSpace.java:269)
        at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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.java:172)
        at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292)
        at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
        at com.google.gwt.dev.shell.BrowserChannelServe
        at java.lang.Thread.run(Thread.java:680)

    #2
    Also fixed for tomorrow's nightly.

    Comment


      #3
      Great, was really expecting this one! Thanks!

      Comment

      Working...
      X