GUI Rollover Text

Is it possible to incorporate rollover text into the custom GUIs for Photoshop?  For example, if someone places their mouse over a checkbox, I would like a description of what would happen if that box is checked, just like if you hover your mouse over a tool on the Photoshop tool palette for a few seconds.  Any ideas?
var w = new Window('dialog','Rollover');
w.cb1 = w.add('checkbox',undefined,'Test');
w.show();
How would I get the checkbox above to pop-up a rollover text when the mouse is over it?  Is it even possible to do this without creating a new window or using an alert?
Thanks in advance for any help!
dgolberg

Almost every contol has a helpTip property. Setting the property does what I think you are asking.
var w = new Window('dialog','Rollover');
w.cb1 = w.add('checkbox',undefined,'Test');
w.cb1.helpTip = "click the box to do something";
w.show();

Similar Messages

  • Is it possible to add rollover text in PDF generated from FM11?

    Hi
    I am creating a documentation using FM11. In this, I have used quite a few terms. Though I have given their definitions as a separate section within the FM file, I also want the definitions to be available a rollover text. Is that possible? For example, when the learner moves his mouse over a term called "Project folder", a tooltip-like text should appear with the description of "Project folder".
    If not, can I give the description as a pop-up window that will work in PDF?
    Worst case scenario, I will have to go with "Jump to Named Destination" feature in FM to take the learner to description section and ask him to use "Previous View" (in PDF) to get back to the position where he came from.
    Sreekanth
    P.S.: I have read that Shlomo Peret's Timesavers can do the job for me. But, for now, I am not looking to buy anything.

    See: Is there a way to create a popup comment in FrameMaker 10?
    > ... read that Shlomo Peret's Timesavers can do the job for me.
    Yep. Demo at:
    www.microtype.com/showcase/FormAsst/SP_RolloverPop_demo.pdf

  • How do I change mouseover or rollover text in iweb08

    I've gone through the web and iWeb as best I can. I can't seem to get a simple answer to this one, so I'm hoping somebody here shares this question.
    I use iWeb08. It's great. I've built a complicated website from scratch and it's great.
    I simply cannot change the rollover text on images. I've created a bunch of pictures and used them as links to other pages on my site. But now it simply says, "link to xxx" and I cannot figure out how to change that text to what I need it to say.
    Any help would be greatl appreciated!

    In an earlier post you said "I simply cannot change the rollover text on images."
    Note that the text IS the image. So to change the text you have to create an image with the changed text.
    In the end you have TWO images. One with this text and one with the other text.
    iWeb cannot do that.
    So you have to find a solution for that.
    Here's a page with rollover images. You can use it in the HTML Snippet. Study the code. Instead of animals use text :
    http://www.wyodor.net/_Demo/duckmenu/HoverImages.html

  • Rollover text not rendering correctly in Safari 7.x

    Safari 7.x and my blog (NotNecessarilyPretty.com) are not getting along.
    Specifically, the rollover text in the post titles (see attached or visit site) is not rendering correctly. The right edge of the text does not change to the correct color. Have been in contact with Apple as well as the theme's developer, but have yet to be offered of a fix. 
    This blog displays correctly when accessed via Chrome or Firefox, and prior to Mavericks, Safari evidenced no problem.
    Thoughts on how to correct this?
    Thanks!

    The original screenshot didn't show here, so for anyone else reading, who may well know much more about CSS & Safari than I :
    changes to this - note the right edge
    But with word-spacing un-checked in Inspector...

  • How can I get rollover text to show pictures?

    The original flash has a publish setting to Flash Player 5, and I have to have the publish setting set to Flash Player 8 (actionscript 2). The original flash works with the Flash Player 5 setting however when I change it the rollover text to picture stops working.
    This is the first time I had to work with this and need some help. This is the Coding for the Content
    Content
    Coding
    Actions: Frame 1
    _quality="best";
        for (g=1; g<9; g++) {
        this[g]._visible=0;
    function menutest () {
        for (i=1; i<9; i++) {
            // Reset Lesson colors
            // myColorObject = new Color(this["l"+i]+[".myitem"]);
            // myColorObject.setRGB(0x020053);
            this["l" + i].gotoAndStop(1);
        this[i]._visible=0;
        // Set Lesson Colors
        // myColorObject = new Color(this["l"+i]+[".myitem"]);
        // myColorObject.setRGB(0xD7A550);
        this[testName].gotoAndStop(2);
         //trace ("testName"+ testName);
        swap = testName.substr(1);
        this[swap]._visible=1;
    Actions: Frame 280
    stop();
    checkanswers-, <info22>
    onClipEvent (load) {
        this._alpha = 0;
    onClipEvent (enterFrame) {
        if (ii <= 100) {
            ii += 2;
            _root.info22._alpha = ii;
        } else {       
            _root.info22._alpha = 100;
    //trace("ii" + ii);
    track 2, <l1>
    track 2, <l2>
    track 2, <l3>
    track 2, <l4>
    track 2, <l5>
    track 2, <l6>
    track 2, <l7>
    track 2, <l8>

    This is the coding for the Symbol Definition(s)
    Track 2
    Coding
    layer 3: frame 1
    stop();
    layer 3: frame 2
    stop();
    Symbol 159, <myitem>
    onClipEvent (load) {
        this._alpha=0;
    Symbol 159, <myitem>
    onClipEvent (load) {
        this._alpha=100;
    oh the text is on one side and the picture appears on the other side. the text stays on the background

  • How to create rollover text on an image

    I'm a non-coder I'm using Dreamweaver CS4 to create a personal website.  I know next to nothing about CSS, but I think I understand how to create a style and apply it to elements. 
    My website has several image galleries, and what I'd like to be able to do is create a rollover text box of some kind that floats up in a fixed position when mouseover on an image.  What I'm looking to do is basically what this website does on their top header image:
    AstroBin | AstroBin
    I've experimented some with spry tooltips but I want the text box to be in the same position and not wherever the mouse is pointing at the time.  I have done hours of searching and I cannot come up with a solution to this (at least not one that I understand) and it's quite possible that I don't even know the terms to search for. 
    What tools or terms am I describing here?  What should I be searching for? 
    Can anyone point me to a good tutorial to do what I'm asking?  Please give me the dummy version!
    Thanks in advance.

    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.*;
    public class fireleaf extends JFrame {
      public fireleaf() {
        JLabel label = new ImageLabel();
        JPanel panel = new JPanel();
        panel.setBackground(Color.pink);
        panel.add(label);
        getContentPane().add(panel, "Center");
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        setSize(300,200);
        setLocation(300,200);
        setVisible(true);
      private class ImageLabel extends JLabel {
      // image from:
      // http://java.sun.com/docs/books/tutorial/uiswing/painting/imageSequence.html
        public ImageLabel() {
          Toolkit toolkit = Toolkit.getDefaultToolkit();
          Image image = toolkit.getImage("images\\T4.gif");
          ImageIcon icon = new ImageIcon(image);
          setIcon(icon);
          setOpaque(true);
        public void paintComponent(Graphics g) {
          super.paintComponent(g);
          Graphics2D g2 = (Graphics2D)g;
          g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                              RenderingHints.VALUE_ANTIALIAS_ON);
          g2.drawString("hello", 10, 10);
      public static void main(String[] args) {
        new fireleaf();
    }

  • Can you change rollover text in the same slice for different triggers?

    Hi, I haven't used Fireworks since version 3, which was about 6 years ago, when I dabbled in web development.  My past has come back to haunt me, and I need to make a fairly simple website pretty quickly for my boss.  I've got myself CS4, and now that I've figured out that you can't use buttons for disjoint rollovers, I'm starting to make progress...
    What I want to achieve, is that there are 6 'buttons' on my page, which when you rollover them will display text in a box to the side.  I would use separate boxes for each button, but there isn't enough space on the page, as there is quite a lot of text, so I would like to use a box in the same place to display any of the 6 texts, depending on which button is rolled over.  Can this be done?
    I probably haven't quite got my head round layers, and this may be very simple, but could someone please point me in the right direction, even if it is a link to the right bit on product help?
    Because the button disjoint rollover doesn't work, I have created 6 slices for the triggers.  I tried hotspots first, but couldn't use them as I also want a rollover live filter effect on the trigger.

    Yes, you can trigger different slice contents on rollover from multiple other slices.
    It's easier to show than describe, so here is a sample file that does what I think you're looking for:
    (1) six buttons
    (2) each button has unique text
    (3) each button has a rollover state
    (4) unique text is displayed in the same place for each button on rollover
    Hope this helps!
    Dave
    Right-click and save the image below - it's a Fireworks source file:

  • How to do CSS Rollover Text Links in Muse?

    In Dreamweaver, we have to the ability to apply CSS styles to text links in order to make it behave like a rollover (the color changes on mouseover, etc.). How do we do this in Muse? Kind regards-
    (EDIT): Have a look at the menus on Adobe's main website for an idea of what I want to do.

    Google "Adobe Muse Hyperlink Styles" or see threads such as How can I change Hyperlink text styles?

  • Rollover text and images in Captivate CS4

    Hi All,
    I am trying to create a rollover image and rollover caption that both appear at the same time when I move over a particular area of my slide.  In my example below i want to rollover the arm of the body and have the text and the image appear at the same time.  I have tried to put the 2 rollover areas over each other but this seems to give priority to whichever rollover area is on top.  Any hints to make this work would be of great help!!

    Hi there
    What you need to do is abandon each rollover type. Instead, insert a Rollover Slidelet. Then insert a Text Caption and an Image into the Slidelet area. Then on a single mouseover, display the slidelet. Time the Slidelet as needed.
    Either that or create a larger image containing both the Text Caption and the Image as a large consolidated image. Then just insert a Rollover Image that shows the larger consolidated image when moused over.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • SWF File Size and Rollover Text Problem

    Hi and thanks in advance for any input.
    Two problems....
    1. SWF File Size
         I've made a fairly small (at least in my eyes its small) flash site. However, even tho there really isn't much content, the swf is already 2.4mb and I haven't even finished it. It loads fine on my internet speed, but im worried about general users with slower internet. Is there something i should be doing to get the file size down (hopefully without comprimising quality).
    2. Text Buttons (Movie Clips)
         The rollover function (Event Listener) for MCs containing text keeps running while the mouse is over the button. I.E. It isnt treating the text box as a button, its treating the text only as a button, so as you roll between one letter and another, the rollover is re-set and re-starts.
    The Swf is here.
    And the FLA is here. *EDIT* - How can i get this fla to you guys? this doesn't seem to work when i try to download file - it just gives a fla.txt file?
    Thanks.
    Zack.

    Reduce bitmap quality (increase compression).
    For each bitmap, select "custom quality" in the symbol properties and set it to no more than 80.
    Set the mouseChildren property of the button movieclips to false to avoid mouse events from triggering by child objects (the text inside the movieclip).
    services_inner.mouseChildren = false;
    projects_inner.mouseChildren = false;
    etc..

  • Simple way to create rollover text?

    I want to ask visitors on my page to enable pop-ups if they click on one of my quicktimes (to decrease load times, I use pop-up windows on my video-heavy pages). I want the text to appear over the still "poster" image of the quicktime when they mouseover it. Is there a simple way to do text rollover? Or do I have to make it into an image (create another jpeg for each "poster" with the text written on it)?
    Here's the site: http://web.me.com/roncutz/roncutz/theatricaltvspots.html
    Thanks in advance.

    Heres' a solution that takes the form into acount :
    <iframe style="margin: 0px auto"
    src="../../../roncutz/" width="322" height="240" frameborder="0" scrolling="no">
    </iframe>
    <script language="JavaScript" type="text/javascript">
    <!--
    function open_win()
    window.open("http://homepage.mac.com/roncutz/.Public/MonstersVsAliens.m4v","_blank","
    toolbar=no, location=yes, directories=no, status=no,
    menubar=no, scrollbars=no, resizable=yes,
    copyhistory=yes, width=480, height=270") }
    // -->
    </script>
    <form style="position: absolute; left: 45%; margin-top: -35px;"><input type="button" value="PLAY">
    </form>
    It would be safer to use a webpage to display the popup movie. A MIME file error exist on the MobileMe server when you either upload your movie from the Finder to the Sites folder on MobileMe or if you upload with Cyberduck.
    The movie will download in Safari instead of being displayed.
    http://discussions.apple.com/message.jspa?messageID=11150467&tstart=0
    Here's a solution : http://www.wyodor.net/MoreEmbed/embedmedia.html
    Click the link in the sentence : +Here's a basic sample page with shaded background you can use for testing.+
    And click the link in the sentence : +Click to open a window with the pop-up code.+

  • Calendar gui for text string

    I want to create a pop-up calendar looking gui that will show when the user clicks on the text field.
    example) user will click on text field below
    Time:_______________
    ...and something like this will pop-up:
    < day >
    < month >
    < year >
    ...and they can push the arrow buttons to move left and right the corresponding day, month, year.
    My question is if anyone knows anywhere I can find examples of something like this. I have never done anything of this sort before and don't know where to begin!

    I do a lot of looking for components that I can use in any applications I am building. I don't often post on the forum, but your questions seemed to be one that I could help you out with.

  • Adding rollover text to image

    I have downloaded some images from the gallery and put them in my shared components -> images for use as my buttons.
    I placed the images in a navigation region. They function great as buttons. But, when I pass the cursor over the image I do not see the title of the button.
    Can someone tell me how to get the title such as 'CANCEL' to show when I pass over the image that is being used as the cancel button?
    Thanks,
    Maggie

    Scorpio and Tyson,
    Thank you for your great responses. I used both of your answers to accomplish what I needed. This is what I did.
    On the edit page button, in the attributes region, I put this in the button image field:
    #WORKSPACE_IMAGES#script_error.gif
    Then in the image attributes field I put:
    alt="CANCEL" title="CANCEL" style="height:28px;width:28px;"
    So I now have text showing up for the user when they pass over an image.
    Tyson, I tried to mark your answer 'CORRECT' also, but the forum award system would not let me put 2 corrects in this post. So I had to settle for placing 'HELPFUL' on your answer.
    Thanks much guys,
    Maggie

  • Rollover text to display a certain frame

    Hello,
    I am pretty new to Flash, and I am trying to figure out what
    ActionScript formula I need. I want to allow someone to just hover
    over static text, which would then change the frame to a different
    picture that corresponds to that text. I know the answer must be
    very simple, but it is frustrating for me. Thanks in advance!
    -Elijah

    many :) first you need to define some areas where things will
    be 'put into', like the image of the player (MC), and the
    associated text and stats (Textfields). next you will want to
    create 'buttons' that contain the positions text, you will use the
    onRollOver handler for each button to load the image into the MC
    and put the associasted text into the fields. you should store the
    information in arrays for accessing, and use a attachMovie,
    loadMovie or loadClip call to bring in the picture, and dynamic
    textfields to propagate the text.
    You could also store the players current stats in a DB or
    plain text (txt) file and access them with Flash, to display
    regularly updated information, as well as reports from the most
    recent game or event.
    I love football :) I could assist you further, if I could
    post or send me the files.

  • Rollover text that changes images in another location.

    I have a list of names in iWeb and I want to make it so that when you hover over a name their picture shows up on the right.
    I would like all the pictures to show up in the same spot (and just change whenever the mouse is hovering over a different name)
    Can anybody help me?

    Just a couple more questions:
    The pictures I have are variable sizes, and I've been playing with the code to try and find where the change is to allow them to appear in their respective dimensions. Should I just add an alpha layer to the images surrounding them, (so they're all the same dimensions/ratio), or is there a quick way to change the code to account for this?
    And the other question is a bit of a stupid one, but I'm using the dakota handwriting font with a cream/ivory color text, and I'm not seeing in the code where to change the color of the text from blue, or what to type into the font (replacing verdana) for the dakota handwriting.
    Here's kinda how I'd like the page to look:
    http://img.photobucket.com/albums/v62/cjp87/Screenshot2010-12-06at64951PM.png

Maybe you are looking for

  • AirPort Extreme & USB Hard Drive Time Machine Backups

    Hi everyone. I'm a brand spanking new MacBook Pro owner and am looking at ways to backup my machine and to save my films, photos and files on a wireless network that is available to everyone in my home. I'm the first to admit that I'm not the most co

  • Problems with auto widths - Safari, IE

    http://www.spoc-ortho.com/test_jn.html What am I doing wrong? 1. In Safari, all of the submenus except for "Employment" have a one-line gap between the main menu bar and submenus. 2. I followed the directions at http://livedocs.adobe.com/en_US/Spry/1

  • Connecting Mac Pro to Dual G5

    I apologize if this question has been asked before, but I could not find it. I have a new Mac Pro that I want to connect to my old, dual G5 via ethernet. What I'd like to be able to do is connect the Mac Pro (with a keyboard and monitor) to the G5 (w

  • Case statement error in 9i

    The following 2 queries gives me different result on running.. can anyone tell me the reason behind it.. is it a oracle error. Case statement gives me a additional unknown value..its not a null or a blank..why is it so? 1) select DISTINCT case when X

  • Book Publication Error

    This is in reference to an SAP BPC error that we're getting in the Excel portion of the client.  Specific version is SAP BPC Microsoft version 7.5 SP6. In trying to complete the Book Publication the following error pops up: "ActiveX Component can't c