Showing dynamic text on tool tip

Hi Gurus,
I have the following requirements :
In our system we have to show the Hijri dates for the corresponding Gregorian Date in Standard Oralce Self Service Forms on Mouse Over of that text as tool tip or by some other means.
Can anyone suggest solution for this.
In custom table we have stored Hirji and corresponding Gregorian dates.
I can create a view object which can query the Hijri date from the database for the Gregorian date.
Problem is how to display this Hijri date as Tool tip .
Thanks
Suresh

import oracle.apps.fnd.framework.webui.OADataBoundValueViewObject;
//Code to display Dynamic ToolTip on Column
OAAdvancedTableBean TableBean=(OAAdvancedTableBean)webBean.findChildRecursive("TableName");
TableBean.prepareForRendering(pageContext);
OAMessageStyledTextBean ItemName=(OAMessageStyledTextBean)TableBean.findChildRecursive("ItemId);
OADataBoundValueViewObject ExpTip = new OADataBoundValueViewObject(ItemName, "VoAttribute");
ExpType.setAttributeValue(oracle.cabo.ui.UIConstants.SHORT_DESC_ATTR, ExpTip);
Thanks
Babu

Similar Messages

  • How to show dynamic text in WAD-Template

    Dear BW-Community,
    We are von BW 3.5.
    can someone guide me, how to display a dynamic text (depends on the comparision between two entered variables) in a WAD-Template?
    example: if var1 = var2 then the text should be text1 otherwise text text2.
    Hope this is quite simple as it sounds.
    regards
    Jürgen

    Hi,
    I embedded my CSS code in a dynamic page. I use pl/sql to test if the user is public and print my urls for the menu accordingly. Something like:
    <oracle>
    Begin
    if portal.wwctx_api.get_user='PUBLIC' then
    htp.p('MenuPage Title');
    end if;
    End;
    </oracle>

  • Showing dynamic text in DW CS5

    In DW8, when I have a field from a recordset inserted in a table or form, I get an indicator like {rsPrpducts.prodName} and I can select it and do linking. etc. with it.
    In CS5, although the codeview shows the same code, the design view shows a graphic and linking, etc. do not work properly.
    In preferences, Invisible Elements, I have {Recordset.Field} set in both programs.
    How do I get this to display without the graphics in CS5?
    Below shows examples in both programs, and the options I have set:
    DW8
    CS5, the very same code!
    Preferences CS5
    Thanks for any help.
    K4MG, Barry

    <td height="89" colspan="5" valign="top"><p><font color="#FF0066" size="-1" face="Arial, Helvetica, sans-serif">what is the text size, colour and boldness of this piece of text.</font></p></td>
    Above code is deprecated.  CS5 will not pick up these styles in the CSS styles panel.  Legacy sites are not simple to work with.  They need to be converted to  modern standards.  You do this by stripping the HTML styles from markup  and re-writing styles to CSS.
    <p>This is a normal paragraph</p>
    Put your CSS styles between your document's <head> and </head> tags:
    <style type="text/css">
    p {
    color: #FF0066;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    </style>
    Or, create an external stylesheet to which your HTML documents are linked like this:
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to stop IE from displaying alt text as tool tip when mouse over image.

    I have random images being [B]echo[/B] by a PHP script on a page.
    [CODE]<img src="<?php echo $randomImage; ?>" alt="This is alt text" />[/CODE]
    The problem is every time you scroll over the image, IE spits out the alt text.
    I understand the alt text are meant for accessibility.
    So how can I stop this IE behavior with out compromising accessibilty?
    Thanks everyone.
    Patrick

    E. Michael Brandt wrote:
    Screen readers whould still read the alt attribute despite the presence of a title attribute.  In fact most apparently do not read the Title on an image:
    http://www.paciellogroup.com/resources/articles/WE05/forms.html
    As always some Screen Reader users can reconfigure the software:
    http://www.isolani.co.uk/blog/access/ConfiguringLinksInScreenReaders
    So in general I think you are safe doing this, but perhaps others can weigh in here.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia
    Thanks very much,
    I saw several scripts where Javascript were used.
    But your solution is very simple and it works perfectly in IE7, don't know if it works in IE 8.
    Thanks again,
    Patrick

  • How to get tool tip for ALV Contents.

    Hi,
    I have a ALV list with some data and Icons.
    When my mouse is on Icon,
    it should display a info text or tool tip,
    Any body help me?
    Best Regards
    Vinay.

    Hi Vinay
    Happy that you have solved your problem.
    I do not know which post has solved your problem. But you can give points to the posters by clicking the yellow star next to the post header to thank them. This is a part of SDN Contributor Recognition Program.
    You can give;
    many '2' points (Helpful answer)
    two '6' points (Very helpful answer)
    and one '10' points (Problem solved)
    For more information:
    https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm
    *--Serdar

  • Flexdoc tool tip

    Hi,
    I can't see the the java-doc like comments appearing in tool
    tip when I place the cursor over a declared or core type, like
    ArrayCollection. The problem is same in Flex Builder professional 3
    or eclipse plugin.
    Do I need third party plugin for this or just need to
    configure it?
    -Thanks,
    Madhav

    Hi Shambvi
    You should give the text for tool tip  in text element like
    <b>int_fielcat-tooltip = text-011</b> ,
    If u hard code the value, it ll not change.
    regards
    karthik
    *******rewards points if useful

  • Dynamic Tool tip text/Quick Info

    Is it possible to have dynamic tool tip text when you hover over an icon on a report?  I know you can change the function key text but these icons are present on the report itself.
    Any ideas?!

    Check if you have the QUICKINFO option for the WRITE statement for your release.

  • Can thumbnails show tool tip/alt text in slideshow?

    I would like the thumbnails in the slideshow to show the tool tip text or alt text on hover/rollver. Possible?
    I have populated the image properties (tooltip and alt text) but they do not appear. It does work if you populate hero images but would be more useful in thumbnails as a selection method if you could see what you were selecting.

    Hi,
    Check this Demo <b>BCALV_DEMO_TOOLTIP</b>
    This is Available in ECC 5.0 version
    Regards
    vijay

  • Dynamic Tool TIP in Table Control

    Dear Friends,
    Thanks in Advance.
    How to implement Dynamic Tool TIP in the Table Control for Particularly One Columnn.
    i.e rows in that Column.
    Note : Column contains Currency Type Data
    For that column, i am calculating the Quantity Multiplied with the Exchange Rate.
    That Calculation should be visible in the Tool TIP.
    Regards:
    Sridhar.J

    Hi
    Take Text Element Radio button there  and give any number and activate.
    If the Visible lenght of the Table Control Field is less than actual length of the Content, it automatically displays the Tool Tip.
    I just did it.
    Hope this serves your purpose.
    Get it fram Sam
    "  Hey Sreedhar, Let us know how can we do it , it will be helpful.
    Cheers
    Ram
    Edited by: Ramchander Krishnamraju on Jan 2, 2010 4:06 AM

  • How to show Tool Tip to the XGlobe Component

    Hi Expert,
    I am new to the Xcelsius.I have an requirement and need your valuable inputs.
    I am using the XGlobe component, in which i have used alerter on it, by using the pins. I have 200 countries to show on the globe. It is not possible for anyone to remember all those countries from the Globe component and click on that country and get the required value. I am using QAAWS to develop this dashboard
    So to make it easy i need to show the tool tip on the pins of the Globe so that i can easily know the country name.
    Please help me out on this.
    waiting for your inputs.
    Thanks in dvance,
    Sandeep

    Hi Charles,
    Thanks for your reply, I have already used the text box to catch the values from the Globe.
    But as there are too many countries (around 200) and everyone is not able to understand the geographical location of the country on the globe, so every time the user needs to click on the pins to get the desired country.
    Is there any add ons or an external component which i can use with Globe or anyother way to show the Tool Tip.
    Regards,
    Sandeep

  • How can i get tool tips to show on slideshow thumbnails?

    How can i get tool tips to show on slideshow thumbnails? I used the widget "blank" composition for a slideshow then i placed the tooltips widget composition over them and made them transparent, but that prevents a user from clicking on the thumbnails... Any ideas?

    I also want to note, i tried putting in tool tips as well as alt. text but only the first thumbnail is included in the HTML...I went through the code and it all my text is missing. I have to manually edit the html in edge reflow or dreamweaver. Muse should fix this - and i know "this is in the wrong section" and not in bugs and new ideas but it relates to my first post...

  • Type Tool tips-Navigating through & editing text

    Type Tool Tips for Photoshop
    Most folks understand how to create text in Photoshop. You select the Type Tool from the Toolbox, or you tap the "T" key on your keyboard. Then, in the Character Palette you set the attributes for font, color, size, etc. A simple click in your document window will mark the spot where you may begin typing unbounded "point" text. Or, you click and drag in your document window to create a paragraph text box. Type out your text, then tap your "Enter" key to commit the text to its new layer.
    It's pretty straightforward, and Photoshop offers a decent set of tools to adjust how your text looks. One hitch that long-timers will tell you about, though: It's generally accepted that Photoshop isn't the best application to be using if you have to have to create a lot of text because it doesn't have all of the adjustment functions necessary to produce large amounts of professional-quality text. Well, the real world being what it is, sometimes, and for some users, Photoshop is the only application they have to work with; might as well make the best of it, right?
    So, once you have text entered onto a layer in your document, how do you then reselect it either all of it or just a portion and navigate through it easily? What follows will answer some of those questions.
    Note: The keyboard shortcuts that follow assume you are using a Mac. If you're using Windows, substitute the CTRL key for "Command."
    Double-Click on the boxed 'T' thumbnail on the desired Text Layer in the Layers Palette. This will select and highlight all of the text on that layer.
    Then, if you want, you can use some keyboard shortcuts to move the "Blinking Bar" Type Tool cursor through the text.
    Assuming that your text is enclosed in a click-and-dragged out paragraph text box...
    When all text is highlighted:
    "Home" key will move cursor to the beginning of first line of text.
    "End" key will move cursor to the end of last line of text.
    When text is NOT highlighted, but cursor is flashing within the text:
    "Home" key moves cursor to the beginning of the line it's in.
    "End" key moves cursor to the end of the line it's in.
    Command + "Home" moves cursor to beginning of first line of text.
    Command + "End" moves cursor to end of the last line of text.
    Shift + "Home" selects text from cursor position to the beginning of the line it's in.
    Shift + "End" selects text from cursor position to the end of the line it's in.
    Shift + Command + "Home" selects text from cursor position to the beginning of the first line of text.
    Shift + Command + "End" selects text from cursor position to the end of the last line of text.
    Arrow keys can also be used to select text in various ways.
    When your cursor is flashing within the text:
    Shift + Right Arrow cumulatively selects text one character or space at a time, from cursor position, progressing toward the end of the text.
    Shift + Left Arrow cumulatively selects text one character or space at a time, from cursor position, progressing toward the beginning of the text.
    ⇒ Add the Command key to select whole words at a time, in either direction.
    Shift + Up Arrow selects text from cursor position back to the next line above the cursor.
    Shift + Down arrow selects text from cursor position forward to the next line below the cursor position.⇒ Add the Command key to select text starting from the cursor position, and accumulating either back to the beginning of the first line, or forward to the end of the last line.
    That covers most of what (or more than) you need to know to navigate through and highlight text. There are some other key combos, and now that you have an idea of what to do, I'll let you experiment and discover them on your own
    Type Tool Visual Indicators
    Keep a close eye on your Type Tool cursor as you move it near to and away from a hunk of text in your document window; it will change form to indicate different functions.
    When you see it as a plain old "I-Bar" cursor, like so:   ...that means that it's ready to select a position within that text, or to select a hunk of that text.
    When you see a "boxed I-Bar" cursor, like so:    ...that means your cursor is outside of the selectable area for the current text, and is ready for you to click (to start right in typing some unbounded point text) or click-n-drag (to create a paragraph text box). This will, of course, create a new text layer.
    How can you get a visual indicator of where that selectable area for current text begins and ends without blindly moving your Type Tool cursor around the text? Double-Click on the "Boxed-T" thumbnail in the Layers Palette. The text for that layer will become highlighted in your document window. See the black area that surrounds the text? That shows you the actual space occupied by the characters. If your Type Tool cursor is inside this highlighted area, it will display the plain "I-Bar" cursor. If it's outside of that area, it will display the "Boxed I-Bar" cursor.
    Want to FORCE Photoshop to create a new Type Layer, even though you're seeing the plain I-Bar cursor? Hold the SHIFT key, then either click, or click-n-drag out a paragraph text box.
    Info assembled & provided by phosphor.digital.network

    Myriad Pro OTF v 2.102, Regular
    Mac OS X 10.8.2
    8 GB RAM - 2.8 GHz
    Illustrator CS6 16.0.3
    No extra plug-ins beyond the initial install
    Double-clicking with the Arrow cursor will select existing type.
    The Type Tool jumps to a different location when creating a new block, like I have snap-to-grid turned on.
    Cursor is different than previous versions. After setting preferences to "Type Object Selection by Path Only" the cursor is behaving more like I expect it to. But… it still is working oddly. New doc, created a new type object, clicked arrow cursor to deselect it, then tried selecting it with the Type Tool. Creates a NEW path.
    Cursor looked like "Area Type Tool" in doc 1, but does not behave that way.
    Until I straighten this out, I'll stand by my original statement. It's unuseable.

  • Trying to make tool tip text visible longer

    Having no luck finding a way to keep tool tip text visible for longer period of time. Keeping it visible for as long as the mouse is over the component would be ideal but any increase would be helpful.
    Is there a way to set the time the tip is displayed?

    Hi,
    Try the following code:
    ToolTipManager.sharedInstance().setDismissDelay(100000);
    That should keep your ToolTip showing for a long time. Change the value if you want it longer.
    Adrian

  • Tool-Tip Text for button

    Hello,
    I have a button which I have statically associated with a tool-tip text.
    I did this by setting the TooltipText to a text element.
    However, when I run my program, the tool-tip does not appear
    for the button. This button does not have any text it it, only an ICON.
    Therefore, I need a tool-tip to inform the user about the functionality
    of the button.
    Can anyone please tell me how the display the tool-tip?
    Best regards,
    Divyaman Singh Rawat

    HI,
            Go to screen layout and double click on the button for which you are setting the toop tip text. Then Attributes window will open. In that window, Just below the 'Icon name' field, there is 'Tooltip' field. You give the tool tip text there.
    Also Dont forget to save the layout. After saving come to flow logic and activate the program and run. Then it definetely shows the tool tip when you place the mouse pointer on the button.
    Cheers
    Murali Krishna T

  • Tool Tip Text for field values in ALV report

    Hi,
    How to get the tool tip text for the field values in ALV report.
    Thanks & Regards,
    Pallavi.

    Hi,
    In fieldcatalog specify the TOOLTIP.
    <b>
    LVC_S_FCAT-TOOLTIP
    </b>
    In this speicfyteh tooltip you want.
    Then append this to the fieldcatalog.
    Hope this solves ur problem.

Maybe you are looking for