Announcement

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

    SliderItem Formatting

    Hi,

    I am using a SliderItem and was wondering if it its possible to format ($, %, etc) the values? I am not having much luck using using sliderItem.setFormat().


    Thanks,
    Pablo

    #2
    Which product version are you using?

    In 12.1, sliderItem.setFormat() will work, as of recent builds, and you can also setValueFormat() and setRangeFormat() on the Slider itself - in older versions, none of this support is currently available.

    Depending on your version, we may be able to expose an internal autoChild mechanism for achieving what you want.

    Comment


      #3
      Note that we've also exposed a number of other Slider attributes in 12.1, including the valueLabel and rangeLabel AutoChildren and various related styling properties.

      All of these changes have also been ported back to version 12.0, for recent builds, but will not be ported to any earlier versions.

      Comment

      Working...
      X