Announcement

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

    Window with tabs error Error

    Hi

    I'm using smartgwt2.4. I have my own widget which contains tabs in it.

    I'm getting following error while running this on ie. In firefox and chrome , the error is showing as warnings. But IE8 is popping up with error message.

    Please help me. Is there any thing I can do here. Not able to guess the main reason for this.

    IE8:

    Message: Function expected
    Line: 1497
    Char: 27
    Code: 0
    URI: http://127.0.0.1:8888/web/sc/modules/ISC_Core.js




    23:29:41.437 [ERROR] [ambivoweb] 23:29:41.435:TMR8:WARN:Log:Error:
    'Function expected'
    in http://127.0.0.1:8888/web/sc/modules/ISC_Core.js
    at line 1497
    [c]EventHandler.bubbleEvent(_1=>[Window ID:isc_StreamThumbDetailsPopup_0], _2=>"mouseOver", _3=>undef, _4=>undef)
    [c]EventHandler.handleEvent(_1=>[TabBar ID:isc_TabSet_1_tabBar], _2=>"mouseOver", _3=>undef)
    [c]EventHandler.$kz(_1=>null, _2=>Obj)
    [c]EventHandler.$kx(_1=>null, _2=>Obj)
    [c]EventHandler.$kv(_1=>1294768780944)
    [c]Class.fireCallback(_1=>Obj, _2=>undef, _3=>Array[1], _4=>[Class EventHandler], _5=>true) on [Class Timer]
    [c]Timer.$in(_1=>"$ir978")
    anonymous()
    "isc.Timer.$in('$ir978')"

    com.smartgwt.client.core.JsObject$SGWT_WARN: 23:29:41.435:TMR8:WARN:Log:Error:
    'Function expected'
    in http://127.0.0.1:8888/web/sc/modules/ISC_Core.js
    at line 1497
    [c]EventHandler.bubbleEvent(_1=>[Window ID:isc_StreamThumbDetailsPopup_0], _2=>"mouseOver", _3=>undef, _4=>undef)
    [c]EventHandler.handleEvent(_1=>[TabBar ID:isc_TabSet_1_tabBar], _2=>"mouseOver", _3=>undef)
    [c]EventHandler.$kz(_1=>null, _2=>Obj)
    [c]EventHandler.$kx(_1=>null, _2=>Obj)
    [c]EventHandler.$kv(_1=>1294768780944)
    [c]Class.fireCallback(_1=>Obj, _2=>undef, _3=>Array[1], _4=>[Class EventHandler], _5=>true) on [Class Timer]
    [c]Timer.$in(_1=>"$ir978")
    anonymous()
    "isc.Timer.$in('$ir978')"
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
    at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
    at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
    at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
    at java.lang.Thread.run(Thread.java:662)
    Last edited by visumagic; 11 Jan 2011, 10:09.

    #2
    Try creating a standalone test case.

    Comment


      #3
      Thanks for your quick response. I shuffled the code while adding the header controls to the window. Now it's working fine.

      -raghu

      Comment

      Working...
      X