Announcement

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

    CubeGrid for GWT

    Hi,

    I saw your CubeGrid component. When will it be wrapped for SmartGWT? Does CubeGrid require the enterprise version?

    #2
    Originally posted by hschmitt
    Hi,

    I saw your CubeGrid component. When will it be wrapped for SmartGWT? Does CubeGrid require the enterprise version?
    +1 vote for seeing it in SmartGWT

    Comment


      #3
      +1 vote for seeing it in SmartGWT

      Comment


        #4
        Hi Guys,

        It will be part of SmartGWT EE, although possibly not the first version (which we hope to release this week).

        Comment


          #5
          Originally posted by Isomorphic
          Hi Guys,

          It will be part of SmartGWT EE, although possibly not the first version (which we hope to release this week).
          It seems this was not part of the first release. Any idea when CubeGrid will be available in SmartGWT EE? Will it be a separate Analytics module as per SmartClient? I have a project starting soon that needs to have an AJAX Cube Grid, and I would prefer this was a native GWT solution.

          Comment


            #6
            Hi dazza,

            It will be a separate analytics module. One way to ensure it's available when you need it is to become a customer.

            Comment


              #7
              It doesn't appear that the CubeGrid is included in the SmartGWT EE 2.0 distribution. Do I need an additional jar or has the Analytics module not been implemented in SmartGWT yet? If not, do you have an ETA?

              Comment


                #8
                It's not implemented yet, and we have not announced a firm ETA. You can always use sponsorship to get a feature when you need it.

                Comment


                  #9
                  Is there any code example of how to include the smartclient cube in a gwt /smartGWT project?

                  I'm struggling with something like this:
                  public native void draw(int top, int left) /*-{
                  $wnd.isc.CubeGrid.create({
                  ID: "cubetest",
                  data: $wnd.productData,
                  width:"80%",
                  top:top,
                  left:left,
                  columnFacets:["quarter","month"],
                  rowFacets:["region","product"]
                  });
                  }-*/;


                  A complete code example would be really helpful.

                  Comment

                  Working...
                  X