Dropdown list tooltip changing when scrolling over values in the list

Hi,
  I have a dropdown list where the tooltip is bound to a context attribute.
  Once I select a value in the dropdown list the tooltip changes with it.
  What I would like to have is that when I scroll through the dropdown list (go over the values of the dropdown list) tooltip changes.
  How can I trigger an event on 'go over the value in dropdown list' ?
  Thanks in advance! 
Kind regards,
Amel Alic

Hi Amel Alic ,
    Yes It is possible to due that for that you have to do following things
1) Please connect tooltip to some element of context of Type string
2) Now On select of particular value populate that text in element of node.
Just take case you made some node called 'Ttip'  and make element as temptemp.
now on select you will populate appropiate content based on condition of value
Hope sample code I have made will surely help you.
  DATA:
    lt_attributes TYPE STANDARD TABLE OF  if_request_ior=>element_Ttip,
    wa_attributes LIKE LINE OF lt_attributes.
if (condition1 of value1 choosed)
  wa_attributes-temptext = 'You have choosed value 1'
  INSERT wa_attributes INTO TABLE lt_attributes.
endif.
if (condition2 of value2 choosed)
  wa_attributes-temptext = 'You have choosed value 2'
  INSERT wa_attributes INTO TABLE lt_attributes.
endif.
*endif.
Node->Bind_Table(
    New_Items =  lt_attributes
    Set_Initial_Elements = Abap_True ).
If solution works give points.
Cheers !!!
Parag

