Text doesn't show, scroll bar does? using Flash CS3 Please help!

A little background:  I made text box, typed some text, converted it to a movie clip, named etc.  Used a purchased and proven scroller component ... followed directions to the letter, including referencing/linking the files. However, when I tried to test the scroll bar .... the scroll bar appears, scrolls and works perfectly except the text does not appear.  I have tried making a scroll bar with the UIscrollbar same thing happens. I made an other attempt and put pics along with the text in the movie clip ... this time the pics appeared and scrolled, but the text still would not appear.  PLEASE HELP. I am on a deadline and can't get past this scroll bar issue. THANK YOU!

Hi
Thanks for the tip. I did embed the text, but still not showing. Currently, I have the text  box set to the following: Dynamic Text, Multiline, Border Around text, Anti-Alias for Animation (but I have tried all choices and embed the text each time).
Here are the original instructions with the FTscrollbar which I followed exactly.
1. Drag the component (FTscrollbar) from the components panel to the stage.
2. Create a new movie clip to be scrolled:
     a. create a textfield on the scene and type in a few lines of text
     b. select the text fields and covert them to a move clip symbol having the registration point top left. (I did top right since my scroll bar is on the right).
     c. give the new movie clip an name in properties panel.
3.Select the component of the stage and configure its parameters in the parameters panel or component inspector panel.
     a. Instruc the component to scroll the new created movie clip as the targetMovieClip
     b. Set the viewAreaHeight and viewAreaWidth
     c. set snapMode to snapToView value
     d. leave rest of parameters unchanged unless you want to adjust.
4. Test Movie (contol/test movie)
On the FTscrollbar, I have the targetMovieClip set to the movieclips name the only other parameters the instructions said to change were veiwAreaHeight=100 veiwAreaWidth=150 which were the defaults.  When I change this numbers the scroll bar goes away and the text still doesn't appear?  The scroll bar is 16 x 140, the text box to be scrolled is 130 x 143 and the entire flash page is 500 x 550. I am not sure what the viewAreaHeight and viewAreaWidth are for ... or if that could be the problem?  I have never had problems with scrollers but I used MX. I just recently purchased the CS3 and I am not sure what I am not selecting or not selecting but if feel it's probably something simple I am overlooking.  So any more ideas are MOST APPRECIATED. If you need more info from me to help solve, please feel free to ask. THANKS!

