Announcement

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

    TreeGrid and Extended TreeNode no open icon

    I have a TreeGrid that I populate manually with CustomTreeNode objects which extend the TreeNode and it works correctly.

    If I extend the CustomTreeNode class into CategoryTreeNode and ItemTreeNode the + no longer appears in the TreeGrid.

    Has anyone run across this?

    Is there a fix or work around?

    Thank you,

    #2
    Please show a standalone test case.

    Comment


      #3
      Here is my Standalone Test Case

      Using:
      Windows 7 Pro (Final Version)
      MyEclipse 8M1
      JDK 1.6.0_16
      SmartGWT 1.3
      GWT 1.7.0

      SmartGWT and GWT libs have been removed for size.

      Issues:
      1.
      I have a TreeGrid that I populate manually with CustomTreeNode objects which extend the TreeNode and it works correctly.

      If I extend the CustomTreeNode class into CategoryTreeNode and ItemTreeNode the + no longer appears in the TreeGrid.
      2.
      I also have an issue that this test case shows if you open the Debug Console or change :
      SC.setEnableJSDebugger(false); to true in my Main Class (TreeGrid)

      Click on the Menu Item then select another window you will see this Error:
      11:12:38.229:WARN:Log:Error:
      ''tab' is undefined'
      in http://localhost:8888/TreeGrid.html
      at line 1
      onblur()
      "if(window.isc)isc.EH.blurFocusCanvas(tab-categorytree,true);"

      Do you know why this happens?

      Thank you for any help.

      Created Case 356 so I could upload this test case: http://code.google.com/p/smartgwt/issues/detail?id=356

      Comment


        #4
        Was my test case sufficient?

        Originally posted by Isomorphic
        Please show a standalone test case.
        If you need something else from me please let me know.

        Created Case 356, in order to upload test case.

        Thank you

        Comment

        Working...
        X