Text doesn't activate when button underneath is rolled over.

I have 2 layers in my flash site. 1 with my nav buttons which work fine. But when I put the text in a layer above to identify the button, the button action won't activate when over the text. But when I move my cursor not on an area of the text but still over the button, it does work. Help! I got one in another part of the site to work fine, but these don't. They are set-up exactly the same as far as I can tell.

Are you sure?  Since you use the term "classic" I assume you are using a newer version of Flash than I have.  But classically speaking... static textfields do have the selectable option (look for the "Ab" icon in the panel)

Similar Messages

  • 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).

  • Can't add text to photo. text doesn't appear when typeing.

    I can't add text to photo. The Horizontal Text Box appears but when typing there is no text seen. There is a cursor line which appears outside the text box.

    Please change the size of text and make it smaller.
    Regards,
    vaishali

  • Remote Control Play doesn't activate selected button

    Hi,
    Super new to the Studio Pro Apps, and I'm almost finished with a DVD Pro disk, except the "play" button on the remote on the screen doesn't select the highlighted menu item while running a simulation.  I checked to make sure the button was linked to a target, and I don't know what I "did" or "undid" so this doesn't work on the main menu.
    Please help? (Thanks)  And why oh why did they screw up the community?  It wasn't broken, but now it sure is and I can't find anything.

    In case anyone else stumbles upon this, I'll let you in on DVD Studio's screen remote's play function does not work in the simulation, when I burned a DVD and tried it out in my DVD player, it worked fine.

  • JTree - node text doesn't fit when shown with icon

    When I start off my JTree with a long string text for the node (without any icon...used setLeafIcon( null )... it displays fine. But during the execution of hte program an icon may appear next to a particular node - but when this happens, the icon displays fine and the text of the node is cut off (you just see a couple letters followed by the usual "...").
    Any ideas?

    Thanks for the reply. I am not sure how to use that for what I'm doing...basically I am writing an AIM clone. And when a user sets an away message, I want an icon to appear next to their name, otherwise the icon is set to null. Here is the code I have right now for my tree cell renderer class (the tree class is a basic tree):
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.tree.*;
    import javax.swing.text.*;
    import java.util.*;
    import java.io.*;
    class MyTreeCellRenderer extends DefaultTreeCellRenderer {
         * Handle to the ClientTree.
        ClientTree clientTreeObj;
         * Constructor.
        public MyTreeCellRenderer( ClientTree ct ) {
            clientTreeObj = ct;
         * Gets the cell renderer for the current object
         * in the tree.
        public Component getTreeCellRendererComponent(
            JTree tree,
            Object value,
            boolean sel,
            boolean expanded,
            boolean leaf,
            int row,
            boolean hasFocus) {
        super.getTreeCellRendererComponent(
            tree, value, sel,
            expanded, leaf, row,
            hasFocus);
        // if we are at the root, take away the icons and set
        // the appropriate font.
        if (!leaf) {
            setClosedIcon( null );
            setOpenIcon( null );
            setToolTipText( null );
            setFont( new Font( "SansSerif", Font.BOLD, 14 ) );
        // we are at a leaf, so set the tooltip to be the username and
        // set the appropriate font.
        else {
            // make sure we are not at the "Users" node
            if ( !value.toString().equals( "Users" ) ) {
                // if the client has an away message, set the icon to a note icon
                if ( clientTreeObj.getJCC().getClientAwayMessage( value.toString() ).length() > 0 ) {
                    System.out.println( value.toString() + ": has a message..." );
                    setLeafIcon( new ImageIcon( "C:/JavaChat/JavaClient/images/message.jpg" ) );
                    ((DefaultTreeModel)tree.getModel()).nodeChanged((DefaultMutableTreeNode)tree.getPathForRow(row).getLastPathComponent() );
                    //tree.fireTreeExpanded( tree.getPathForRow( row ) );
                else {
                    setLeafIcon( null );
                    //tree.fireTreeExpanded( tree.getPathForRow( row ) );
                // get the connection time for the selected user
                // I TOOK OUT THE CODE TO CALCULATE THE TIME BECAUSE IT IS UNIMPORTANT AND LONG :)
                // set the tooltiptext to include the username and the online time
                String tooltip = " " + value.toString() + '\n' + "   Online time:" + '\t';
                    // days
                    if ( days > 0 ) {
                        if ( days == 1 )
                            tooltip += days + " day, ";
                        else
                            tooltip += days + " days, ";
                    // hours
                    if ( hours > 0 ) {
                        if ( hours == 1 )
                            tooltip += hours + " hour, ";
                        else
                            tooltip += hours + " hours, ";
                    // minutes (we always print at least 1)
                    if ( minutes > 1 )
                        tooltip += minutes + " minutes ";
                    else
                        tooltip += minutes + " minute ";
                    setToolTipText( tooltip );
                    setFont( new Font( "SansSerif", Font.PLAIN, 14 ) );
            return this;
        } // end getTreeCellRendererComponent
    } // end class MyRenderer

  • When a link is rolled over by the mouse pointer a very annoying pop up with the link address shows up. There seems to be no way to prevent this from happening. How can this pop up be made to go away?

    no matter what website, every time I move the mouse pointer over something to click on a line of black printing in a thin white box pops up at the bottom of the screen and shows me the http address of the item I'm about to click on. I want to shut this function off or remove it if possible. I find that the previous version did not do this, it seems to be unique to 6.0. It's VERY distracting and ANNOYING. How can I make it go away????

    When you hover the mouse cursor over any link, it will display the link details at the bottom left of the screen; black font on white background.
    This display can be very important as it shows the full address of the hyperlink. This can be particulary useful for checking on whether the link is bona-fida. For example; if you receive an email that looks like it is from a bank , hovering over the link will indicate instantly that the link is pretending to be something it isn't.
    Another example that can be useful; a website link may say 'contact me' rather than give the actual email address. However, when you hover over the link, the actual email address will be displayed at the bottom of the screen. If you click on the link then Outlook usually opens, however I do not use Outlook, so displaying the email address is useful.
    This display is something that has always been present and it is also displayed if you use IE.
    However, I can see that this annoys you, so you could try the following:
    [[https://addons.mozilla.org/en-US/firefox/addon/link-location-bar/?src=api]]
    After installing the addon, you will need to restart Firefox, then go to History and Restore previous session to get all your tabs and webpages back.
    You will now find that when you hover over any link, it will now display in your address bar on the right hand side.
    If this helps, please say this question has been solved.

  • Pb with handCursor when rolling over text embedded in a MC

    Hi,
    I have a little pb when creating movieClip buttons containing
    a textField.
    Indeed when rolling over the button, and precisely rolling
    over the text contained in my button, the handCursor is replaced by
    the normal arrow. How can I prevent that? I mean having the
    handCursor displayed over the whole button, not only outside the
    textField areas?
    If you don't see what I mean, please consider the following
    simple code , you will see that when rolling over "HELLO" the
    handCursor disaoppears :
    import flash.display.MovieClip;
    import flash.text.*;
    var buttonClip=new MovieClip();
    buttonClip.buttonMode=true;
    buttonClip.useHandCursor=true;
    buttonClip.graphics.lineStyle(1,0x000000,100);
    buttonClip.graphics.beginFill(0xaaaaaa,100);
    buttonClip.graphics.drawRect(0,0,200,20);
    buttonClip.graphics.endFill();
    buttonClip.x=50;
    buttonClip.y=50;
    this.addChild(buttonClip);
    var texte=new TextField();
    texte.text="HELLO";
    texte.selectable=false;
    buttonClip.addChild(texte);
    Thanks for your help,
    Pascal

    I am having a similar problem. I was using MX 2004 and the
    hand cursor displayed over the whole movie, even on loaded movies.
    On movies that will be loaded over the base_level are loaded the
    arrow is never displayed, and is always a hand. When the movies are
    viewed separately the arrow changes to hand cursor as it should.
    With the exception of the base movie which is always the hand
    cursor. I did find code for mx2004 to correct this, but it would
    mean that i would need to add code to every instance on the stage
    across 6 loadedMovies, and the base level.
    Does the CS3 document class correct this action? If so, how
    do i find out what code to use.

  • Big clunking boxes around buttons (grow when button moved)

    I've created a menu by first picking the blank menu, adding a background image, and 3 images then turned to buttons
    I edited the rest of the look I wanted in photoshop... but I end up with some big clunking boxes around the buttons that grow when I select and move the buttons around.  I've included a small screen shot that shows the Red borders around the buttons. (Then turn green when selected).
    How can make these boxes conform to the size of the image plus text?  What is it inside the botton groups in PS that control that?
    I've also included a small screen shot showing the typical organization of a button in photoshop
    PS - Oh, yes,   I did unhook automatic button routing and make sure the routing was what appeared sound.
    And now the photoshop screenshot showing organization of buttons (2 open groups 1 closed to keep size down but the arragement is the same as the other two)

    Stanley nailed it.
    When doing editing in PS, I always turn on Visibility for each Button (remembering to turn the off, before the final Save), and then twirl closed each Button Layer Set. The reason for that is that I will then ONLY Select the entire Button Layer Set, when I begin moving things about. That keeps me from dragging an elemental Layer in the Button Layer Set and also making sure that any Move operation does so for every element in that Button Layer Set. Before I adopted that workflow, it was common for me to accidentally grab an element, and Move it, or grab most, but not all, leaving elements behind. Now, I cannot make that mistake.
    Also, and as an aside, one can increase the area of a Button, if needed. Normally, we're trying to shrink the size of a Button to allow for tighter locations on a Menu, but imagine that you have done dupe Menus, so that a graphic appears to be part of the Button in a roll-over state. On a computer, the user will need to Dbl-click on the initial Button, as a computer DVD software player will not allow for AutoActivation. If there are elements that "appear" to be part of the actual Button, but are not, the computer user might be clicking on areas that are NOT part of that Button. By including a larger, but totally transparent rectangle, the area of the Button has been increased to what the user might expect it to be. It's almost like including an "Easter egg" inside a real Button. As you have seen, one does not need be able to see all of the elements of a Button, but the Bounding Box will definitely be influenced by the largest element of that Button, and all others, if they are outside of the bounds of that one. That Bounding Box will transcribe a rectangle that encompasses ALL elements in that Button, and leave a few pixels around them.
    Good luck,
    Hunt

  • How do you create the 'cream pop-up info text boxes' that appear when you hover mouse over?

    Hi people,
    I really need to know how you create the 'cream pop-up info text boxes' that appear when you hover your mouse over an object on a webpage (and often in any program e.g. Photoshop) for more than a second. I need to know because the logo on my website is the navigation tool used to return to the homepage. It is always found in the top left so the user can always click it to return.
    The only problem is im the only one who knows that when you click my logo, you return to the homepage. I need one of these 'cream info boxes' (forgive my lack of knowledge) to appear so the user will figure it out.
    Thanks for taking the time to read my question...

    Using your code it should look like this where title attribute is in red:
    <div id="apDiv2"><a href="index.html"><img src="divs_dw/jtgd_logo_trans.png" alt="jtgd_logo" title="your description goes here" width="176" height="163" /></a></div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Flash roll over buttons

    hey, i'm using flash CS3 for my website. i'm trying to make thumbnails of pictures on the side of the screen and when the user will roll over these thumbnails, the actual size picture will appear in the middle of the page. i already did this on most of my site by simply converting these thumbnails to buttons and adding the picture on the the "over" part. but now i wanted to change the pictures on my site and when i tried to do the same progress again the pictures now appear not only when i roll over the thumbnails but when i roll over the part that the pictures are supposed to appear too!
    i truely have no idea why this is happening!
    please help!
    thanks

    Try extending the thumbnail so that it occupies all four of the frames, making sure that the larger image is only in the over frame.

  • Glow effect on button roll-over

    I am wanting to have my transparent button disply a glow effect outline when the mouse is rolled over the button.  Is this possible and if so, how do I go about it?

    Thanks.
    I have been looking for various solutions on "Da' Google" and it seems most involve perhaps a bit more expertise than I can lay claim to having.  I have seen several which involve writing code of some sort.  I am a fair hand at following instructions, so long as they begin at a reference point I can identify.

  • How do you change the roll over color of text?

    i have text that i made a link and the roll over color is orange....how do i change this color? thanks

    cocktail5555,
    It's laid out pretty good by Suzanne Boben in in this thread, or you can use FrogDance.
    Mark

  • Counter roll-over when measuring period

    Hi,
    I'm using PCI-6251 counter 0 to continuously measure the period of a signal, and I notice there are occasionally  error readings. Since the counter can roll over when it reaches 2^32-1, I need to know what will happen to the period measurement when counter roll overs. Would anyone please help me?
    Thanks.
    David

    The count value will simply wrap-around back to 0 and then continue to increment.  I can think of a few ways to handle this:
    1. Specify a slower timebase for the measurement.  If you go from, say, 80 MHz to 100 kHz, it'll take 800 times as long a period to cause rollover.  This method is pretty simple to implement, but not all apps can accept the loss in precision.
    2.  You can use a 2nd counter to be sensitive to the 1st counter's "terminal count".  This gets a bit complex, so you may need to do more research on some of the terms that follow.
    An internal pulse signal is generated on the board when the 1st counter rolls over from 2^32-1 back to 0.  It's commonly known as "terminal count" or TC.  You'll need to configure a 2nd counter that also measures periods of your external signal, but which uses those TC pulses as its timebase signal.  You may need to fiddle with the "Duplicate Count Prevention" property on the 2nd counter so that it will buffer values of 0 during the majority of intervals where no TC pulse occurs.  During the intervals where rollover happens, the 2nd counter will count how many times it happens.
    You would further need the 2 counters to be started off a common "arm start" trigger to keep their data sync'ed.
    3.  Software method.  You can query the DAQmx Channel property "Counter Input -> General Properties -> More -> Terminal Count Reached".  When you get a 'True' output, the property resets such that subsequent calls will return 'False' until the next rollover occurs.  The problem here is trying to correlate this software-detected rollover with a specific period in the 1st counter's measurement buffer.  You'd probably also need to be querying and tracking the DAQmx Read property for Total Samples Acquired both before and after the TC event.  Even then you might not always be able to determine unambiguously which interval had the TC event.
    -Kevin P.

  • How do you make an animated gif activate when a corresponding button is selected?

    I am working on a DVD menu using Photoshop and Encore. I currently have a map as a background and a gif animation of a radar ping. The radar ping has transparent parts so that it shows up in front of the map it will be placed on. I want the radar ping gif to animate when it is selected, but I cannot make it animate. When I tried to place the animated gif into the DVD, it became a static image with 50 layers, instead of an animation with 50 frames. When I replaced the gif with a static image, it still caused problems because when I made it into one of the button's highlights, the button overlapped the other buttons, causing those to highlight as well.
    Summary: Ideally, I want to add various gifs that will activate when the corresponding menu/chapter buttons are selected.
    Failing that, I would be happy just to know how to add an animated gif to my DVD menu background.

    You have two problems. The first is that an animated gif has no special status in DVD authoring. It is an anmiation. How do you get animations into a DVD project? You import them as movies - either as assets that get puit on timelines, or assets that become part of a motion background.
    Yes, Encore has a special feature of making animated thumbnails, but this is  just a fancy way of putting thumbnail-sized bits of video into a video background of a menu.
    I think you resolve the animated gif issue if you convert it to a video format Encore understands.
    http://helpx.adobe.com/encore/using/importing-assets.html#supported_file_formats_for_impor t
    The second issue is that you want a button highlight to be an animation. Also not part of the DVD spec or what Encore will do. You can fake this, by having a button autoactivate and to go to a different menu that has the animation for that button as part of the background.  You create as many menus as you have buttons with that characteristic.
    Note that a mouseover won't autoactivate, so this doesn't work on a  computer the way solme users would like.
    Scripting is a way some authoring applications can handle such things, but Encore does not provide scripting.

  • Apple Mail App Doesn't Close When Quit Button Is Pressed

    My apple mail application on my iMac Running Mountain Lion is responding extremely slow and doesn't close when I press the quit button.
    I have to use force quit to close the mail application.
    Also the mail appliation stops spontanuously and a crash report is generated which I send to apple.
    Problem exist now for about 3 weeks.
    I have 4 email boxes (icloud using imap; and 3 pop3)
    Rebuilding my mailboxes didn't solve the problem
    Hope someone has a sollution.

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Quit Mail.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Relaunch Mail and test. If the problem is resolved, you'll have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for

  • Add button to a JTable

    i added a button a Jtable.but am not able to dispatch the mouse click event to the button. I am not seeing any change in the button when clicked....its not getting the focus. the code is as below: class TableButtonMouseListener implements MouseListen

  • Could not complete the command because of a program error

    I am running CS3 and for some reason, I get this error on many of the filter options. To reproduce: - load any picture - it does not matter what format I use - create a new layer by selecting the new layer icon at the bottom of the layers pallet - wi

  • How to find out the main org units in the system

    Hi, I want to find out the all main org units in the system. It means that i have to know all the parent org units not the sub org units. Can you please let me know . Regards Rajesh

  • HT4865 how i got my contact list back to my Iphone from Icloud?

    This morning I make a misstake to turned of the contact list from my Iphone. then all contact list are gone????

  • Video thumbnail in muse not loading consistantly in diffrent browsers

    Hi I think this question relating youtube more then it relating Muse... when embed youtube video in Muse (Muse widget) i get different thumbnail view in different browsers. I Change the thumbnail in youtube with a JPG of the company logo. in safari (