Similar Messages

  • The Curspr doesn't shown in the fields , using Jinitiator ! PLEASE HELP

    Hi firends
    fro shwing forms in the client's browser , when i use
    Oracle JInitiator my big problem is that the cursor doesn't shown
    in the fields and i don't have clipboard action like Selection ,
    Copy , and Paste on the fields !

    RoboHelp does not support Chrome, even the current version. You could see if your help works with the current version by using the trial but do not load it on your production machine as you will likely encounter problems if you revert to X5. If it does not work, you're out of luck.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Scroll Bar does not show using Mac OS X 10.10.1, Thunderbird 31.3.0

    I upgraded to Thunderbird 31.3.0, running Mac OS X 10.10.1. The scroll bars in both the inbox window and the message text window seem to have disappeared. There does not seem to be any support available on this.

    ''Matt [[#answer-671555|said]]''
    <blockquote>
    Ok so you most likely have an add-on or theme that is not compatible with the current version. Check in the add-ons manager for updates. Disable all add-ons and enable one at a time until the culprit is found.
    How does OSX 10.10.1 handle scroll bars. Perhaps appearing and disappearing is a new mac feature. Windows hiding menu bars is an infuriating OS feature, perhaps it is the mac users turn.
    </blockquote>
    Turns out, this is the case.
    If I drag two fingers over the Track Pad, the Scroll Bar does appear. If I don't let go of the Track Pad, and roll over to the Track Bar it stays up. I hate it, but now I have a work-around.
    Thank you, Matt.

  • The scroll bar does not show in my SaaS application.

    I have a spreadsheet application and the scroll bar does not show on FF4. I need the scroll bar to navigate the app.

    table is surround by panelStretchLayOut but I examine this and has no difference.
    scrollBar show for data under one milion records!!
    and here is my code:
    <af:popup id="t1DataPopup"
    binding="#{B1Bean.t1DataPopup}">
    <af:dialog id="d9"
    type="ok"
    affirmativeTextAndAccessKey="#{viewcontrollerBundle.okLabel}"
    title="#{bindings.R1.hints.label} : #{bindings.R1.inputValue}"
    inlineStyle="position: absolute; left: -410px; top: -200px;">
    <af:panelStretchLayout id="psl4" topHeight="30px"
    inlineStyle="width:800px; height:400.0px;">
    <f:facet name="bottom"/>
    <f:facet name="center">
    <af:table value="#{bindings.s1Graph.collectionModel}"
    var="row"
    rows="#{bindings.s1Graph.rangeSize}"
    emptyText="#{bindings.s1Graph.viewable ? viewcontrollerBundle.noDataToDisplayMessage : viewcontrollerBundle.accessDeniedMessage}"
    fetchSize="#{bindings.s1Graph.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.s1GraphQuery.queryDescriptor}"
    queryListener="#{bindings.s1GraphQuery.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.s1Graph.collectionModel.selectedRow}"
    rowSelection="single" id="t1"
    partialTriggers="::s1Graph ::s1BarGraph ::s1HoriBarGraph ::s1AreaGraph"
    autoHeightRows="-1">
    <af:column sortProperty="T1Stmp"
    filterable="true" sortable="true"
    headerText="#{bindings.s1Graph.hints.T1Stmp.label}"
    id="c94" align="center">
    <af:outputText value="#{row.T1Stmp}"
    id="ot139"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout id="pgl20">
    <af:commandButton text="#{viewcontrollerBundle.saveAsExcelCommandButtonLabel}"
    icon="/Images/excel.gif"
    id="cb9">
    <af:exportCollectionActionListener exportedId="t1"
    type="excelHTML"
    title="T1Data"/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:dialog>
    </af:popup>
    and fetchsize=25
    Edited by: Mansoor on Jul 17, 2012 8:28 AM

  • Show Scroll Bar set to yes leads to exit form

    We have converted our forms from Forms 5 to Forms 6 with Patch 7. If in any of the blocks the "Show Scroll Bar" property is set to Yes then the moment the form is executed it exits. Why does this happen ? Any solution !
    Thanks in advance.

    Select the entire line that follows (triple-click to select it), then control-click, and from the contextual menu that appears, select Services > Reveal in Finder:
    ~/Library/Preferences/com.apple.finder.plist
    Drag that file to the Desktop, then restart the Finder by following these instructions:
    OS X: How to quit an unresponsive application using Force Quit
    If you determine that does not help or causes other problems you can undo the effects of the above by dragging that file from the Desktop to its original location.

  • Acrobat 9 typewriter text doesn't show

    Acrobat 7 made me a big fan of the typewriter feature. Now that I've upgraded to Acrobat 9, I'm having problems with it. Suppose I add some typewriter text to a .pdf and save it. When I reopen the file, the typewriter text doesn't show. My text is there, but I can't see it. If I click my mouse in an area where I typed, the text comes up. I can double click it and edit it as usual. Then if I click elsewhere, the text I was looking at before disappears. So I can only look at one text entry at a time. The typed text does come out on hard copies.
    Does anyone know how to fix this?
    In case it matters, I'm running Acrobat Standard 9.0.0 under XP Pro SP3 on an HP Notebook with 4GB of RAM.
    Thanks,
    Herb

    No luck but thanks...
    Todd Drummond
    (801) 260-0606 Office
    (801) 657-5518 Fax
    <http://www.affordable-printing.com/> Affordable Printing - Signature

  • Scroll bar does not retain its position after or before pack

    Hi
    My Scroll bar does not retain its position after pack in my application.
    But i need to retain its state.
    My code snippet is :
    System.out.println("VAlue--->" + getHXValue());
    scrollPane.getHorizontalScrollBar().setValue(getHXValue());
    pack();
    My VAlue printed is 100.
    But my positon of scroll bar is at 0 th location.
    Can any one help me.....

    Swing related questions should be posted in the Swing forum.
    My code snippet is :Snippets don't help.
    If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)",
    see http://homepage1.nifty.com/algafield/sscce.html,
    that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    Don't forget to use the "Code Formatting Tags",
    see http://forum.java.sun.com/help.jspa?sec=formatting,
    so the posted code retains its original formatting.

  • Vertical Scroll bar does not appear in table control

    Hi ,
    I have a table control with both vertical and horizontal scroll bars.
    The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar
    does not appear at times..but if i run the program again, it appears..
    Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.
    Any suggestions ? why is this happening?
    Regards,
    Sharadha

    You have inserted data in the internal table and not "informed" the table control
    In the PBO, use a statement like
    DESCRIBE TABLE <itab> LINES <control>-lines.
    Regards

  • Mac OS 10.9.2 Reader 11.0.7 does not initialize, cannot fill in fillable forms and side scroll bars does not operate.  Can you please help?

    Mac OS 10.9.2 Reader 11.0.7 does not initialize, cannot fill in fillable forms and side scroll bars does not operate.  Can you please help?

    Perhaps you missed that you started a discussion at I have OS 10.9.2 and have downloaded latest version of Reader 11. I can no longer fill in form or scroll using the side bar. and you did not respond to the last post there.

  • Text doesn't show when I embed

    Hi, thanks for taking the time to look at my problem.
    I have Flash CS3, and I just downloaded the Pirulen font. I
    played my movie and it works. When I tried to embed the font, the
    text doesn't show up at all.
    Also, I have a tint on my text on a keyframe, and if I click
    on the timeline, the text shows up black like it should, but when I
    export it, the text stays red. I tried different fonts, but none of
    them work.

    and are you embedding the needed characters? if yes, are you
    embedding the needed characters?
    are you referencing your textfield with actionscript
    anywhere? if so, post (only) the code that references your
    textfield (using the attach code option in this forum).

  • Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bar does not appear in some PDF files. How can I enable it?

    Scroll bars are supposed to appear when needed.
    For example, scroll bars will appear when you zoom in on a page.
    FAQ: How to zoom in/out on a page
    Windows 8 automatically hides scroll bars after a few seconds of inactivity.  Scroll bars will reappear when you touch the screen and move your finger (on a Touch-enabled device) or move your mouse.
    Additionally, page navigation depends on the view mode (Single Page vs. Continuous Page).
    In the Single Page mode, you can swipe left/right (horizontally) or click the left/right arrow button with your mouse to go to the previous/next page.
    In the Continuous Page mode, you can swipe or scroll up/down (vertically) to go to the previous/next page.

  • When I go to websites the right scroll bar does not appear

    hen I go to websites the right scroll bar does not appear

    what is the url. Did you make the screen as wide as possible.
    A lot of web designers appear to think you have a lot of wasted unused space and are all to happy to "help you" make the most of that space.

  • Where is the scroll bar that used to be on the left hand side of the screen?

    Am very aggrevated at itunes 11.0   trying to search through my 16000 songs on my ipod.  there is no vertical scroll bar that used to be on the right hand side of the screen.  How do I get it back?????

    Thanks! That solved it.

  • Brand new 27" iMac scroll bar does not appear

    Scroll bar does not appear in almost any window. To make it appear, one way I make it appear is to grab the lower right hand corner and move the window size a little bit. The scroll bar appears. But when I try to then grab the scroll bar, I must stay INSIDE the window as I move my cursor toward the scroll bar.
    Sometimes swiping down on the cursor to move the page down, the scroll br will appear.
    But there is a basic problem. The scroll bar does not appear without EXTRA moves of some kind to make it appear.
    By the way, the scroll bar in the window I am in RIGHT NOW is appearing without EXTRA moves.
    An Apple Tech wen through this with me on the phone and could not resolve the problem
    This is the FIRST problem I have had in TWENTY NINE YEARS that Apple Techs could not solve for me.
    Help anyone?
    Phil Russell

    Here you go.

  • What is the default "Show scroll bars" setting in Lion?

    I have a Mac OS X 10.7 Lion question.
    What is the default "Show scroll bars" setting under System Preferences -> General?
    Thanks

    "Automatically based on input device" is the default.  I prefer Always On myself.
    Hope this helps

Maybe you are looking for

  • HT1222 I've downloaded iOS7.0 but can not install it as error appears on the screen

    I've a new software update. Downloaded was successful but failed to install as error occurs in installing update appears on the screen

  • Is there a way to see who else got a mass text?

    I keep getting pictures attached to messages that were sent to me and other people. Then I get responses from people I don't know about the same message. I don't mind it and am more than willing to ignore the extra messages. I would just like to know

  • Grouping of Filters

    Hello All, We have a requirement to group of multiple filters should be applied in report. For instance we have a report with one customer and Amount Sales, Net Sales, Target, Sales; Our requirement is if all the measure columns are zero or null then

  • My "most visited" list disappeared. How do I get it back?

    The list of my most visited sites disappeared. I used to be able to go to my business site and my bank with just one click, I 'd like to be able to do that again.

  • Intercompany STO Process

    Hi Experts I am in to Intercompany STO process with one step Goods issue procedure. When i tried to post PGI for the NLCC type D.O obtained the below error. Error Message Fld selectn for mvmt type 645 / acct 6005100 differs for Business Area (033) Pl