|
|
||||||||||||||||||
| 1) Posted by: dalia June 16, 2003 5:52 AM please I'd like to ask one question I'm new in flash mx,and I want to know first how to use the scrollpane to scroll a long page having buttons in it? |
| 2) Posted by: Jayesh July 2, 2003 1:43 PM From what i have been trying to do and in your example as well, the focus does go beyond the ComboBox. Like, if you had something after the combo box in your movie, or for that matter in any case, Focus is not lost from the combo box once it is set. |
| 3) Posted by: asa August 14, 2003 1:52 PM bosta |
| 4) Posted by: carmen September 5, 2003 6:51 AM I have one problem. this is the code for one mc switch (global_variable){ case 'a': { mc.p_txt.text= "A";break; |
| 5) Posted by: Jaffasoft December 22, 2003 3:58 AM All i had to do was put this line of code in. I already had the tab order in the mc that was being loaded into the scrollpane. And bingo it worked otherwise the focus goes to the scrollpane and the order gets mixed up. Thanks scottman, you saved me a lot of time. _level0.scrollpane.tabChildren = true; //i had this in the original mc that i wanted to put in the scrollpane. Though when using this scrollpane for a big project with a few things going on inside the mc thatthe scrollpane is in screws the smoothness of the scroller ability. For that reason alone i have decided not to use the scrollpane at all for my purpose! And a lot of the functionality i had in the original mc was gone. |
| 6) Posted by: Jorge Tarazona January 17, 2004 12:55 PM Thank you very much. Your tutorial saved me a long time. I searched in google about this issue and your page was the first one. For first time, I found directly what I was looking for. Jorge Tarazona |
| 7) Posted by: Iván January 31, 2004 2:44 PM hi i am new on flash but i want to know how to use a scrollpane for managing and seeing a text document. PLease, i need a help |
| 8) Posted by: Yamini February 2, 2004 12:24 AM i have multiple flash ui components placed on the stage. but i m not able to manage tab ordering of it. can anyone help me out. the flash ui components placed includes combo,listbox, radio .also data grid and text box are used. |
| 9) Posted by: carmen February 2, 2004 9:56 AM For Ivan ... What do you want to do? To load one file into the ScrollPane? |
| 10) Posted by: carmen February 2, 2004 10:27 AM For Yamini ... I belive you have to place all the components in one movieclip and the to place that movieclip into the ScrollPane... |
| 11) Posted by: Gobo February 4, 2004 8:50 PM I understand this except for the way components are referenced through tmp_mc. What is tmp_mc? Thanks, Gobo |
| 12) Posted by: umit February 20, 2004 6:27 PM I'm also wondering about tmp_mc. What is it exactly? Thanks, |
| 13) Posted by: Jeremy March 11, 2004 9:37 AM The tmp_mc reference has also thrown me off. What am I missing? |
| 14) Posted by: Virus March 23, 2004 3:38 PM Can you insert an html page into a scroll pane? |
| 15) Posted by: Troy April 8, 2004 4:15 PM thanks for making this accessible. Saved me many hours recreating your path (if only the docs were so clear...) |
| 16) Posted by: alstech May 13, 2004 8:51 PM Do you know how I can link an *.html page to a scrollpane? Reason being the html pages are changed very often and I am trying to make it easier for the other guys to edit. Any Help would be great, Thanks in Advance, alstech |
| 17) Posted by: Francis June 7, 2004 3:14 PM Hi, I want to put .html and .php pages in the middle of a flash animation. How don't know how to do this. It is the same problem as alstech. thanks |
| 18) Posted by: Arturo June 24, 2004 5:50 PM hi there, just a doubt, I've a ListBox with this AS in the same frame: // create items what I want to do is when the user clicks into each item listed in the listbox, send the action to open an external .HTML document, but I don't know how to do this, anybody can help me?, thanks Arturo |
| 19) Posted by: rob July 14, 2004 1:48 AM Does anyone know why the combo box doesn't lose focus in the example above if you click it and then click the scrollbars? What i'm really asking is: |
| 20) Posted by: Romeo July 20, 2004 3:45 PM Hey Y'all, |
| 21) Posted by: Trip August 15, 2004 10:28 PM It doesn't work for me I figured because my scrollpane is external swf that get loaded into main movie so tabing works localy when tested but inside main movie it doesn't !!!! Any ideas how to fix this e-mail me? |
| 22) Posted by: Prachi August 17, 2004 2:23 AM hello, |
| 23) Posted by: Eric September 5, 2004 6:56 AM Why can't I Edit my scrollpane so that I cant change the coloring of the scrollpane. When I right-click the scrollpane, the "Edit in place"-button is not working. I would really like to know, so if you know, please let me know! |
| 24) Posted by: jenia October 8, 2004 1:43 PM hi if you can help me.. |
| 25) Posted by: Kamlesh October 25, 2004 5:29 AM Hello, I have one wierd problem. I have one movieclip in library, which has one textfield and one rectangular shape which allows user to drag that movieclip. I am creating instances of this movieclip into another movieclip. I have given tabindex for the textfields. |
| 26) Posted by: Nil October 27, 2004 4:06 AM good |
| 27) Posted by: Thea November 24, 2004 11:30 AM So... I still cannot tab to the scrollbar to see all of the text. What good does tabbing do for a mobility impaired users if you can't see what you are tabbing to? A visually impaired user can't tab anyway when a screen reader is on. My question is: how do you tab to the scrollbar to make the contents scroll? |
| 28) Posted by: Luis November 30, 2004 9:43 PM I NEED HELP PLEASE!! I have a problem related with duplicateMovieClip and It consists in a movie clip called LstPrj and inside it another called prj_1. The MC prj_1 duplicates depending the number of rows duplicateMovieClip("proj_1","proj_" + i, i); The problem it's when i run the movie the vertical scrollbar of the scrollpane doesn't appear when i have more that MCs prj_+i that the available height of the scrollPane. I use this code to create the scrollpane: createObject("ScrollPane", "SPListProj", 0); I tried to put already this line code: SPListProj.setScrollContent("LstPrj"); it stays the same..:( please help me and thanks! luis |
| 29) Posted by: indian December 23, 2004 6:18 AM Thank you very much. Your tutorial saved me a long time. I NEED HELP PLEASE!! I have a problem related with Muliti image and |
| 30) Posted by: kiran March 22, 2005 1:24 PM some body please help meee... i hav a MC and tht MC is called into a scrollpane... and my tabbing is also working but the problem is.. I got 6 textinput in the MC and my scrollpane will show only 3 textfields at first and if we scrolldown we can c the rest as usual rt?.. but i want to do the scrolling also enabled when the control is lost from third textinput to 4th one ... ie.. onlost focus from third textinput.. to fourth.. i want my scrollpane to scroll up automatically... anyone please help |
| 31) Posted by: bman March 23, 2005 6:31 PM i also had problem with duplicate MCs in a scrollpane, and fially found the solution here : you have to use the undocumented onComplete() method of the scroll pane after duplicating the mc. |
| 32) Posted by: Shreedhar May 24, 2005 2:21 AM I have a movie Clip which dynamically loads the image with the help of XML file. I need to set some properties to the Dynamic movie clip. Before doing so i have to check wether the MC is loaded completely or not. Is there any function or property to find out. |
| 33) Posted by: Riff July 18, 2005 2:19 PM Hi all, I have a movielip with text input fields inside it, the moview clip is scrolled using the scrollpane component, bet when i send the variables, i get nothing, just a blank email with the headers, does anyone know what i am doing wrong? Thanx in advance Riff |
| 34) Posted by: Ankush January 19, 2006 9:45 AM Hello, I have gone through your code but I am unable to load Dynamic Movieclips of thumbnails within the scrollpane. Kindly help me with the code Thanks in advance Ankush |
| 35) Posted by: Sim'n Larra'n January 20, 2006 1:38 AM Hi, I have an input text inside a movie clip that is loaded in the scrollpane component, How can I retrieve the variable value from the input text inside the scrollpane? What`s the path to the variable? Thanks |
| 36) Posted by: Robert July 8, 2006 10:02 AM HI guys i rerally need help on making an automatic mouse on scrollpane with flash Thanks |
| 37) Posted by: Dhananjay December 11, 2006 5:31 AM The scrollBar doesn't slide left or top if a movieClip is placed at the position say (-50,-50) to the empty movieclip which places at (0,0) in scrollPane |