Announcement

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

    CubeGrid : problem with 3.1

    Hello,

    When i call the method

    CellRecord[] records = cubeGrid.getSelectedCells();
    for (CellRecord cell : records) {
    SC.logwarn(cell.getAttribute("myid"));
    }

    I get a null with 3.1. With 3.0 I get the value. Could you fix it please.

    I use the nightly build 3.1p_2012-12-07.

    Regards

    #2
    This is way too little information and does not yet suggest a framework bug, so there's nothing for us to fix.

    Take a look at the FAQ for appropriate information to include with an issue report.

    Comment


      #3
      I have made for you a test case for this problem.It's just a simple evolution of your showcase.

      You must select a cell, right click and select the option on the menu. It normally display the selected month.

      On 3.0 : I get "february"
      On 3.1 : I get "null"

      I use chromium, on linux. The problem are the same on windows.
      V3.0 : 12-03 nightly build
      V3.1 : 12-12 nighlty build.

      Did you need any more element ?
      Attached Files

      Comment


        #4
        We have fixed the issue in both the SC 9.0d/SGWT 4.0d and SC 8.3p/SGWT 3.1p branches.
        Last edited by Isomorphic; 15 Dec 2012, 02:45.

        Comment

        Working...
        X