Similar Messages

  • I updated to FF4 and every time i scroll over anything on the page it gets blacked out where I can't see it. Can this be fixed

    I had firefox 3.6 and it was the best browser ever so I updated to ff4 and I like the concept but it is not useable. When scrolling over anything on the page. I get blackouts where I cant see what I have highlighted to click on. I have an alienware theme for my windows 64 bit system could this be affecting the program. some one help I have to use the old fire fox which aint bad but the new one looks better

    Check the Application folder.
    If it is not there, contact YNAB Finance for a OS X Yosemite compatible version of the application.
    Best.

  • How to change the initial value of the list.

    Hi,
    I have to change the initial value of the list.In the 'When-new-block instance' trigger, i wrote the following:
    set_item_property(list_id,initial_value,
    '2000');
    But when I run the form, it says this property is not recognised.
    I need to change the initial value.
    Please help me out.
    Thanks
    Viji.

    Do you mean the default value ?
    Set_item_property('list_item_name', default_value,2000);

  • I recently got a an iPod 5 generation as a gift and while I was in my settings I turned on the voice over  to check the percentage of my battery, so I turned it off and now I can't unlock it. Even when scrolled my fingers on the screen and typed the pa

    I recently got a an iPod 5 generation as a gift    and while I was in my settings I turned on the voice over  to check the percentage of my battery, so I turned it off and now I can't unlock it. Even when scrolled my fingers on the screen and typed the password but it would unlock, please can some one help me with this

    You have the accessibility VoiceOver feature turned on.
    Triple click the home button and try going to Settings>General>Accessibility and turn VoiceOver off. You may have to use three fingers to scroll the screen to get there. If problems see the following for how to turn off via iTunes:
      iPhone: Configuring accessibility features (including VoiceOver and Zoom)

  • How do I change the color of the highlight when hovering over answers in the quiz?

    Hi
    I am trying to change the color of the highlight when hovering over answers in the quiz.  My companies standard font color is grey and so is the highlight when i hover answers.
    Is it possible to change this?
    Thanks
    Charlene

    No, it is (still) not possible to change that hover color, not even in CP8.0.1. I recommend to enter a feature request: Adobe - Feature Request/Bug Report Form

  • Highlighting button and text when scrolled over

    Hello,
    I have a menu that I wouldlike the four buttons to be highlighted when scrolled over wiht the navigator. I a way that only one shall be highlighted then you press down and the next will become highlighted, leaving the other one with no highlight. Any help?

    In this case you would need to use a highlight layer created in an image app like Photoshop. The background image for the menu would not contain any text, just a shape (or whatever) to indicate to the viewer there is a button there. The overlay would then contain the text to appear within the button area.
    You would create this in gray scale, and use the colour mapping tools within DVDSP to allocate the desired colours for the selected and activated states.
    In this way, only the background area will show when the button is not selected (i.e. is in the 'normal' state), but clicking on (or mousing over) the buttons will reveal the text in the highlight layer.

  • Table fields cleared when selecting a value in the inputListOfValues

    i have a page with a tabel,
    in this table i've made an inputListOfValues field which calls an LOV with countries,
    when i select in in the list and click on 'Ok' i return to the page.
    When i returned on the page, all fields are cleared from previous input, so how can i prevent this problem?
    thanx

    hi brenden,
    this is my column in which i have a
    <af:column sortProperty="Country" sortable="true"
    headerText="#{bindings.ForeignGrower.hints.Country.label}">
    <af:inputListOfValues id="Country"
    readOnly="#{!row.bindings.Id.updateable}"
    popupTitle="Zoek: #{bindings.ForeignGrower.hints.Country.label}"
    value="#{row.bindings.Country.inputValue}"
    model="#{row.bindings.Country.listOfValuesModel}"
    required="#{bindings.ForeignGrower.hints.Country.mandatory}"
    columns="#{bindings.ForeignGrower.hints.Country.displayWidth}"
    shortDesc="#{bindings.ForeignGrower.hints.Country.tooltip}">
    <f:validator binding="#{row.bindings.Country.validator}"/>
    </af:inputListOfValues>
    </af:column>
    to my opninion, it look's good, it has a binding with the modelcomponent ForeignGrower,
    so i have no clue whatsoever

  • When its over 100% do the following actions

    Hello,
    We have a following script.
    Purpose of this script is to received email notifications when FS /opt is over 90%.
    PCT_USED=$(df -k /opt | tail -1 | awk '{print $4}' | sed 's/%//')
    echo "Info:PCT_USED:[$PCT_USED]"
    MY_THRESHOLD=90
    if [ $PCT_USED -gt $MY_THRESHOLD ]; then
    mail -s "/opt is Over 90% in TestNode 1" [email protected] < /home/oracle/FSwatch.log
    mail -s "New Changes to the FS in Test Node 1" [email protected] < /home/oracle/NewFile.log
    mail -s "Here are the Large files over 100MB from Test Node1" [email protected]
    < /home/oracle/LargeFile.log
    echo "Info:Sending Mail"
    else
    echo "Info: Usage [$PCT_USED] not greater than [$MY_THRESHOLD]"
    fi
    We get values from the cron job as below:
    30 6,14,22 * * * ( date ; df -h / /opt /tmp /dev /bkup /var /usr /opt/oracle/clearcase_release /var/vobstore /wcmsrch) >> /home/Oracle/FSwatch.log 2>&1
    45 6,14,22 * * * ( date ; find /opt -mtime -1 -ls ) >> /home/Oracle/NewFile.log 2>&1
    50 6,14,22 * * * ( date ; find /opt -size +100000k ) >> /home/Oracle/LargeFile.log 2>&1
    00 7,15,23 * * * /home/Oracle/callover90
    Now I would like to add logic when its over 100% do the following actions.
    1) send message to the users to contact system administrator
    2) remove /opt/oracle/headdump/javacore (remove all javacore files)
    How to add this logic?
    D

    I have added following logic in our existing program to find FS size, new files, size over certain numbers:
    mail -s "Action1:Please remove javacore files" [email protected]< /home/oracle/action1
    mail -s "Action 2:Please contact System Administrator" [email protected]< /home/oracle/action2
    # more action1
    Please remove javacore files from /opt/oracle/AppServer/profiles/AppSrv01
    #Here is the command to remove all javacore files from the System, cd to above p
    ath and run the command as
    # rm javacore*
    #more action2
    Please contact System Administrator for further assistance
    Do u have any better thought?
    D

  • How to get multiple values from the list

    I've a list of an item which I queried it from the database. I also created a button that will takes a selected items from the list when it was clicked. I used javabean to get the data from database.
    <%     // clicked on Select District Button
    Vector vselectedDistrict = new Vector();
    Vector vdistrictID = new Vector();
    String tmpSelectDistrict = "";
    tmpSelectDistrict = request.getParameter("bSelectDistrict");
    if(tmpSelectDistrict != null)
         // get multiple values from the list
         String[] selectedDistrict = request.getParameterValues("usrTDistrict");
         vselectedDistrict.clear();
         vdistrictID.clear();
         if((selectedDistrict != null) && (selectedDistrict.length != 0))
                             for(int i=0;i<selectedDistrict.length;i++)
                   vselectedDistrict.addElement(selectedDistrict);           
              vdistrictID = dbaseInfo.getcurrentDistrictID(nstate,vselectedDistrict);
              for(int i=0;i<vdistrictID.size();i++)
                   out.println("district = " + selectedDistrict[i]);                         out.println("district ID= " + vdistrictID.get(i).toString());
    %>
    // get vdistrict from the database here......
    <select name="usrTDistrict" size="5" multiple>
    <%     for(int i = 0; i< vdistrict.size(); i++)
    %>
         <option value="<%=vdistrict.get(i).toString()%>"><%=vdistrict.get(i).toString()%></option>
    <%
    %>          
    </select>
    <input type="submit" name="bSelectDistrict" value="Select District">
    Lets say the item that i selected from the list is 'Xplace' and I clicked on the Select District button,
    what I got is this error message:
    org.apache.jasper.JasperException: Unable to convert string 'Xplace' to class java.util.Vector for attribute usrTDistrict: java.lang.IllegalArgumentException: Property Editor not registered with the PropertyEditorManager
    So where is going wrong and what the message means?. Any help very much appreciated. Thanks

    These are just guesses that might hopefully steer you in directions you haven't looked in yet.
    I presume you used triangle brackets (< >) to avoid having the Jive Forum think it was the "italics" tag?
    Are you certain this: dbaseInfo.getcurrentDistrictID(nstate,vselectedDistrict);
    expects a Vector as its second parameter? And returns a Vector?
    I don't believe you've shown how you use the javabean, or its code? Perhaps it should be rewritten to accept an array of strings instead of a Vector?

  • Is it possible to pass  a value from the list to another page..

    Hi everyone,
    I created a (list region) on a page and there is a FORM on the same page.I am trying to pass a value from that page to another page when the user selects one of the list entries.I tried with SET THESE ITEM.. WITH THESE VALUES in the list entries like
    SET THESE ITEMS--P13_TESTING_ID
    WITH THESE VALUES --&P10_ID.
    but its not working for me.I want to pass that value only when the user hits that list entry.Is it possible to do.
    Thanku
    phani

    Assuming P10_ID is an item on the FORM, I think , the form would have to be posted (submitted) for the item's vaue to be available in session state.

  • "An error occurred while attempting to retrieve the KPI value from the list"

    Hi all.
    when I used KPI, this error occured:
    An error occurred while attempting to retrieve the KPI value from the list
    what happened?
    any suggestion.
    thanks.

    Hello,
    Unfortunatly, I don't have the option to re-create my SP list.  I have created my KPI list in the same site as the targeted list.  I have made all items available in the list view, I've tried several different list views, I still get the
    An error occurred while attempting to retrieve the KPI value from the list.
    message. 
    I am at a loss here, I've search the internet high a low and haven't found any helpful info. 
    In MOSS 2007 I've created a list with about 24 columns.  I need a KPI based on one of the columns.  I've tried to creat a view with that one column, I've tried to creat a view with all columns
    and make it the defualt column...  I don't know what else to try here.
    Any help would be very appriciated!
    Cheers,
    ~Bryan

  • No pdf documents are listed to open when I try to use the XI Pro, it only shows folders

    No pdf documents are listed to open when I try to use the XI Pro, it only shows folders

    not sure what that means, I downloaded the program and when I try to open any file it only shows me folders

  • Displaying dynamic values in the list

    hi
    I have a list of usernames in the table and I want to display it on the list (not selection list)...when I click any usernames, the corresponding user details are to be displayed on the items..can anyone say how to display the usernames in the list by using the query? Is it possible to display the dynamic items(fetching from table) in the list? please help me...
    regards
    fazila

    Babu,
    This has been discussed in many old threads, try to find them. Also u can refer to article "Dependent Dynamic message choicelists ", at my blog
    http://www.mukx.blogspot.com/
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • After selecting the value from the list box, want to disable checkbox

    hi guru,
    After selecting the value from the list box, want to disable checkbox and custom control textbox(container) in module pool.
    so please help me on this.
    thanx,
    man

    in PBO,
    loop at screen.
      if screen-name = your textbox's name.
        screen-input = 0.
        modify screen.
      endif.
    endloop.

  • TS4000 my reminders on my 4S are invisible. they still appear on my icloud and the reminders pop up when they're due but the list itself is blank. HELP!

    my reminders on my 4S are invisible. they still appear on my icloud and the reminders pop up when they're due but the list itself is blank. HELP!

    Try force-closing the Reminders app and reset your phone: double-tap the home button, locate Reminders, swipe up on the image above the app icon to close it, tap the home button again.  Then hold the power and home buttons at the same time until you see the Apple logo, then release and wait for it to restart.  Then check your reminders again.

