Creating pop-up bubbles

I have a word document that is to be filled out as an application by users. I can convert it to a PDF and also have FormsCentral.
Basically, there are long strings of acronyms in consecutive order within the document, and I need to create a function so that when a user scrolls over a certain acronym, a pop-up bubble appears explaining what that particular acronym means. I'm not sure the best, easiest way to go about doing this is.
Thanks.

There are a number of ways to do this, depending on exactly what you mean by pop-up bubble. Probably the easiest is to use show/hide field actions in the mouse enter/exit events of a button. On mouse enter, set it to show another field (button, read-only text field) that displays the explanatory text. On mouse exit, set it to hide the same field.

Similar Messages

  • How to create pop-up window to search for items

    Hi,
    I want to create a pop-up window were the user will be able to search for an item and select it.
    How can I use a pop-up window in a portlet? Is there any api in the pdk for creating pop-up windows?
    Thanks

    Hi,
    Can you let me know why you are trying to use a popup window for searching?
    You can always add a search portlet - Basic,Advanced,Custom
    - which will give you the link to the respective searched items.
    I couldn't get a clear idea of your requirement.
    Thanks.

  • Can't create POP account

    It happens that I can't create POP accounts, while I do easily with Entourage.
    The same data in Entourage work while in Mail don't.
    I can't understand why. Can anyone tell me what's wrong?
    Thanks

    Hector,
    A subtle difference between Mail and Entourage, is in the use of Username. In Mail, what you enter in the Username box of Mail Preferences must be exactly what is required by the provider of the POP server -- this will either be the true username, which is the portion of the email address in front of the "@", which is how it is done for a .mac, or for some providers it must be the entire email address, repeated as the Username entry (this is how it must be for Gmail). You must test with each, or find a support document that provides the format you must enter as the Username.
    I think Entourage, at least sometimes, is able to derive the Username from the email address, and negotiate through this choice.
    Let me know if changing the form of the Username entry will resolve this.
    Ernie

  • How to create pop up in a subscreen in PAI

    Can someone help me with the process to create pop up in a subscreen PAI logic?

    hi,
    here is the sample code refer to this...
    in the subscreen flow logic.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0200.
    in the module..
    CASE ok_code.
        WHEN 'FILL'.
          IF  sflight-carrid IS INITIAL OR
             sflight-connid IS INITIAL.
            CALL FUNCTION 'POPUP_TO_CONFIRM'
              EXPORTING
               titlebar                    = 'CANCEL'
    *   DIAGNOSE_OBJECT             = ' '
                text_question               = 'fill the details'
               text_button_1               = 'Yes'
    *   ICON_BUTTON_1               = ' '
               text_button_2               = 'No'
    *   ICON_BUTTON_2               = ' '
               default_button              = '1'
    *   DISPLAY_CANCEL_BUTTON       = 'X'
    *   USERDEFINED_F1_HELP         = ' '
    *   START_COLUMN                = 25
    *   START_ROW                   = 6
    *   POPUP_TYPE                  = POPUP_TYPE
    *   IV_QUICKINFO_BUTTON_1       = ' '
    *   IV_QUICKINFO_BUTTON_2       = ' '
             IMPORTING
               answer                      = i_answer
    * TABLES
    *   PARAMETER                   = PARAMETER
             EXCEPTIONS
               text_not_found              = 1
          ENDIF.
          IF NOT i_answer = 1.
            dynnr = '300'.
            ts-activetab = 'FILL'.
          ENDIF.
      ENDCASE.
    here whenever i select the second tab (fill ) a pop will be generated with the message 'fill the details' , if i select yes then it will be on the same screen for no it will lead to next screen.
    Regards,
    Sathish reddy.

  • Creating pop-up areas on screen

    Hello,
    I am designing an e-brochure using Flash presentation slides, I would like to creat pop-up areas that are viewed on click just like on this link
    http://www.adobe.com/products/flash.
    There should be a thread on this, or a tutorial online, would appreciate if somebody points me in the right direction.
    thanks

    create a popup-looking movieclip with a dynamic textfield.   either use attachMovie() (as2) or the new constructor (as3) to create popup instances.

  • Creating pop-up boxes

    How do you create pop up boxes in application express. I need the pop up to confirm that the action has been processed. and to create buttons on the pop up box.

    http://download-uk.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/toc.htm

  • Anyone having problems creating Pop-Up Buttons in InDesign CS5??

    I was creating Pop-Up windows in InDesign when I encountered problems having the Pop-Up disappear after the cursor left the hot area.
    Everything was the same in the Button command box but some didn't work.
    See: http://www.first-image.com/a_/ID_PopUpWindow_ProblemPAGE.pdf
    There are links on the PDF for the demo and source file.

    Hi
    Welcome to Apple Discussions
    Oddities in Safari happen, not from viruses etc, but from some of the complexities of the program itself. In this case, a corrupted preference file may be causing the problem.
    In the Finder, drag to the desktop the com.apple.safari.plist folder found in your User Account>Library>Preferences folder.
    Restart Safari. Select the pop-up block. Quit/Restart Safari.
    If the pop-up selection held, you'll need to reset your Safari preferences to your liking, plus any custom settings found in the Edit Menu (spelling) or View Menu (status bar, bookmarks bar, custom icons in the "Customize Address Bar" ).
    Otherwise, move the file back to its original location.
    Post back

  • Creating POP email account

    When trying to create a new email account, even though the on-line user guide says I can create POP or IMAP accounts, I never get the option of selecting POP.  It always creates IMAP.  How do I create a POP account?

    If your provider has both IMAP and POP, the phone will generally default to IMAP. If however, you have a POP account, then you need to "fool" the iPhone into allowing you to choose. Delete the attempt that you made and then go back to Settings and add an account. From there, purposely make a mistake in your email password. This will then not allow the account to be verified. When that happens, you will get the screen that allows you to make a choice. From there, you will need to correct your password on that screen, and then finish making the necessary entries for your account.

  • Best way to create a speech bubble effect?

    Hi there,
    I'm currently writing a simple game using java 2D, on screen i would like to show some text surrounded by a speech bubble which will be used to show what a character is saying. I need the text to be scrollable as there might be alot of it and dont want to clog up the screen.
    Initially i wanted to create this directly on the JPanel im using but could not figure out how to add a scrollable text area directly onto a JPanel (if its even possible!).
    So i thought just use a pop up text box that would already be scrollable, but how can i get a pop up to have the appearence of a speech bubble?
    Any help or hints would be appreciated.
    Many thanks

    Oh boy, do I have the thing for you.
    A while back I built a quote class that looks like a quote in cartoon or something.
    So I'll post the quote class, along with my Draggable and Resizeable classes, which make these things a snap. In order to drag or resize, you must set the layoutmanager to null of course
    currently the quote extends JComponent and does not draw its background (so it's see-through) you can change this to JPanel to show the background, but you'll probably never want to do this.
    You are welcome to use and to modify this code, but please do not change the package or claim it as your own work.
    Quote.java
    ===========
    * Created on May 25, 2005 by @author Tom Jacobs
    package tjacobs.ui;
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.FontMetrics;
    import java.awt.Graphics;
    import java.awt.LayoutManager;
    import javax.swing.JComponent;
    import javax.swing.JPanel;
    public class Quote extends JComponent {
         String mTxt;
         public Quote() {
              super();
         public Quote(String s) {
              this();
              setText(s);
         public void setText(String txt) {
              mTxt = txt;
         public void paintComponent(Graphics g) {
              super.paintComponent(g);
              int width = getWidth();
              int height = getHeight();
              g.setColor(Color.RED);
              int wid = width / 10;
              int ht = height / 10;
              g.drawArc(wid / 2, ht / 2, wid * 9, ht * 9 , 0, -30);
              g.drawArc(wid / 2, ht / 2, wid * 9 , ht * 9, 0, 300);
              int ptx1 = (int) (width / 2 + wid * 18 / 4.0 * (Math.cos(30 * Math.PI / 180)));
              int pty1 = (int) (height / 2 + ht * 18 / 4.0 * (Math.sin(30 * Math.PI / 180)));
              int ptx2 = (int) (width / 2 + wid * 18 / 4.0 * (Math.cos(60 * Math.PI / 180)));
              int pty2 = (int) (height / 2 + ht * 18 / 4.0 * (Math.sin(60 * Math.PI / 180)));
              g.drawLine(ptx1, pty1, width, height);
              g.drawLine(ptx2, pty2, width, height);
              if (mTxt != null) {
                   int x = (int) ((width / 2) * (1 - Math.sqrt(2) / 2));
                   int y = (int) ((height / 2) + (height / 2 * Math.sqrt(2) / 2));
                   int sqwidth = (int) (width * Math.sqrt(2) / 2);
                   int sqheight = (y - height / 2) * 2;
                   System.out.println("x = " + x + " y = " + y);
                   Font f = g.getFont();
                   FontMetrics fm = g.getFontMetrics();
                   FontMetrics last = fm;
                   float pt = f.getSize();
                   while (fm.stringWidth(mTxt) < sqwidth && fm.getHeight() < sqheight) {
                        last = fm;
                        pt += 2;
                        f = f.deriveFont(pt);
                        fm = g.getFontMetrics(f);
                   int x_diff = sqwidth - fm.stringWidth(mTxt);
                   int y_diff = sqheight - fm.getHeight();
                   g.setFont(f);
                   g.drawString(mTxt, x + x_diff / 2, y - y_diff / 2 - fm.getHeight() / 5);
    WindowUtilities.java
    this contains draggable and resizeable
    ============
    package tjacobs.ui;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.File;
    import javax.swing.JFrame;
    public abstract class WindowUtilities {
         public static final int RESIZE_MARGIN_SIZE = 4;
         public static final String VISUALIZE_FILE = "locations.dat";
         private static File sVisFile;
         private static class Entry {
              Class key;
              Point size;
         static {
              sVisFile = new File(VISUALIZE_FILE);
         public static Point getBottomRightOfScreen(Component c) {
             Dimension scr_size = Toolkit.getDefaultToolkit().getScreenSize();
             Dimension c_size = c.getSize();
             return new Point(scr_size.width - c_size.width, scr_size.height - c_size.height);
         public static Window visualize(Component c) {
              return visualize(c, true);
         public static Window visualize (Component c, int width, int height) {
              return visualize(c, true, width, height);
         public static Window visualize(Component c, boolean exit, int width, int height) {
              JFrame f;
              Window w;
              if (c instanceof Window) {
                   w = (Window) c;
              else {
                   f = new JFrame();
                   f.getContentPane().add(c);
                   w = f;
              w.setSize(width, height);
              w.setLocation(100, 100);
              if (exit) {
                   w.addWindowListener(new WindowClosingActions.Exit());
              w.setVisible(true);
              return w;          
         public static Window visualize(Component c, boolean exit) {
              JFrame f;
              Window w;
              if (c instanceof Window) {
                   w = (Window) c;
              else {
                   f = new JFrame();
                   f.getContentPane().add(c);
                   w = f;
              w.pack();
              w.setLocation(100, 100);
              if (exit) {
                   w.addWindowListener(new WindowClosingActions.Exit());
              w.setVisible(true);
              return w;
         public static class Draggable extends MouseAdapter implements MouseMotionListener {
            Point mLastPoint;
            Component mDraggable;
            public Draggable(Component w) {
                w.addMouseMotionListener(this);
                w.addMouseListener(this);
                mDraggable = w;
            public void mousePressed(MouseEvent me) {
                   if (mDraggable.getCursor().equals(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR))) {
                        mLastPoint = me.getPoint();
                   else {
                        mLastPoint = null;
              private void setCursorType(Point p) {
                   Point loc = mDraggable.getLocation();
                   Dimension size = mDraggable.getSize();
                   if ((p.y + RESIZE_MARGIN_SIZE < loc.y + size.height) && (p.x + RESIZE_MARGIN_SIZE < p.x + size.width)) {
                        mDraggable.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
            public void mouseReleased(MouseEvent me) {
                mLastPoint = null;
            public void mouseMoved(MouseEvent me) {
                   setCursorType(me.getPoint());
            public void mouseDragged(MouseEvent me) {
                int x, y;
                if (mLastPoint != null) {
                    x = mDraggable.getX() + (me.getX() - (int)mLastPoint.getX());
                    y = mDraggable.getY() + (me.getY() - (int)mLastPoint.getY());
                    mDraggable.setLocation(x, y);
         public static class Resizeable extends MouseAdapter implements MouseMotionListener {
              int fix_pt_x = -1;
              int fix_pt_y = -1;
            Component mResizeable;
              Cursor mOldcursor;
              public Resizeable(Component c) {
                   mResizeable = c;
                   c.addMouseListener(this);
                   c.addMouseMotionListener(this);
              public void mouseEntered(MouseEvent me) {
                   setCursorType(me.getPoint());
              private void setCursorType(Point p) {
                   boolean n = p.y <= RESIZE_MARGIN_SIZE;
                   boolean s = p.y + RESIZE_MARGIN_SIZE >= mResizeable.getHeight();
                   boolean w = p.x <= RESIZE_MARGIN_SIZE;
                   boolean e = p.x + RESIZE_MARGIN_SIZE >= mResizeable.getWidth();
                   if (e) {
                        if (s) {
                             mResizeable.setCursor(Cursor.getPredefinedCursor(Cursor.SE_RESIZE_CURSOR));
                             return;
                        mResizeable.setCursor(Cursor.getPredefinedCursor(Cursor.E_RESIZE_CURSOR));
                        return;
                   if(s) {
                        mResizeable.setCursor(Cursor.getPredefinedCursor(Cursor.S_RESIZE_CURSOR));
                        return;
              public void mouseExited(MouseEvent me) {
                   if (mOldcursor != null)
                        ((Component)me.getSource()).setCursor(mOldcursor);
                   mOldcursor = null;
            public void mousePressed(MouseEvent me) {
                   Cursor c = mResizeable.getCursor();
                   Point loc = mResizeable.getLocation();
                   if (c.equals(Cursor.getPredefinedCursor(Cursor.SE_RESIZE_CURSOR))) {
                        fix_pt_x = loc.x;
                        fix_pt_y = loc.y;
                        return;
                   if (c.equals(Cursor.getPredefinedCursor(Cursor.E_RESIZE_CURSOR))) {
                        fix_pt_x = loc.x;
                        fix_pt_y = -1;
                        return;
                   if (c.equals(Cursor.getPredefinedCursor(Cursor.S_RESIZE_CURSOR))) {
                        fix_pt_x = -1;
                        fix_pt_y = loc.y;
                        return;
              public void mouseReleased(MouseEvent me) {
                   fix_pt_x = -1;
                   fix_pt_y = -1;
              public void mouseMoved(MouseEvent me) {
                   setCursorType(me.getPoint());
              public void mouseDragged(MouseEvent me) {
                   Point p = me.getPoint();
                   int width = fix_pt_x == -1 ? mResizeable.getWidth() : p.x;
                   int height = fix_pt_y == -1 ? mResizeable.getHeight() : p.y;
                   mResizeable.setSize(new Dimension(width > 1 ? width : 1, height > 1 ? height : 1));
    }

  • How do you create a thought bubble with a video playing inside on premiere pro CC??

    Hey,
    I was wondering if anyone knew how to make a thought bubble with video playing inside it using premiere. I'm trying to create a video for an assignment and i want it to start off with someone dreaming and have the thought bubble pop up with their dream then have it fade into that. My teacher told me i won't be able to do it so i kinda want to prove him wrong and shove it in his face . i'd looovvvveeeeee and appreciate if someone can help me!

    serenad
    If you program is Premiere Pro CC, you have posted in the wrong forum. Somehow your thread got posted in the Adobe Premiere Elements Forum.
    Please re-post your thread in the Adobe Premiere Pro Forum or wait for a moderator to see your thread here and move it from here to there.
    Premiere Pro
    Thank you.
    ATR

  • Create "Pop Up Video" graphic?

    Does anyone know how to create a "pop up" video graphics as used in the pop up video classics of days gone by? Any help would be appreciated. Thank you.

    But be prepared for the learning curve on Motion. After several years, I find it opaque and insanely frustrating compared to After Effects.
    Creating the bubble effect isn't all that difficult, there may even be several elements in the Library that will adapt easily. The hard parts, the parts that will make you animation elegant and cool, are tweaking the keyframes or behaviors so the movements are non-linear and have some Looney Tunes-like class and personality to them. That is a far more difficult thing to do.
    bogiesan

  • How to create a thought bubble with video moving inside??

    Hey,
    I was wondering if anyone knew how to make a thought bubble with video playing inside it using premiere. I'm trying to create a video for an assignment and i want it to start off with someone dreaming and have the thought bubble pop up with their dream then have it fade into the dream video. My teacher told me i won't be able to do it so i kinda want to prove him wrong and shove it in his face . i'd looovvvveeeeee and appreciate if someone can help me!

    hey, serenad22332327 !!!
    here is a thread with a step-by-step description:
    https://forums.creativecow.net/archivethread/3/202469
    now you have your answer, how about answering my question:
    what class are you taking, and at which institution?
    hahahahahahahahahahaha!!!

  • How to create pop-up text boxes?

    Hello,
    Does anyone know if it's possible to make pop-up text boxes/windows in iBook Author? For instance, I can click on a text on the layout and a window pop-up with another text, in my case, they're references/citations. If this isn't possible in iBook Author, is there work-around for this, preferably, in iBook Author itself instead of creating widgets/imagest for every instance of the references. Any help would be appreciated.
    Thanks,
    Hoa

    The glossary offers this capability. However, using it for that purpose might be a bit confusing, especially if you also have "real" glossary entries.
    I'm not aware of any other way to create a pop-up.
    Michi.

  • Create pop up menus

    I am updating my website and have the home page complete...I
    think. The other pages have not been updated yet because I am
    trying to figure out the best way to create an easy to update
    pop-up menu similar to what is currently on all the pages except
    the Home page. It is a drop down menu and every time I add a new
    category of images like "Antarctica" I have to update the menu on
    EVERY page. Here is a link to the Main Gallery and all the pages
    except the Home page has the pop-up menu which you see when you
    mouse over the word "Gallery".
    http://www.westlight.net/gallerynew.html
    I would like to create a separate html frame/page that only
    has the "Menu Bar" across the top of the page as seen on the Home
    page.
    http://www.westlight.net/index.html
    On all the other pages I would like to have the drop down menu
    appear as it current does but in a way that is MUCH easier to
    update. I thought I could insert this html frame into all the other
    pages and then I would only have to make changes to the one menu
    page. I really do not understand much about the ins and outs of web
    design.
    The new menu bar on the Home page is a series of
    images/buttons. I tried to create a pop-up menu using Dreamweaver 8
    but it does not appear. Something to do with trying to create a
    pop-up menu from an image? I hope that there is an easy way to do
    this without having to drop $80.00 on software to create menus as I
    obviously do not do this for a living. If I have to buy something
    any recommendations would be great.
    All suggestions are MUCH appreciated.

    Avoid frames, Server side includes are a good way to go.
    Determine what platform your host supports i.e. php or asp,
    and all you will need is a separate file for your menu bar,
    and a bit of code to call it on each page.
    "westlight" <[email protected]> wrote in
    message
    news:erg67l$eup$[email protected]..
    >I am updating my website and have the home page
    complete...I think. The
    >other
    > pages have not been updated yet because I am trying to
    figure out the best
    > way
    > to create an easy to update pop-up menu similar to what
    is currently on
    > all the
    > pages except the Home page. It is a drop down menu and
    every time I add a
    > new
    > category of images like "Antarctica" I have to update
    the menu on EVERY
    > page.
    > Here is a link to the Main Gallery and all the pages
    except the Home page
    > has
    > the pop-up menu which you see when you mouse over the
    word "Gallery".
    >
    http://www.westlight.net/gallerynew.html
    >
    > I would like to create a separate html frame/page that
    only has the "Menu
    > Bar"
    > across the top of the page as seen on the Home page.
    >
    http://www.westlight.net/index.html
    On all the other pages I would like
    > to
    > have the drop down menu appear as it current does but in
    a way that is
    > MUCH
    > easier to update. I thought I could insert this html
    frame into all the
    > other
    > pages and then I would only have to make changes to the
    one menu page. I
    > really
    > do not understand much about the ins and outs of web
    design.
    >
    > The new menu bar on the Home page is a series of
    images/buttons. I tried
    > to
    > create a pop-up menu using Dreamweaver 8 but it does not
    appear. Something
    > to
    > do with trying to create a pop-up menu from an image? I
    hope that there is
    > an
    > easy way to do this without having to drop $80.00 on
    software to create
    > menus
    > as I obviously do not do this for a living. If I have to
    buy something any
    > recommendations would be great.
    >
    > All suggestions are MUCH appreciated.
    >

  • Best way to create pop-up menu's

    Hi All,
    I have been having a heck of a time doing something that i
    would have assumed to be relatively simple - specifically creating
    a pup-up menu.
    My first set of approach was to dynamically create a movie
    clip on a button rollover, and within that movieclip create several
    other movie clips that i then assigned actions too. The problem was
    that since i applied a action on "rollout" on the initial movie
    clip, it became a button, and as such all of the sub
    movieclips/buttons became in active (any click was only detected on
    the parent).
    My second set of attempts have been around the MenuComponent
    (see other posts), but here too i have hit problems, initially with
    animation and depth. I solved the animation issue, but the depth
    problem remains.
    Now, i see pop-up menu's everywhere, so i assume that this is
    a relatively simple problem - so what am i missing. A google search
    showed up lots of examples of how to do using menu that are created
    in the UI (rather than purely in AS), using purchased components.
    The first case is not an option since i need to create it fully
    dynamically, the second would be an option - however i typically
    need a far greater level of visual control than off the shelf
    components provide (hence i have needed to build up my own class
    library for many common tasks).
    So after all that, i have a simple question.
    "What is the best way to create a dynamic popup menu in
    AS2?"
    Regards
    Neil

    I guess you want to make your own popup menu, if I understand
    correctly. Nothing simpler, your first attempt was in the right
    direction, you just don't assign button actions to the parent clip,
    because you won't get the child clips to work, but add another
    child at the lowest level inside the parent, that acts as a
    "background" clip/button.
    And for the rollout for the entire popup, you can add a
    transparent clip just under the popup (which is at the currently
    topmost depth) covering the entire stage, give it rollover that
    acts as your rollout, and make it not use the hand currsor, so you
    can't tell it's there.
    That's how I do it, anyways..

Maybe you are looking for

  • Dynamic selections in Report category

    I am trying to create a dynamic selection view for a report category, while doing so i am not able to add any table to table dialog that appears, when i enter PA0001 it says PA0001 is not a table. Same problem for any table i try to insert. Can anyon

  • Ios 8.3 losing clipboard information

    Since updating to ios 8.3, my clipboard data doesn't seem to stick around.  Almost like theres a timeout.  This is annoying because I use it for inserting the same bit of text quite often. Not a signature, but actually during a login for a game app..

  • How to find an existing search help?

    Hi Friends, How to find an existing search help for some certain fields? for example search help "H_TVKO" is for "Help view for Sales Organizations"[for the field VKORG], and search help "MAT1" is for "Find Material Number"[for the field MATNR]......

  • Cluster wired to UDP Write Crashed LabVIEW

    In the Windows version of LabVIEW 6.0, I am allowed to wire a cluster's output directly to the Data In of a UDP Write node. However, when it is executed, LabVIEW crashes. The Linux version 6.1 doesn't allow that connection. Is this a change between 6

  • Extract Tesselation data from 3D objects

    Hello, I am new to the Acrobat SDK. I am writing a plug-in that needs the tesselation data (the render mesh) of 3D objects so that I can process it further. Does the Acrobat SDK offer such a feature. I am studying the "ExportFromPRC" sample, but it d