Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Scroll Bar Component



Hello all,
I have a scroll bar question. Is there something special that I need to do when using this component with a dynamic text field that is importing the text in order for it to work. I have no trouble with the scroll bar when using it on a dynamic text field when the text is created within Flash. I only have trouble when the text is imported. The parameters for the scroll tell me that it is attached to the text field, but when I publish, the text shows up and the scroll bar is disabled. Any advice is greatly appreciated.

Thanks!!!



FlashKit > Flash Help > Flash MX
Posted on: 08-14-2003, 01:38 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Scroll Bar Component Doesn't Scroll When Dynamic Txt Is Used?
I have a dynamic text box with the Flash UI component "Scroll Bar" attached to it. It works and scrolls fine when you enter text directelly into the dynamic box but when you use the loadVariables command to load an external txt file into it, it fails to scroll the text?
Is there a way to get it to scroll?

thx Bk9

Scroll Component Dont Scroll
my scroll component dont scroll

please can you look why?

thanks

jan

Can't Scroll With Scroll Bar From Component
Flash Gurus,
I have a dynamic text field that loads txt from an external source. I slapped a scroll bar next to it ( from the components menu) when I command enter nothing happens . I see the text ( the part that fits in) but can't scroll.
Properties as follow :
Dynamic Text field has var assigned ( for the external text) and an instance name
Scrollbar Has above instance name in target Text filed

I don't know what else I can include.

Can anyone help ?

thanX

Scroll Bar Component
I've put a scrollbar (UI Component) and a textfield which can display the value of a variable (call it "a").

However, when I assign values to "a" using actionscripts, the scrollbar doesn't work even the textfield is not large enough to show all the contents.

What's the problem?

Scroll Component
Hi, dunno if I should have posted this in the n00b section =), but anyway here goes..