Maybe you are looking for

  • Problem with dreamweaver and Flash

    Hi, maybe someone can help me, i have any problem with dreamweaver and flash, i have a page and i have a menu and sub-menu, and the same page i have a category en flash 550 x 700 ( photography and more... ) but when the menu to unfold the menu to see

  • HT1338 I have a new mac mini and cannot download mountain lion from apps store gives error

    I have a new 3rd gen i5 intel mini mac and it wont' download ML from app store  it gives the error We could not complete your purchase. OS X Mountain Lion is not compatible with this computer. I want to reinstall it for its running to slow and add on

  • In the DSP, get/set the data of SCXI1162 through Multifunction E series board

    I am integrating DSP board(cPCI) with your scxi1162, pxi-1052, pxi-6040e. For the configuration of scxi-1162, the sbc will do that and DSP read the data through pxi-6040e. Can I do this ? Because you made the driver for pxi-6040e with scxi-1162 and I

  • HT1689 Copy of my purchase invoice

    I need a copy of my purchase order (invoice) for an insurance issue I have, somebody able to guide me in the right direction? I do have the serial number.....

  • BT Billing Confusion

    I spent ages on the phone today and eventually got through to BT. I had been happily paying my monthly bill without a care until recently. I'm out of work so I've been doing a budget and reviewing my spending. Anyway, I'm on: Unlimited Broadband whic