Welcome, Guest
  • Author Topic: WIerd UIScrollbar issue  (Read 1306 times)

    Erik Sternberger

    • Seasoned Programmer
    • ***
    • Posts: 113
      • View Profile
      • Email
    WIerd UIScrollbar issue
    « on: 01/06/06, 11:05 »
    I can not get the UIScrollbar to be non-visible when the dynamic text field it is attached to is not full. I have the Scrollbar attached to it in it's parameters, but it will not be non-visible. Is there any setting I can put on this to be "auto" like how a scrollpane is?

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: WIerd UIScrollbar issue
    « Reply #1 on: 01/11/06, 15:57 »
    Gibe the scrollbar an instance name, usually something like this works (after populating the textfield):

    myScrollbar.visible = myTextField.maxscroll>1

    Jorge