I got a scroller component from a magazine (Computer Arts #33) and I was able to get it to work fine. But when the swf with the scroll component is loaded into my main movie the draggable part of the scrollbar stops working =(

I think it might have to do with that the different component parts refer to "_parent" instead of a specific target.. but that's just my guess.. i dont know any actionscript, so ill leave the problem to yuz guyz =)

You can download the files from http://www.acceon.net

Thanx!

Scroll Bar Component
Hi,

I just made a dynamic text box and filled it with text that was bigger than the box. The extra text was hidden right.
I dropped in the scrollbar component gave it a target and it worked great. I closed the file. The when I reopened it the text box had resized to the size of the text. Like the excess wasn't hidden anymore. I tried to resize it smaller than the text and it doesn't want to shrink smaller. Why? Thanks

Scroll Box Component
hello does anybody know where i can find a tutorial on how to make my own scroll box to scroll movie clip, i dont want to use the built in component the buttons are to big i would prefer buttons which will match the look of my site

thanks

brian

Scroll Bar Component?
I'm duplicating a mc with scrolling text in each one but some of them haven't got enough text to scroll so the scrollbar isn't needed. Is there any way to hide the scrollbar component when its not needed?

Scroll Component
I was hoping someone could help me.

How can I increase the speed of the scroll component?

Scroll Component
now that i finally figured out how to make it work, i cant figure out how to change it's appearance. is it possible?

Php To Scroll Component
I have this php page that I'm pulling into a dynamic text box connected to a scroll bar component. It works fine when I'm looking at my site locally, but doesn't work on my live site. Here is the code I used:


Code:
loadVarsText = new loadVars();
loadVarsText.load("http://www.listenfaster.com/blueq/flash_news.php");
loadVarsText.onLoad = function(success) {
if (success) {
trace("done loading");
scroller.html = true;
scroller.htmlText = this.var1;
} else {
trace("not loaded");
}
};

Scroll Component
Ok I got the scroll to work but text will go on for ever to the right. I mean I have the text box the size I want and the text keeps going under the scroll bar to the right until I push enter then it comes back to where it is suppose to. Also the text is double spaced. How do I fix?

Also I am new if you couldn't figure it out


Thanks

Please Please Help Me. Scroll Bar Component
i have NEVER been about to get the scroll bar component to work in MX. I have no clue what im doing wrong. I've looked at several tutorials about it, and followed them, and still cant get it to work

im trying to attach the scroll bar to a dynamic text field, I get the text to come up in the test, but it wont scroll. its attached to the instance as well, but still nothing. please help me.

UI Scroll Bar Component
I have attached a UI Scroll bar component (MX 2004) to a dynamic text field. It snaps to the text field as indicated in the Help Guide. The vertical size of the scroll bar matches the height of the text field. However, there is no thumbwheel or end caps visible. Clicking on the track does cause the text to scroll however (though you can't click all the way to the top or bottom of the file).

I tried changing the MinMaxSize parameters (NOT LISTED IN THE DAMN HELP GUIDE) but saw no change. Anyone else used one of these animals?

Scroll Down Component
I have a simple scroll down coponent in mx ver6, I want to have the text align to the right and have tried to do this but the scroll bar is always far right of the text. Is there a command I am missing to do this?

Thanks

Scroll Component
how do i use the scroll bar component in mx? i've tried it a million times, and yes, all the forms were filled in with the correct information.

Scroll Bar Component
Background: I have a text field that reads in the text from an external file. I want this to be scrollable but I see the ScrollBar component was missing from Flash MX 2004. I also see that this is a known issue on the Macromedia support pages (http://www.macromedia.com/cfusion/kn...fm?id=tn_19237) and they recommend creating it yourself either with a TextArea or from scratch with ActionScript. The TextArea solution didn't seem to fit the bill and the ActionScript they provided produced several errors and didn't work as intended.

Question: What is an easy way to add a scroll bar to a text area that loads in from an external file?

[F8] Scroll Component
I am creating a text field via actionscript that imports external text. I have to use the scroll component to scroll the text. My question is: Does anyone know how to control the scroll by using the mouse wheel?

Any help would be appreciated.

Thank you

[CS3] UI Scroll Bar Component Help.
Ok this is driven me nutz I'm just playing around trying to get the UI scroller component to work and I'm having to problems. One the scroller isn't working and 2 most of the Lorem Ipsum dynamic text isn't showing up. This is TOTALY weak. Cause the video tutorial I have on this makes it look unbelievable easy to make both works. Just drag the UI scroller in place and purplish and it should be working we it’s not working for ME!

Link to sample project file:

www.johncliffordtaylor.com/text_scroll.fla

Thx for any help and feed back on what I'm doing or not doing to make this work.

Scroll Component
I am creating a text field via actionscript that imports external text. I have to use the UIScrollBar to scroll the text. My question is: Does anyone know how to control the scroll by using the mouse wheel?

Any help would be appreciated.

Thank you

Scroll Bar Component
Hello!

I need help with using the UIScrollBar component for a text field.
It is just not working. I am dragging it to the dynamic text box, it snaps, and takes the right position. But arrows do not appear, and it just stayes white, and doesn't work.

Can anyone tell me why please??

Thanks!

Ui Scroll Bar Component
I have attached a ui scrollbar component to a dynamic textbox inside a movie clip. When I publish it, the text scrolls appears, but the scrollbar does not. Can anybody help me with this?

UI Component - Scroll Pane
This is an urgent matter, please reply if u hv any idea

I tried to use the scroll pane to load a series of swf, I used a array to store the swf names use a button the move from one name to another. but when i tested the movie, it doesn't work! Instead, it 'loaded' the movie but nothing is displayed in the panel.

How to solve this problem

Scroll Bar Component Woes
I am changing the content of a dynamic text box with a button press. I have a scroll bar attached to the movie and each time the button is clicked I setScrollTarget(myTextBoxName). The scroller doesn't seem to pick up the change and the text that is larger than the box can't be scrolled. It seems as though when I put new text in the box dynamically it isn't reseting properly. Does anyone have any ideas?

Scroll Pane Component
Is there a way to put an image in the scroll pane?
How about a scripted button?

Thanks_
KQ
_________
http://www.realultimatepower.net
(brilliant)

Component Scroll Bar For Flash MX
I notice that when I use the component scroll bar in my movie, it adds 16kb to the first frame, preventing anything from loading (and the user from seeing anything). How can I move that kb down the line to a different point in the movie? I used a GUI scroll bar. If this is not possible, are there any tutorials on creating a scroll bar between arrows that scroll text created in Flash (NO EXTERNAL TEXT FILES). Thanks, Tim

Scroll Bar Component And Fonts
Im having a problem with the scroll bar component for a cd presentation im designing. For the text in the scroll bar to appear correctly you have to have the font on your system. Is there a way to get around this? Please let me know of alternatives. Thanks

-Nick

Scroll Pane Component
Hi -
I'm using the Scroll Pane Componet and have a movie clip that is used in the scroll pane. The movie clip contains input fields. My problem is that after you input text and scroll the text is not masked like the rest of the movie clip. Does anyone know how to fix this problem?

Thanks!
Melinda

Scroll Text Component
I have created a scroll text bar with the components that comes with Flash MX. It works fine , but I find out that somehow I cannot make a word or perhaps a sentence to be italic or bold etc. If I change one word to a different font,the whole scroll text's font will be changed.

Am I doing something wrong???


Thank you so much for all the help!

Scroll Pane Component
How do I load an swf file into a scroll pane dynamically or a url?

Scroll Bar Component Tutorial
Does any one know of a good scroll bar tutorials in MX that i can learn how to apply it to text in a specified area. I just spent two hours on a tutorial on scroll bars in Flash 5 and I am still lost. Hopefully the component in Flash MX makes it easier for simple minded artists like myself. Any and all info is greatly appreciated from the great minds out in cyber space. Please hear my prayers oh great ones!!!

Component Scroll Width
Hi,

I am using components in a project, which i need to skin to fit with the graphics of the site. Its all working fine except I need to adjust the width of the scrollbar in various components.

I have found that the width of a scrollBar component itself can be adjusted by using this code:

Code:
myScrollInstance._width = 5;

But how do I adjust the width of a scrollBar inside of another component? I imagine its a case of knowing where to put the actionscript, and how to target the scrollBar inside the component to define its width?

I already posted something about this, but I think my question was too specific before...

Thanks in advance, Matt

Scroll Pane Component...Please Help
I have a scroll pane with a MC in it...It scrolls, but the content isn't "in" the scroll pane...it looks like it's "on top" of it...

In other words, I can see t content above & below it... when I scroll, the content goes up above it & doesn't get hidden...same with the content below...

I need it to sit "inside" the scroll pane, thus the conent should only be visible "inside" it...

How do I do this???????

Scroll Component Modification Help
How do I make the scroll component for text work for scrolling a movie clip instead?

Scroll Bar Ui Component Horizontal How-to
in flash MX....

How does the scroll bar UI Component work horizontaly and what would one use it for?

I cannot get it to work horizontal true.
I drag the scroll bar into the lower portion of a dynamic text box and the scroll bar snaps to the bottom horizontaly set to true but when I test movie it does not work.



I have a text field that I want to scroll, but I do not have enough room on the side. So I am trying to put a scroll bar at the bottom and if it works, I then plan on changing the skin of the arrows to point up and down.

Am I on the right track?????

Please help!!

Scroll Bar UI Component Horizontal How-to
in flash MX....

How does the scroll bar UI Component work horizontaly and what would one use it for?

I cannot get it to work horizontal true.
I drag the scroll bar into the lower portion of a dynamic text box and the scroll bar snaps to the bottom horizontaly set to true but when I test movie it does not work.



I have a text field that I want to scroll, but I do not have enough room on the side. So I am trying to put a scroll bar at the bottom and if it works, I then plan on changing the skin of the arrows to point up and down.

Am I on the right track?????

Please help!!

Scroll Pane Component - Help
I'm not sure what I'm doing wrong with this scroll pane component. I put the test in for the scroll content and it does not work when i test it. can anyone give me a hand? file enclosed

thanks

Scroll Bar Component Won't Function
I can't get my scroll bars to work in my movie. It is attached. I am thinking that because all the scroll bars are labeled the same instance name, that they don't know which text to pull from, thus making them not work. If you could take a look at it and figure it out, I'd appreciate it.


I actually made a text field apart distinctively different, but still no luck.

Scroll Bar Component Won't Work
I posted this in the Newbies section but got no replies, here's the link:

http://www.flashkit.com/board/showth...hreadid=497005

Customise Scroll Bar Component
how do i customise the scroll bar component?

External Txt In Component Scroll?
Hello everyone.

I am trying to build a text scroll with a component that I am going to use many time's over my movie. I want to have the text that is in the scroll it be targeted to a external txt file. What would be the best way to do this?

Can I it turn the scroll into a MC the in the frist frame add the actions?:

loadVariables("message.txt");

I don't know The main thing is that I am going to be useing this scroll all over the place. So I know that I will have to change the name if the Instance and the text box.

I really hope that this made scense.


thanks everyone!!!

Customizing The Scroll Component...
Hi you all!

Is there a way to customize the Scrollbar Component that comes with Flash MX?

We are doing some stuff that needs a scroll bar with a specific look, and we have one, but it just does not work when it comes to scrolling dynamic text. So we thought of changing the look & feel of the Scrollbar Component. Is it at all possible?

Thanks for any light you can give us.


Francisco...

Scroll Pane Component
OK, components for some reason as simple as they are supposed to be throw me for a loop. Off the Flash UI components that come with Flash MX I am trying to use the scroll pane component. I'm guessing the scroll content field in the properties inspector is where I am supposed to type a reference to a file that loads in the scroll pane. I cannot however come up with the proper syntax as I have tried many variations and come up with nothing in the scroll pane. All I am trying to do is show some text in the scroll pane. This has to be basic. Anyone that could give me a brief example would be so greatly appreciated. I have tried the help utility for the component and am stil lgetting nowhere. Thanks for any help.

Scroll Pane Component Help
I created a scroll pane component which I named imgScroll and put it on a layer on the main timeline. I created a movie clip named goldDis This movie clip has an image of gold disk placed in it.

I then tried to assign the set scroll content action to the scroll pane component so that it would display the movie clip name goldDis. I did not give the movie clip an instance name but just referred to as goldDis when I needed to add something in the action boxes. Basically the action attached to the scroll pane looks like this:

onClipEvent (load) {
imgScroll.setScrollContent("goldDis");
}



On publishing the movie I see the scroll pane as an outline with the goldDis movie clip inside it. Am I supposed to see the goldDis movie clip inside of the scroll pane when the movie is published? Is there anything I am missing in the above action?

Thanks

Skinning Scroll Bar Component
whats the easist way to edit the appearence of the scrollpane component?

How To Refresh The Scroll Bar Within A Component?
I'm playing with resizing the Text Area component in flash MX 2004. I am dynamically importing new content into the TextArea and resizing the TextArea at the same time. When I decrease the text box to less than 45 pixels the automatic Scroll bar dissapears. When I resize to a larger dimension the scroll bar does not refresh.

so long as I do not go below 45 pixels the scroller increases and decreases as well as disables and enables according to the content.

So in short is there a command to refresh the scroll bar?

Soft (looking) Scroll Component
I hope this isn't too stupid but...

I am using the generic Flash scroll bar component.
I dropped it in and started using it no problems at all (I wish I'd used it before in fact.) But when I publish, the scroll bar looks soft (as in out of focus.)
Anyone else seen this? (And got a remedy.)

What Happened To The Scroll Bar Component?
I'm trying to create a dynamic flash along with php to create some dynamic text display. But I looked in Flash MX 2004 Professional but it's no longer ther as it was in Flash MX. I know there is a text area component but need to create a dynamic text yeah with a vertical scroll bar. Any ideas?

Copyright © 2005-08 www.BigResource.com, All rights reserved