Bookmarks tab on Yahoo Toolbar won't show drop down list of Boolmarks?.

I tried removing and reinstalling Yahoo Toolbar extension but still have problem.

Inquire about his problem from Yahoo! Toolbar Help -> http://help.yahoo.com/kb/index?locale=en_US&page=product&y=PROD_TOOL&pir=XraFQTNibUndlLJ81h4dphChWyAYWleOIHsBW8Qz4A1q

Similar Messages

  • Show Drop Down List

    Post Author: snufse
    CA Forum: General
    We have a report that prints data from a Sales Ticket table. The report has one parameter which is a Shift Start Date/Time. The Shift Start Date/Time is a field in the Sales Ticket table that goes with each Sales Ticket and also a field in a Shift table. When operator closes a shift, the Sales Tickets are updated with the Shift Start Date/Time and a new entry is made into the Shift table.
    Now we need to run a sales ticket report that uses the Sales Ticket table and selects by Shift Start Date/time. Is there a way in the parameter entry screen to show user a drop down of all valid Shift Start Date/Time entries from the Shift table, this is the only way user will know what valid shift parameters exist. Now they have to run a shift report, pick the shift from the report and manually key that in as a parameter.
    Thank you.

    Post Author: snufse
    CA Forum: General
    We are on CR XI product version 11.5.8.826.
    I was reading about using a Command Object (connect to your datasource and entering sql command). If this is correct how could I get the result to show in a drop down list and have user select a line and use this as a parameter for creating the report?
    Could you pleaseoint me in a direction where I might pick up some tutorial on how to do this. Thank you.

  • Updated to Firefox 5, and now my Yahoo Toolbar won't show any of the buttons.

    I delayed updating to Firefox, because V3 worked so well and V4 sucked. But as a security concern, I finally made the upgrade and discovered my Yahoo Toolbar isn't working properly.
    The Toolbar is there, but the buttons I've all added are gone. I can't make changes in preferences, the toolbar is enabled... I just have no buttons.
    I've upgraded to the most recent Toolbar, which was supposed to work with Firefox 5... but it doesn't.
    Help!

    My FF6.0 was fine till it updated (automatically) and then no toolbar buttons.

  • Why won't my drop down list display on hover?

    I am currently implementing a drop down navigation list to an existing navigation bar. This uses very basic html with only ul and li elements. Below is a link to the page, as well as a snippet of the HTML code and CSS that supports it.
    http://derektoigo.com/assets/livesites/DJDKMedia/features.html
    The problem that I am having occurs when hovering over the Features link in my navigation bar. I am trying to display the items that are shown below in the format of a vertical list, but the bigger problem is that even though I am hovering over the parent CSS item and it says to display:block, essentially causing it to hover so I can click, I can't do so. I'm trying to find a way to make the menu stay in place once I move my mouse away from the original item. Please note that none of the other pages support this functionality yet and will contain different code.
    For the record, I am using the Suckerfish drop down and I am following this tutorial: http://www.alistapart.com/articles/dropdowns  I stopped just before proceeding with the IE fixes, titled as "Hold on a minute!"
    If anyone can point out what I'm doing wrong, I'd be most appreciative for the fix. Thanks to all for your help.
    HTML Structure
    <div id="headerFullwidth">
        <div id="header" class="container">
            <img src="images/logo.png" alt="DJDK Media" />
            <ul id="navigation">
                <li><a href="index.html">Home</a></li>
                <li><a href="features.html">Features</a>
                     <ul>
                      <li><a href="index.html">Home</a></li>
                      <li><a href="features.html">Features</a></li>
                      <li><a href="services.html">Services</a></li>
                      <li><a href="portfolio.html">Portfolio</a></li>
                      <li><a href="about.html">About</a></li>
                      <li><a href="contact.php">Contact</a></li>
                    </ul>
                </li>
                <li><a href="services.html">Services</a></li>
                <li><a href="portfolio.html">Portfolio</a></li>
                <li><a href="about.html">About</a></li>
                <li class="last"><a href="contact.php">Contact</a></li>
            </ul>
        </div><!--end header-->
    </div><!--end headerFullwidth-->
    CSS
    #header ul {
    float:right;
    margin-top:20px;
    margin-right:-22px;
    background-color:none;
    list-style-type:none;
    #header ul li {
    float:left;
    padding-left:22px;
    padding-right:22px;
    background:url(../images/navigation-divider-background.jpg);
    background-position:right;
    background-repeat:no-repeat;
    line-height:30px;
    li ul {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    li > ul {
    top: auto;
    left: auto;
    li:hover ul {
    display: block;
    li:hover ul li {
    background:none;
    display:block;
    margin:0px;
    padding:0px;    
    #header ul li:hover {
    float:left;
    padding-left:22px;
    padding-right:22px;
    background:url(../images/navigation-divider-background.jpg);
    background-color:#323232;
    background-position:right;
    background-repeat:no-repeat;
    line-height:30px;
    #header ul li a {
    color:#fff;
    font-size:14px;
    #header ul li a:hover {
    color:#6d6d6d;    

    Try pasting this into a new, blank HTML document
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>CSS Horizontal Drop-Menu</title>
    <style type="text/css">
    /**GENERAL**/
    body{
    font:1em/100% Verdana, Arial, Helvetica, sans-serif;
    background:#666;
    margin:0px;
    padding:0px;
    text-align:center;
    /**IE ONLY**/
    *body {font-size:76%}
    #container{
    width:970px;
    margin: 0 auto; /**centered**/
    padding: 12px;
    border: 4px solid silver;
    background: #FFF;
    #header {
    width: 960px;
    margin: 0 auto;
    border: 1px solid green;
    /* Horizontal Drop-Menu */
    ul #navbar {
    width: 100%;
    margin: 0 auto; /**centered**/
    text-align:center; /**centers older browsers**/
    padding: 0;
    font-size: 14px;
    height: 1em;
    #navbar li {
    list-style: none;
    float:left;
    /**top level menu**/
    #navbar li a {
    display: block;
    text-decoration: none;
    color: #444;
    width: 8em;
    padding: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #aaa;
    background-color: #DDD;
    #navbar li a:hover {
    background: #666;
    color: #FFF;
    /**sub-menu**/
    #navbar li ul {
    display: none;
    width: 8em; /* Width to help Opera out */
    background-color: #999;}
    /**help for IE6 JavaScript**/
    #navbar li:hover ul,
    #navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    #navbar li:hover li,
    #navbar li.hover li {
    float: none;}
    #navbar li:hover li a,
    #navbar li.hover li a {
    background-color: #999;
    border-bottom: 1px solid #FFF;
    color: #FFF;}
    #navbar li li a:hover {background-color: #666;}
    /**end Drop-menus**/
    /**clear menu floats after ul**/
    .clearing {clear:both; height: 1px; visibility: hidden;}
    </style>
    <script type="text/javascript">
    //Script to make drop-menus work in IE6/
    //<!--[CDATA[
    sfHover = function() {
    var sfEls = document.getElementById("navbar").getElementsByTagName("li");
    for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() {
    this.className+=" hover";
    sfEls[i].onmouseout=function() {
    this.className=this.className.replace(new RegExp(" hover\\b"), "");
    if (window.attachEvent) window.attachEvent("onload", sfHover);
    //]]-->
    </script>
    </head>
    <body>
    <div id="container">
    <div id="header">
    <h3>CSS Horizontal Drop-Menu</h3>
    <!--Begin Horizontal navbar-->
    <ul id="navbar">
    <li><a href="#">Item One</a></li>
    <li><a href="#">Item Two</a></li>
    <li><a href="#">Item Three &gt; </a><ul><li>
    <a href="#">Subitem 1</a></li><li>
    <a href="#">Subitem 2</a></li><li>
    <a href="#">Subitem 3</a></li></ul>
    </li>
    <li><a href="#">Item Four</a></li>
    <li><a href="#">Item Five &gt; </a><ul><li>
    <a href="#">Subitem 1</a></li><li>
    <a href="#">Subitem 2</a></li></ul>
    </li>
    <li><a href="#">Item Six &gt; </a><ul><li>
    <a href="#">Subitem 1</a></li><li>
    <a href="#">Subitem 2</a></li></ul>
    </li>
    </ul> 
    <!--end navbar -->
    <!--IMPORTANT! clear floats with a p, br, or hr class -->
    <hr class="clearing" />
    </div> <!--end header -->
    </div>  <!--end container -->
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Why won't my drop down list populate from the array?

    I am using the following array. 
    var actDesc = new Array(" ",
    "Desc1 ",
    "Desc2 ",
    "Desc3 ");
    // Array of HUD Activity Numbers.
    var actNum = new Array(null,
    "1 ",
    "2 ",
    "3 ");
    // This populates the Description Drop-down List and works just fine.
    function populateActDesc(dropdownField)
          var i;
          for (i=0; i < actDesc.length; i++)
             dropdownField.addItem(actDesc[i]);
    //This is supposed to populate the Description Number Drop-down List but doesn't work.
    function populateActNum(dropdownField)
          var i;
          for (i=0; i < actNum.length; i++)
             dropdownField.addItem(actNum[i]);
    // Populates another field based on the Description Field value chosen and works as intended.
    function getDesc(hudActivityDescription, hudActivityNumberField)
       var i;
       for (i = 0; i < actDesc.length; i++)                
          if (actDesc[i] == hudActivityDescription)        
            hudActivityNumberField.rawValue = actNum[i];        
       break;               
    I placed the following into the drop-down list object holding the actDesc array (Event: initialize; Language: javascript):
    actNoScript.populateActDesc(this);
    This works just fine.
    I placed the following into the drop-down list object holding the actNum array (Event: initialize; Language: javascript):
    actNoScript.populateActNum(this);
    This doesn't work.  Any ideas?
    Any help would be greatly appreciated.  I am using LCD 8.2 ES on Vista 32bit.
    Thanks,
    Jerald

    Hi Jerald,
    You can't assign null to the display value of a drop down control.  If you change the HUD activity number array to remove the null it should work. 
    That is;
    // Array of HUD Activity Numbers.
    var actNum = new Array("  ","1 ","2 ","3 ");
    Bruce

  • Itunes not showing elements 11 drop down list of albums and won't sync, says ïtunes cannot sync, required folder cannot be found. ï have tried re installing both but no success. pls help!!!

    Hi, Itunes won't sync my photos to ipad from elements 11. itunes doesn't show drop down list of albums and says Ipad "......cannot be synced, required folder cannot be found" i have tried re installing both programs but no luck. pls help!!!

    I managed to finally fix the problem in a relatively painless way. It turned out that the problem wasn't on my phone, the problem was with iTunes. I completely uninstalled iTunes from my PC and then reinstalled it and everything was fine.
    In order to completely uninstall iTunes, I did two things:
    Used RevoUninstaller to uninstall iTunes. This cleans out a bunch of extra things that the normal iTunes uninstaller misses.
    Searched for any iTunes folders/files on my computer (using the freeware utility called Everything) and deleted them manually.
    I hope that works for you.

  • How do I get the location bar drop-down list to show the most recently visited page at the top? I have no idea how it's deciding what to display.

    In IE when you show the drop-down list from the location bar, it show you all of your most recently visited pages in descending order with the most recent at the top. Firefox is showing me a list that I have no idea where it's getting the pages from or how it's ordering them. It doesn't update the pages or the order when I go to a new page. I have recently switched from IE to Firefox and cannot figure out how to get Firefox to do this; very annoying.

    That drop down list doesn't show recently visited pages, but shows list list of most visited sites sorted by what the Mozilla devs call frecency (frequency and recency) and is based on bonus points. It is not possible to have much influence on what shows on that list.
    If you want a list of recently visited sites then you can use a smart bookmark e.g. on the Bookmarks Toolbar with the location set to this smart folder.<br />
    Name: <b>Recently Visited</b><br />
    Location: <b>place:queryType=0&sort=4&maxResults=30</b><br />
    You need to close and restart Firefox to make that folder work as intended.
    * https://support.mozilla.org/kb/Smart+Bookmarks+folders
    See also:
    * http://developer.mozilla.org/en/The_Places_frecency_algorithm
    * http://kb.mozillazine.org/places.frecency.numVisits

  • In Firefox 4, how do I get back the context menu for the drop down list of the Location Bar so I can Open Link in New Tab, which I did often in FF 3?

    Firefox 3 has a context menu for the drop down list of
    the Location Bar. One option on this menu I used often
    is "Open Link in New Tab" -- quite convenient.
    This context menu has disappeared in Firefox 4.
    Can I get it back?

    See also:
    *Tools > Options > Privacy > History: "Remember search and form history"
    *https://support.mozilla.org/kb/Form+autocomplete
    The "Use custom settings for history" setting allows to see the current history and cookie settings, but selecting that setting doesn't make any changes to history and cookie settings.<br />
    Firefox shows the "Use custom settings for history" setting as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.<br />
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".<br />

  • Sort my bookmarks in drop down lists in alphabetical order not just in Library Views

    When I click on Bookmarks then select a folder to view its contents, I want to see those contents in alphabetical order By Name, not in the hpahazard order in which they were added. I know I can View them in the Library List in alphabetical order or change that to something else. But I want tp make the drop down list and the folder contents to be in alphabetical order all the time.

    The Views menu in the Bookmarks Manager (Bookmarks > Show All Bookmarks) is for viewing the bookmarks in a different sorting order (hence the name Views) and doesn't sort bookmarks permanently.<br />
    Clicking the column header does the same sorting for viewing purposes only.<br />
    If you want to sort bookmarks then you need to right-click a folder and use "Sort By Name" to sort that folder.
    *Auto-Sort Bookmarks: https://addons.mozilla.org/firefox/addon/auto-sort-bookmarks/

  • On my i tunes page on my laptop, I don't see a tab for Photos in the drop down list in my library, so I can't download photos from my laptop.  What am I doing wrong?

    On my drop down list in my library in i Tunes, I don't see a Photo tab.  How do I find that so I can download photos from my hard drive?

    No, not on the File menu. Click on the Device that shows up when connected:
    Either:
    If you do not use the Sidebar, when the iPod is connected to iTunes, you should see this icon appear to the left of the iTunes Store button:
    Click on the ringed icon (but not on the "eject" part of it!).
    Or
    If you use the Sidebar, you will see the Device appear, as shown below:
    Click on it.
    Once you have clicked on the Device, you should see this (Summary) pane, with the word Summary darkened:
    Click on Photos (as ringed above)...
    Now you are on the Photos pane (notice Photos is now darkened), where there is a drop-down menu. It's that box that says "My Pictures", where you will find "Choose Folder". That option allows you to choose (as I did) "My Pictures".
    Notice in the last screenshot that a message at the very top of the image states that the "iPod Sync is complete". Choosing the folder after the Sync has completed (or passed the "sync photos" section) simply means that it requires another Sync for that change to take effect.
    That's it.
    Now, whatever pictures you place in the chosen folder will be added to your iPod at the following Sync. Likewise, any pictures you remove from that folder will be removed from the iPod at the following Sync.
    You only need to look on the Photos pane if you wish to change the folder option.

  • BUG: Sorting drop-down lists from the field tab when using "specify item values"

    Hi all,
    I've finished creating my form now, but I came across this whilst writing up my documentation for maintenance tasks.
    This occurs when adding new values to a drop-down list that has the "Specify item values" checkbox in the binding tab checked.
    When I then try to sort my list using the built in sort buttons, it will sort the items, but the list of specified values in the binding tab does not sort reorder to stay with the original items in the list.  This is hapenning when I sort from the Object > Field tab.  If I sort in the Object > Binding tab then the sort will include the specified values.
    For example:
    A    5
    C    2
    D    9
    Add a new value to get:
    A    5
    C    2
    D    9
    B    10
    Sort the list using the button:
    A    5
    B    2
    C    9
    D    10
    But it should be:
    A     5
    B     10
    C     2
    D     9

    I was able to duplicate this problem and it looks like a possible bug.  I've submitted it to support.

  • How to show "ALL" Values by default in Page Drop-Down Lists in Pivot Tables

    Hi Everyone,
    Iam stuck with 1 problem please can any 1 help me if u know the solution.
    Here is my problem:
    How to show "ALL" Values by default in Page Drop-Down Lists in Oracle BI Pivot Tables?
    For example, if you place Region in the pages area, a Region drop-down list allows the user to select a particular region, and see the data for only that region, rather than seeing all the Regions,But by default its not showing "ALL" option in the drop down list ,rather than doing that its showing result for only 1 region by default.
    And an other problem with this pages area is, if we palce the multiple attributes in the Pages area in the pivot table, the (Fields)result is showing in vertically, the attributes 1 by 1(Every attribute in a new line) ,rather than showing like that, is there any way to show the results in horizantally?(We want to have it as a seperate drop drown list for every field horizantally not as a concatenated list).

    Thanks Nikhil. But I am fetching the values from the LOVCache.java.
    I am using <af:selectManyChoice>. Is there any way I can use LOVCache.java value for selecting default values instead of hard coding?
    I mean to say can I write
    unselectedLabel="#{LOVCache.entityTypeSelectionList.anyValue}"
    where LOVCache.entityTypeSelectionList is used to populate the drop down box.
    Regards,
    Aseet

  • My Drop down list won't work in Adobe Reader 9

    I have a form that I created in Adobe Designer 7 but have opened and saved in Adobe Designer 9 (also redid the connection string, because it didn't like 7's). Now I can open and use the form normally in Adobe Acrobat Pro 7 and 9 and in the PDF previews of both Designers. But Adobe Reader 9 won't let the drop down list function the way it is supposed to. Also my form has fields that are binded to a SQL Server 2K5 database.
    Now if Adobe Reader does not allow database connections or fields binded to them, is there a way to get similar functionality in any way?

    Reader Extended? Is that when you open the PDF in Acrobat Pro, go to Advanced, and click "Extend Features in Adobe Reader"? I did that and it still didn't work. Matter of fact it locked up the PDF when I tried to open it in Acrobat Pro 7 or 9.
    Or is that Adobe Reader Extension ES package?

  • Firefox tab to fields and drop down lists with Mac OS X 10.5 (Leopard)

    Has any one else noticed some problems after upgrading to OS X 10.5? It seems I can't tab to every field, such as the "Keep me signed in for today" checkbox on ebay's login page. I used to tab to it before upgrading. I'm also tabbing past some drop down lists where you select the state where you live in sign up pages. And before you suggest it, I have already turned on "All Controls" in System Preferences->Keyboard & Mouse. I don't think that affects Firefox anyway since it is a system controls option and doesn't affect the actions in a browser window.
    Also, some drop down lists no longer drop down. I can focus on the list and even change the value using the up and down arrows, but the full list is no longer displayed. Again, this changed with the upgrade to Leopard.
    If any one has experienced these specific issues or something similar please share your thoughts and solutions.
    Mark

    I am also having the drop down problem on my macbook, it's getting really annoying. On top of that, twice today (i just got the macbook three days ago) my keyboard will just stop working- i cannot type in firefox nor in finder or word.

  • TAB Drop Down List

    Hi Guys,
    My client has been upgraded to 8.81 PL10.
    Now when he is presseing tab say on the business partner code, he does not get the list of business partners. Previously if he click on a sales order- business parter code TAB and you get the drop down list of business partners.
    He is not getting those drop down list now. What could be the reason please advise.
    Regards

    hi,
    please refer to this SAP note [1668039 - No Choose From List open if we Press tab in the BP code field of any Marketing document|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3030303136363830333926]
    note: you need your S-Account to access this SAP note
    regards,
    Fidel

Maybe you are looking for