FFH Text Scrollbar (Version 1.0.0)
651 downloads / 4336 views
Rating: 4.16
Author
- Name
- Elvis Mehmedovic
- Site
- http://emehmedovic.com/
- Contact
- mailto:me@emehmedovic.com
Release Date
10 Feb 2003 14:27
Platform
AS 1.0, Flash Player 6
Description
Fierce FUI Haters proudly present the FFH Text Scrollbar component.
FFH Text Scrollbar component is a full-fledged text scrollbar component supporting resizing, vertical and horizontal orientation, easy skinning and live preview. Light-weight design, no first-frame littering and packaged with two skins.
This component set will be installed into the Flash MX > Components folder. After installation the documentation for the component will be available in the reference panel.
Preview and Downloads
Discussion
artur (18 May 2005 19:15)
cant get text to appear in the component when exported.
it asks me to supply a "TARGET TEXT FIELD" - upon which i point it to a dynamic text box with a instance name of "TEXT"
but alas it doesnt load it.
am i setting this up right?
please help thanks artur
David Wallacd (25 May 2005 19:28)
I am using this component with dynamic text. When the box is reloaded with new content how can I get the scroll bar to refresh to go to the top of the text?
Thanks for your help and for a great component.
Elvis Mehmedovic (25 May 2005 20:24)
You can use: scrollbarInstance.update();
Jord Williams (9 Aug 2005 23:44)
This scrollbar component is fantastic. One question however, how would I go about making the scrollbar load at the very bottom of the textbox right when the movie loads?
Thank You,
Jord
Elvis Mehmedovic (10 Aug 2005 6:16)
You need to scroll your text, and the component will automatically update:
textField.scroll = textField.maxscroll;
Marcelo (25 Aug 2005 21:52)
Hey pal,
Ive dloaded ur ffh text scroller for Flash. And after ive installed i receive the following message:
C:\Documents and Settings\Crockett and Tubbs\Local Settings\Application Data\Macromedia\Flash MX 2004\en\Configuration\ActionsPanel\CustomActions\StylizedScrollBar.xml:
Line 40: The object attribute was not found on the typeinfo element
<typeinfo pattern="*_sb" Object="object" />
C:\Documents and Settings\Crockett and Tubbs\Local Settings\Application Data\Macromedia\Flash MX 2004\en\Configuration\ActionsPanel\CustomActions\StylizedScrollBar.xml:
Line 41: The object attribute was not found on the typeinfo element
<typeinfo pattern="myScrollBar*" Object="object" />
What means that, and how to avois such errors?
Thx in Advance
Cya
Elvis Mehmedovic (25 Aug 2005 21:57)
Some other component is causing your problems. Try uninstalling any recently installed components.
Tommy Gabrielsson (24 Sep 2005 20:00)
Hey!
Nice component! I only got 1 problem with it. Im using Flash MX 2004 and that ver doesnt got any reference panel so i cant read how to modify it?
julez4001@yahoo.com (26 Feb 2006 22:24)
Is there a lite tutorial online on how t use this tool.
Vedovelli (20 Apr 2006 16:24)
Hello! Tks for this nice component.
I'm using it in a chat and the scrollbar automatically scrolls during the conversation. But I need to insert a checkbox to disable automatic scrolling, re-enabling if checkbox is clicke a second time.
Can you please tell me where can I look inside your script to do that?
Tks in advance!
Fábio
Vedovelli (20 Apr 2006 20:35)
Hey,
I've solved the problem. Tks again.
Fábio Vedovelli
Motty (25 Jun 2006 12:00)
Is there an easy way to skin this bad boy?
Michael (26 Jun 2006 5:50)
Flash 8 does not have a REFERENCE PANEL, can you please make the documentation on SKINNING the component public somewhere? I think many of us would appreciate it.
Thank you, your component is very nice.
elvis2 (28 Jan 2007 17:13)
where is the reference panel where I can find documentation about the scrollbar? Actually I would like to know how to attach a scrollbar dynamically to a textfield.
Lee (21 Feb 2007 2:43)
Awesome! However, how do I set the visible area of the textarea? At the moment the tet area height is determined by the amount of text and scrolls off te bottom of the page. I tried setting a height using instancename.setHeight(height:200), but does not work.
Michael (11 Jun 2007 8:00)
Hi, great component. I have created a resizable clip to put the scrollbar into (much like the one at < http://chq.emehmedovic.com/?id=5 >) but the scrollbar "stretches" out and looks funny when I resize the window. Please tell me how to make it look right when resized. Thanks!