About  Woodstock Component :Bubble Help

Hi,
I recently came across the new Woodstock component : Bubble help.
I have used it in the Onclick event of an image hyperlink which is in a table Column.
Now if i select the image hyperlink in first row of the table, the bubble appears half and the other half is hidden inside the table header.
Can anyone suggest me how to fix the bubble to the center of the page or how to make it visible completely.
thanks
Madhu

I am giving a sample program.
Hope this will help you in solving your problem.
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class MaximumLengthApplet extends Applet implements TextListener,KeyListener
TextArea text=new TextArea();
int maxLength=10;
int temp=0;
public void init()
     add(text);
     text.addTextListener(this);
     text.addKeyListener(this);
public void paint(Graphics g)
public void textValueChanged(TextEvent event)
     temp=text.getText().length();     
public void keyTyped(KeyEvent e)
     System.out.println(e.getKeyChar());
     if(temp>=maxLength)
               e.consume();
public void keyPressed(KeyEvent e)
public void keyReleased(KeyEvent e)
}

Similar Messages

  • NetBeans 6.1----Woodstock component : Bubble Help

    Hi All,
    I recently came across the new Woodstock component : Bubble help.
    I have used it in the Onclick event of an image hyperlink which is in a table Column.
    Now if i select the image hyperlink in first row of the table, the bubble appears half and the other half is hidden inside the table header.
    Can anyone suggest me how to fix the bubble to the center of the page or how to make it visible completely even if we scroll to last row of the table.
    thanks
    Madhu
    Edited by: MadhuSudhir on Nov 26, 2008 6:05 AM

    Your question is not specific to JSF, but to Netbeans/Woodstock. In the years I walk around here, I haven't seen a drag'n'dropper around who has above average knowledge of the tools used. Try a forum/mailinglist devoted to the tool in question.

  • Best way to create 'bubble help?'

    Hi All -
    Does anyone have a suggestion for the easiest way to create what is similar to 'bubble-help' that appears when the user clicks (or rolls-over - doesn't really matter) on a term looking for more information?  The task is to create a video that has additional information available that a user can choose to read or not, depending on level of need/interest.  Both the main path and the additional information would contain text, graphics, and voiceover.
    I have tried:
    1) rollover slidelets - can't get them to behave correctly (won't display for proper amount of time, multiple audios playing at the same time, etc)
    2) inserting a button over a "more info" icon that would take them to a slide at the end, which would return to where it came from; problem here is that (I think) the button is causing the project to halt until clicked, which is missing the point.
    3) click box - didn't do much investigating here, but it just didn't look light what I want.
    If you can suggest a way to fix one of the problems above, that's great.  If it's something I haven't considered, that's great too.
    I'm running Captivate 4, in case that matters.  Any and all suggestions appreciated...before I rip all my hair out, if possible...
    Thanks
    Paul Minecci
    Training Analyst
    GSK

    Rick - thanks for the quick reply.  Thanks also for the confirmation that a rollover slidelet is the way to go.  I thought it was, but as I said, I'm having trouble making them work correctly.  A bit more about what I'm trying to do:
    I'm making a module on searching in a particular application.  So for the first slide, I discuss using the search box, the ability to use natural language, and also that it supports Boolean logic.  I'm trying to give the user the option to get more information about Boolean logic if s/he likes, but not force it on them.  My preference is for the additional information to 'build' and display graphics as needed (the good ol' Venn diagrams!) to support the concepts and examples.  I've set the slidelet up with the timings I want, and added a voiceover.  So far, not too complicated, right?
    What's happening is that when I rollover the specified area, the slidelet comes up as it should, but the objects on the slide all appear too quickly (quicker than the specified times) and the voiceover never catches up before the time on the slidelet ends and it moves on.  I've checked in this forum and got the idea to play with some of the options, which I did, but no joy.  One of the settings I changed was to set it to "stick slidelet" - no help.  So instead of trying to recall and reset all the settings I changed, maybe the best question is "what should the settings be to properly display the slidelet?"  I could live with the solution being that the user has to click on something to see the additional info, as opposed to rolling over - matters not.  I just want it to display the way I set it.
    Hope this helps to clarify.  Looking forward to any ideas you have.
    Thanks,
    Paul

  • I installed Mountain Lion and now some times when I start my mac it look with a black screen and white text. I'm really worry about it, can somebody help me?

    I installed Mountain Lion in my IMac and now, some times, when I start up my mac it looks with a black screen and white text. I'm really worry about it, can somebody help me?

    Don't worry, this is probably just Verbose Mode. It's perfectly harmless.  If you're not specifically invoking it, than it's probably down to an unwanted setting in NVRAM.  See this article on resetting NVRAM if it continues to bother you.

  • HT201355 His there I want to change my iTunes password because I forgot it how do I go about this?? HELP!!

    His there I want to change my iTunes password because I forgot it how do I go about this?? HELP!!

    Reset your Apple ID password
    https://support.apple.com/en-us/HT201487

  • I can't open ibooks. There was a screen pop up about java se. Help please.

    I can't open ibooks. There was a screen pop up about java se. Help please.

    Hi there ajsupprt,
    It sounds like you may need to update the version of Java installed on your computer. Take a look at the article below for more information.
    Java updates available for OS X on August 28, 2013
    http://support.apple.com/kb/ht5648
    -Griff W.

  • Bubble help on Adobe Interactive Form?

    Hello
    I am developing a Adobe INTERACTIVE form, and am looking to get bubble help on inputs field, ps. let me know how can i do it with a best practice
    Thank you

    You can achieve this by creating a Input Field on the form, you can control the visibility of this input field on the mouseEnter and mouseExit events of the field where you want to provide the help.
    Second option is ToolTip. Select the field on which you want to give Bubble help. Go to Accessibility pallette and there in Tooltip section write the text you want to display.
    Hope this helps,
    Amit Rai

  • I DRAW A GRAPH IN 2D AND I HAVE A PROBLEME WITH THE BUBBLE HELP(ToolTipText

    dear friend,
    i wrote a java applet that draws a graph in 2D. i want to have coordinates (x,y) on an bubble help while displacing the mouse on the graph.
    if someone have an idea, thank you to rather communicate it to me as soon as possible.
    thanks.

    I don't think you can use a tooltip in this case.
    You need to add a MouseMotionListener, then follow the mousemove and build you own TollTip.
    Noah

  • A question about lightweight component.

    I read a definition about lightweight component of swing:
    A lightweight component is one that "borrows" the screen resource of an ancestor (which means it has no native resource of its own -- so it's "lighter").
    I don't understand what the specific resource a lightweight component borrows from its ancestor?

    I don't understand what the specific resource a lightweight component borrows from its ancestor? Its not important that you do understand this to program using Swing.
    If you have a programming problem where this is causing a problem then post a question.
    There are several tutorials on this site as well as techinical articles. Search the site and do your own research if this if vital for you to know.

  • This morning I was able to access iTunes Store on my computer and iPod 5G - and now I cant access the store at all - something about my network connections - help? ive restarted rebooted

    This morning I was able to access iTunes Store on my computer and iPod 5G - and now I cant access the store at all - something about my network connections - help? ive restarted rebooted

    Thank you so much for replying. But resetting my apple I'd Password seems to have done the trick. I am able to download apps :). Got me worried I even uninstalled kaspersky 2012 :( got to reinstall back

  • Trying to update iTunes and i get an error message saying something about "invalid signature". Help?

    Trying to update iTunes and i get an error message saying something about "invalid signature". Help?

    " The feature you are trying to use is on a network resource that is unavailable. I tried to uninstall iTunes, and it would not uninstall. It gave me the following message " The path C:\documents and settings\network service\local settings\application data\apple\apple software update\iTunes.msi cannot be found.
    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Hi, Please tell me how can I send the Music Videos to the I Pod From the Computer, I'm so upset about this problem, Please help me ASAP.

    Hi, Please tell me how can I send the Music Videos to the I Pod From the Computer, I'm so upset about this problem, Please help me ASAP.

    Here:
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    or
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad

  • HT5622 Hey Hi ! I brought iPhone 5 in Kuwait and now I'm in India now.I noticed my FaceTime option is missing. No option no settings and no data related to FaceTime . I'm very much worried about it. Need help as soon as possible.

    Hey Hi ! I brought iPhone 5 in Kuwait and now I'm in India now.I noticed my FaceTime option is missing. No option no settings and no data related to FaceTime . I'm very much worried about it. Need help as soon as possible.

    Someone could have stolen it in Kuwait...happens all the time .
    Seriously...FaceTime is banned there...there is no way to add it back to your phone...if you wanted FaceTime, you should not have purchased your phone there.
    BTW: You don't have any warranty or support for this phone in India.
    You live & you learn

  • Bubble help on desktop screen

    just got the w520. looks nice so far except, on the screen, lower right area of the screen there is an out line of something that has a shape of a bubble help.   Kind of looks like:
                                                 |
       -------------------------   ----+
                                         V
    it shows up in any resolution higher than 1600x900. It is visible regardless if I put a window over it or not
    Any ideas before I ship this baby back?
    Solved!
    Go to Solution.

    just some further info. The bubble help image seems to be burned on the screen. It's just the outline, with its shadow.
    Weirdest thing. Since it is a new machine, tech support didn't seem to want to deal with it, sent me over to sales to get a replacement. Hope the next one is not worse.

  • Bubble help

    My end users want to have mouse over bubble help on certain fields on a report (explaining the calculations) and charts. I found what I'm looking for on http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm but I don't know where to place the code.
    I tried placing the header and body code in the edit attributes of the page (2.0) but the page came back blank. Did the same when I put it in the template.
    Thanks!
    Amy

    Amy,
    http://htmldb.oracle.com/pls/otn/f?p=33573:1
    Put the Style Sheet <script> tag in the Header Text of the Page, the region can be found by clicking the "edit attributes" button in the Page Definition View in the builder.
    In the same page in the "Body header region" put the javascipt code.
    Under label templates i modified the Optional Label from
    <label for="#CURRENT_ITEM_NAME#" tabindex="999"><span class="t10OptionalLabel" >
    to
    <label for="#CURRENT_ITEM_NAME#" tabindex="999"><span class="t10OptionalLabel" onMouseover="ddrivetip(' Help Text for item #CURRENT_ITEM_NAME# ','yellow', 300)"; onMouseout="hideddrivetip()"; >
    Vivek

Maybe you are looking for

  • Itunes will not restore my iphone 6 plus

    Ok so let me start from the beginning. I purchased new iphone 6 plus in Nov and received it on Dec 12th, 2014. Three days after I took out of the package its been a problem ever since then. First issue was my phone froze on the lockscreen, I held the

  • Multiple files in different directory using single FILE adaptor

    Hi Guys, How can we handle multiple files having different format(PDF,TXT,EXCEL) and in different directory with the single FILE adaptor. I know by using "." we ca get mutilple files, but here tthe files are of different format and in different direc

  • Hidden MP3 files on memory card

    Up until last week I was able to merrily sync my songs onto my Storm's memory card using Windows Media Player, then all of a sudden all the songs on the memory card disappeared from the Storm's media player and I could only see the songs on the phone

  • Can't Tether / Start Mobile Internet

    I have my Tour 9630 (Sprint) connected to my Windows 7 computer and I start BlackBerry Desktop Manager.  I click on Tools>Start Mobile Internet... and I receive the following error message: Failed to start Mobile Internet The remote computer did not

  • Video Camera that is FCE friendly?

    I have a JVC Everio GZ-MG37U. It records using .mod files. Can anyone recommend a video camera that works well within iMovie and exports to Final Cut Express well? Currently mine will import to iMovie just fine, but when exported to FCE all the pictu