Text scroller with 2 tabs ??

I have a text scroller that works just fine but client wants
2 tabs so when you tab over, different text displays for the same
textbox. How do I code this?
thanks

Hi,
What do you mean by JAVA text scroller??
JRG

Similar Messages

  • Text scroller with links

    Is it hard to add a link to a web page within a Java text scroller? Can I do it within a parameter tag (I would doubt that but I'm hoping) or does it have to be within the java source?
    Thank you!

    Hi,
    What do you mean by JAVA text scroller??
    JRG

  • Long vertical forms that scroll with the tabbing to keep cursor on screen

    I have a tall vertical form that is roughly 2000px in height.
    If the user tabs through the fields they will 'fall off' the bottom
    of the screen. Meaning, the cursor will move to a field out of view
    but the scrollbar will not nudge down automatically to compensate
    and keep the cursor in view. Ideally the scrollbars would move with
    the cursor as they do when tabbing through a traditional html form.
    Any help is appreciated. Thanks.
    --Lokesh

    I have had to do this very thing myself. Kinda wish it were
    part of the normal framework...
    anyway, here is an example application that does what you are
    trying to do:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    private function checkPos(target:Object=null):void {
    var yPos:Number = target.y+target.height;
    debug.text = "";
    var shiftAmt:Number = 0;
    if (yPos>cont.verticalScrollPosition+cont.height) {
    shiftAmt = yPos-(cont.verticalScrollPosition+cont.height);
    debug.text+="move down: "+shiftAmt+"\n";
    } else if (yPos<=cont.verticalScrollPosition) {
    shiftAmt = yPos-(cont.verticalScrollPosition+target.height);
    debug.text+="move up: "+shiftAmt+"\n";
    cont.verticalScrollPosition+=shiftAmt;
    debug.text+="yPos: "+yPos+" view space:
    "+cont.verticalScrollPosition+" -
    "+(cont.verticalScrollPosition+cont.height);
    ]]>
    </mx:Script>
    <mx:Text id="debug" width="200" height="200" />
    <mx:Canvas id="cont" width="200" height="200">
    <mx:Button label="blorch1" y="0"
    focusIn="checkPos(event.currentTarget)" height="20" />
    <mx:TextInput focusIn="checkPos(event.currentTarget)"
    y="100" height="20" />
    <mx:Button label="blorch2" y="200"
    focusIn="checkPos(event.currentTarget)" height="20" />
    <mx:TextInput focusIn="checkPos(event.currentTarget)"
    y="300" height="20" />
    <mx:Button label="blorch3" y="400"
    focusIn="checkPos(event.currentTarget)" height="20" />
    </mx:Canvas>
    </mx:Application>
    If your form has a TON of controls, then you might want to
    just make a function to automatically attach the listener in
    actionscript... dunno which is easier. Writing onFocus="blahblah"
    for each component is a drag but it's simple...
    If there is an easier way to do this, I hope someone will say
    so because this is how I have to do it and it's not very
    fun.

  • Horizontal text scroll with hyperlinks

    Hi...! I am trying to do a horizontally scrollling text that
    contains hyperlinks. But when I apply the tickertape text behavior
    it gets rid of the hyperlinks that I have defined. How can I do
    this?
    - thankyou...
    Julietta

    Hi, thankyou. It is a program that will let you choose
    several words off the screen in order to form a kind of poem. I was
    thinking you could choose the words off the scrolling text, altough
    the scrolling is not really necessary... It's just that I wanted to
    give some mobility to the process... Another option would be to
    make the words blurry and define them when you point at them, and I
    am trying to figure out how to do either of those...

  • CS3/AS2 -Text Scroll Box Cannot Embed Font, Need To Link Font From Server??

    Hi all - ok here goes somethin
    So I bought a text scroller flash file and am now trying to tailor it to my needs.
    This is it: http://activeden.net/item/dynamic-external-text-scroll-with-easing/2612
    It is composed of several movieclips which link to the an external text file. The external file starts off with this
    mytext= <font color="#000000" size="7">BACKGROUND</font>
    This file determines the size and color of the font but does not define the actual font itself, it also contains the content. There is a movieclip within the flash file where you can denote a device font or embed a font from the properties panel.
    Starting off I simply picked my font from the properties panel and used "anti-alias for animation". This seemed to work fine on the Flash preview and also once published online. However, once I used another computer to view my site the font changed and reverted to a default. This leads me to believe the font is linked to each computers font library. I am wondering if there is a way to override this and to link the font to a place on my server?
    I also tried to embed my font via the properties panel but it looks warped and unrecognizable, so thats out. Unless there is another way to embed fonts that stays true to the font?
    To add more fuel to the fire, the font I have to use is not html safe .. "Gotham" to be exact.
    You can see the issue here on the 'about' and 'links' page
    http://nicoleginelli.com/weeks/index_9.html
    Help meeeeee!
    - Nicole

    I tried this but the text looks warped and much different than it should. Seems anyway I embed it in the properties panel looks this way.. any other options??

  • Pull Out Tab interfering with vertical text scroll

    Hi, ive created a pull out tab which opens up on top of a text frame that scrolls vertically. However, if i try to scroll the text which is under the invisible area i.e. overlaps the 'empty' container area of the pull out tab, the tab opens up, instead of the text scrolling. How do i fix this?

    One possibility is to add dummy buttons to the empty scroll area of the pull tab, but I don't think that would work in your case because you basically have dueling scrollable frames.

  • How do i control 2 text boxes with 1 scroll bar? (CS4)

    I want to control 2 Dynamic Text boxs with the 1 scroll bar component? I want them to scroll simultaneously with the user only needing to use the one component. Thank you in advance for your help

    The textfields should have the same number of lines.  You can have the scrollbar (sb) assigned to one textfield (t1) and then have an event listener/handler for the scrollbar adjust the other textfield's (t2) scrollV property to match the first one's scrollV property:
    import fl.events.ScrollEvent;
    sb.addEventListener(ScrollEvent.SCROLL, adjustTs);
    function adjustTs(evt:ScrollEvent):void {
        t2.scrollV = t1.scrollV;

  • When texting with more than one person at a time the incoming text scrolls to top of the conversation. anyone out there with the same issue?

    while texting with more than one person at a time the incoming texts scrolls to top of conversation. anyone having this issue?

    I've heard claims it can be done, claims some have done it, and claims that it didn't work for them. This thread is interesting, some indications it should be possible, complaints that it didn't, and also an interesting work-around:
    "How do I text message multiple people at once?"
    http://discussions.apple.com/click.jspa?searchID=-1&messageID=4822260
    You can ask Apple for iPhone changes via this link:
    http://www.apple.com/feedback/iphone.html
    Though if you're requesting hardware changes for iPhone v2 you may want to wait a week (or a month?)...they're probably going to be inundated right now by requests for software changes to the current iPhone.
    (If this has answered your question, please mark your original post as answered)

  • Trying to create a text item with a scroll bar in Indesign 5.5

    Is there a simple way to create a scrollable text article in Indesign 5.5? It will later be exported to a SWF as a mini-flash web portfolio.
    I would appreciate any help.
    I'm new to Indesign.

    quote:
    Originally posted by:
    wildfire121
    Can someone please help. I am trying to create a text box
    with a working scroll bar that will scroll the text in the text
    box. Can someone please help me with this?
    Do you mean a text box people can type in (for a Web form
    entry) or one for displaying your content?
    If the first, then you use the textarea tag and scrollbars
    appear when the user types more lines that you specify. See the
    textarea
    description at W3Schools.
    If the second, then that's usually done in Flash, but can be
    done with CSS. See these two pages:
    Dynamic
    text with scrollbar (Flash)
    Textbox
    with scrollbar (CSS)

  • Dynamic Text Feild with Dynamic Scroll Bar

    I have a Dynamic Text Feild with a dynamic Scroll bar.
    It loads a simple ASCI text file with some html formating.
    but I still can not manage to get the text to format.
    The biggest problem with the format is a big space between
    paragraphs.
    I am not sure why but I think the Frame must need a var to
    render to html.
    Can anybody help please?

    My text had the following, similar but no parsing string.
    I guess
    yourstring.split("\n\r").join("\r").split("\r\n").join("\r");
    takes out the carrage returns or <br>?
    I notice the one I had just say's String.
    I assume that would be the text that is the string?
    Thank you for sharing your knowledge of this.
    var my_lv:LoadVars = new LoadVars();
    my_lv.onData = function(src:String) {
    if (src != undefined) {
    myTxtFeild.text = src;
    } else {
    myTxtFile.text = "Error loading text.";
    my_lv.load("CadnetPage1_html.txt");

  • Have a tab group with 18 tabs. When all tabs open scrolling through them is very slow. Any thoughts.

    I use the scroll wheel on my mouse. When I scroll with the wheel there is a major lag time and most of the time it scrolls past several tabs.

    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need to close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration

  • Need help creating a rectangle with a bunch of  text scrolling up within it

    Hey everyone, I'm using Motion 2 and want to add a large amount of text scrolling up. Which behavior would be best to use, the Scroll up or Motion Path?
    I want to create a rectangle where the text will be scrolling within it but I'm not sure how to do that. I'm I suppose to create a mask rectangle and then add the text?
    Please help
    Thank You

    As with most things there are a number of ways you could do it.
    One way is, if your making a rectangle anyway (as a bkg for the text) you can make an image mask (command shift m) on the text object and drag the rectangle into the mask well (then turn the rectangles visibility back on). This works with a filled rectangle.
    Of course you have to format the text to fit in the rectangle as it won't act as a bounding type area (like in AI, PSD).
    o| TOnyTOny |o

  • Text scroll on website is invisible on Mozilla but visible with IE. Used Intuit Website Builder. Thye say it is a Mozilla issue. I have no access to the java HTML code. Even so, how does this get fixed for all who use Mozilla to see?

    I am not a web designer. I used Intuit Website Builder to build my company website. The text scroll on the index (home) page is invisible when viewed on Mozilla...but visible with internet Explorer. Intuit said its a Mozilla issue. I am concerned because so many people who use Mozilla will not be able to see the scroll. Help!! BTW, the image scroll on another page on the site (Design A La Carte) is visible on Mozilla and IE.
    == URL of affected sites ==
    http://vpdesignalacarte.com

    Do you mean the scrolling text by that Java applet?
    In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In (present in Java 6 U10 and later).
    See http://java.com/en/download/faq/firefox_newplugin.xml
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Java Plug-in 1.4.2_03
    # Shockwave Flash 10.0 r32
    Update the [[Java]] and [[Flash]] plugin to the latest version.
    See
    http://java.sun.com/javase/downloads/index.jsp#jdk (you need JRE)
    http://www.adobe.com/software/flash/about/

  • Credits scroll with different colors and txt size

    I am trying to do a credits scroll with different text color and size How do I best do this. I understand how to do it with text/scroll but that doesn't allow me to do different text colors and size. How do I do it with Boris Crawl?
    Message was edited by: Tony Brave

    Hi -
    Mark an In and Out where you want the roll to roll.
    Load Boris Crawl in to the viewer and edit to the timeline.
    Double click on the clip in the timeline.
    On the control tab for Boris Crawl you can set it to roll your text:
    !http://www.spotsbeforeyoureyes.com/Boris%20Crawl%20Set%20Roll.jpg!
    Then click on the box above that where it says click for options and create your roll:
    !http://www.spotsbeforeyoureyes.com/Boris%20Type%20Example.jpg!
    Once you have typed and formatted your text, click apply and you should be able to see the roll.
    The speed of your roll is basically determined by the length of the clip on the timeline, the Controls tab for the clip gives you lots of subtle and not so subtle adjustments - like a soft wipe at the top and bottom of the crawl, etc.
    Hope this helps.

  • How to make text scroll in a chart/graph

    I am trying to make a small example labview app.
    I need to show a graph/chart with continuous data measurements, plotted over time. So far I have been using charts, since they suit my needs. I have seen though, that graphs are also a possibility. So if a solution calls for that, it might be ok.
    Now I have two things that i dont know how to do. I have attached a picture of what i want to do.
    I need to have time on the x axis, but i can only get it in the end points of the scale, can this be fixed (see the attached picture example)
    I also need to mark phase starts endings. This means I need to have text scrolling along with the plot, keeping a white marker line at the starte point of the phase. Can thios be done somehow? I have already looked into Annotations, but I dont think thats it. (see the attached picture.)
    If further explanation is needed, I would be happy to supply it.
    Kind regards Daniel
    Attachments:
    labview_example.JPG ‏27 KB

    One option with graphs is to right click the graph when the code is running, select "Create Annotation". This will add a label to the graph that moves as the graph updates.
    An alternative, and probably prettier approach, was discussed recently here;
    http://forums.ni.com/t5/LabVIEW/Two-background-colors-for-the-same-waveform-graph/td-p/1139000
    Hope that helps,
    Ian

Maybe you are looking for