Announcement

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

    Smart version and build number

    Hi all,

    I have an about page in my application and I would like to display the smartGWT version and build number if possible.

    I thought the SC object might hold this data but it doesn't seem to.

    Is this information available or would I need to maintain a property?

    Thanks,
    Dale

    #2
    com.smartgwt.client.Version.getBuildDate();

    com.smartgwt.client.Version.getVersion();

    Comment


      #3
      and good ol' SC.getLicenseType()

      Comment


        #4
        Excellent, thanks guys,

        I'll give them a go

        Comment

        Working...
        X