Announcement

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

    What is the build version of the SmartGWT2.2 used in showcase?

    Asking because when I'm building this demo - http://www.smartclient.com/smartgwt/showcase/#grid_cell_widgets

    using SmartGWTEE2.2 from the repository from Jyly 14th it works but looks ugly because all icons are vertically misaligned and rows are oversized.

    When I build it with SmartGWTEE2.1 it looks fine, like it suppose to be.

    #2
    That sounds like possibly you forgot to remove external CSS from your project when you rebuilt it with the new version.

    If that's not it, try the latest nightly (there has been one bugfix in this area over the past week), and if it's still not working, post a screenshot of what you're seeing.

    Comment


      #3
      I dont have any external CSS of my own, unless there is some from SmartGWT which I dont know how to cleanup. I would be fine with 2.1 but issue - http://forums.smartclient.com/showthread.php?t=12400 makes product unusable.

      Comment


        #4
        Is that possible to mix and match smartGWT and smartGWTPro version. For example I have licensed Pro version which is 2.1 AFAIK. Can I download latest NB smartgwt.jar drop it in my lib folder will they work together?

        Comment


          #5
          No, download a complete build instead from smartclient.com/builds/smartgwtee-eval

          Comment


            #6
            I noticed, it wont work I'm getting error

            com.google.gwt.core.client.JavaScriptException: (TypeError): Object [object Object] has no method 'getNextGlobalIDForClass'
            stack: TypeError: Object [object Object] has no method 'getNextGlobalIDForClass'

            with newest smartgwt.jar

            Comment


              #7
              If you're having that error trying to mix and match resources, you can't do that.

              If your having that error some other way, please indicate if it's happening in a Showcase example where it could reproduced.

              Comment


                #8
                There is no error if I completely switched to latest smartclient.com/builds/smartgwtee-eval not mixing versions.

                Here is the screenshot of showcase built with smartgwt.jar (9127k) from latest smartclient.com/builds/smartgwtee-eval as of today.

                If it build with smartgwt.jar (8898k) from smartgwt-2.3.zip latest as of today it is fine.
                Attached Files
                Last edited by ectar; 22 Jul 2010, 10:09.

                Comment


                  #9
                  Sounds like you're still trying to mix and match. Don't do that. For a proper test, use the EE SDK *with nothing else whatsoever*, import any sample as a starter project, grab the code from the Showcase sample, and run it.

                  Comment


                    #10
                    Couldn't resolve the problem, no matter how I fight :( I completely ditched my original idea with custom column.

                    Comment

                    Working...
                    X