My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

ScrollBar Pro V1

(views: 6139)

The ScrollBar Pro is a great component to be used when you need scrolling capabilities for large size elements inside small viewing areas. This component can be used for vertical or horizontal scrolling and can be customized as you wish, by changing the component's colors or even using your own clips as the elements composing the scroll bar.



Scroll only the text, not the text box

(2007-12-20 - views: 3785)
Q: How can I scroll only the text and not the entire text box ?
A: The scroll bar component scrolls the entire target, movie clip or text field. To make it look like only the text is scrolling, you need to mask the text field, just like in the example file attached to this item.
Files: Scrollbar_MaskedTextField.zip 


User Comments

How to ajust text box dinamically?
posted by yaguiz on 2008-08-22
how to resize dinamically the text field into the ScrollBar Pro? I load xml file into text field but size remain and scroll bar show me empy space when the text no fill complete the original text field.
How to ajust text box dinamically?
posted by negush on 2008-08-25
This is the normal behavior of the scroll bar: if the text inside the text field does not occupy the entire text field, the scrollbar will automatically disable itself.

If you would like to have the text occupy the entire text field, you should set the autosize property of the text field to true and use the scrollbar's refresh() method, to set itself up for the new size of the text field.


Login to post your comment login to post your comment

Back