Announcement

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

    Cannot set ProgressBar length dynamically to the whole width of the parent object

    The behavior of the ProgressBar.setWidth() was changed. But now I'm not able to set the width of the ProgressBar to the whole width of the parent object. There is no method f.e. ProgressBar.setLength("100%");

    How can I now set the width of the ProgressBar dynamically to the whole width of parent widget?

    Pavel Navrkal

    #2
    In a brief test, length:100% seems to be working as expected. Try putting together a minimal, ready-to-run test case that shows the problem you're seeing.

    You've also forgotten to indicate your version, build date and affected browser(s).

    Comment


      #3
      But SmartGwt has no method ProgressBar.setLength(String). There is only setLength(int).

      Pavel Navrkal

      Comment


        #4
        Hi,

        it has been fixed now, the missing method Progressbar.setLength(String) has been added, you'll find the fix applied to nightly builds with dates later than 29 Nov 2016.

        Regards
        Isomorphic Software

        Comment

        Working...
        X