Announcement

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

    Is Power Edition SmartGWT 4.1 have Visual Builder

    I use SmartGWT 4.1 for web application development and my SmartGWT version is as following
    Code:
    SmartClient Version: SNAPSHOT_v9.1d_2013-11-24/PowerEdition Deployment (built 2013-11-24)
    And I want to use Visual Builder, and I have following added in my web project

    Add this in my ShowCase.gwt.xml
    Code:
        <inherits name="com.smartgwtee.tools.Tools"/>
        <inherits name="com.smartgwtee.SmartGwtEE"/>
    Add this in onModuleLoad ()
    Code:
    com.smartgwt.client.util.SC.openVisualBuilder();
    But when I start the application and access by IE and FireFox, I see a blank popup page and have the content as attached file.

    I have tried to clean the Browser cache

    So I want to double confirm PowerEdition can use Visual Builder? and SmartGWT lib that I need to include in runtime? I see the WAR build smoothly and no error and only SmartGWT 4.1d is included in the classpath.
    Also, how can I fix it?
    Attached Files

    #2
    Yes, Power Edition includes Visual Builder (see smartclient.com/product).

    Best guess, your results come from mixing resources from different versions or editions of SmartGWT (Eval and Power, or 4.1 and 4.0).

    Since 4.1 is now released, we'd recommend downloading *tomorrow*'s build of 4.1p from smartclient.com/builds (3/21/2014). We recommend tomorrow's as there was an important bug that was just fixed and will appear in tomorrow's build.

    Comment


      #3
      If you are working with 4.1, please get tomorrow's build (3/22/2014) for this bugfix (today's 5.0 build has the fix but tomorrow's 4.1 will have it).

      Comment


        #4
        Tested 4.1p Power Edition Night Build 21-Mar-2014 build

        you are right that I meet the following error when I test showcase.war in the SmartGWT zip download (without any code change and clean cache before test.)

        The framework class EditTree is only available for subclassing if isc.licenseType is "Enterprise" or "Eval". Continuing with the default super class.

        and test the Eval copy and find it work...

        I will download the SmartGWT 4.1p Power Edition nightly build 22-Mar-2014 and test...
        Let you know if have test result...

        Comment


          #5
          Originally posted by Isomorphic View Post
          If you are working with 4.1, please get tomorrow's build (3/22/2014) for this bugfix (today's 5.0 build has the fix but tomorrow's 4.1 will have it).
          Are you sure the fix is included in the 22-03 build of the 4.1p version?
          You previously said it would be in the 20-03 build (http://forums.smartclient.com/showth...t=29671&page=4).

          I need to know because I am updating my client's libraries today with the new version, and I need the fixed bug.

          Using smartGWT 4.1p Power.
          Last edited by edulid; 22 Mar 2014, 06:53.

          Comment


            #6
            Dear Edulid,

            Just download the night build SmartGWT 4.1p Power Edition 23-Mar-2014 and it work fine now,

            thx you help

            Comment


              #7
              I meant this bug:
              http://forums.smartclient.com/showthread.php?t=29671

              Isomorphic, is this bug fixed in the 22-03 4.1p version?

              Comment


                #8
                ?

                Yes, both Isomorphic and the user say so at the end of that thread.

                Comment


                  #9
                  yes, it's work fine when I test the version 23-Mar-2014
                  thx alot

                  Comment

                  Working...
                  X