Cascades: How to set the background image for the menu drop down and etc...

Hello

Is there an easy way to set the background image for the menu drop down and etc, current support only black as a background?

Thank you

Tom.

Welcome to the forums!

This is currently not supported unfortunately.

I encourage you to save a feature for this request:

https://www.BlackBerry.com/JIRA/secure/dashboard.jspa

See you soon!

Martin

Tags: BlackBerry Developers

Similar Questions

  • When I go to delete a bookmark - I click the menu drop down and the page that I just removed is still there. What I am doing wrong.

    I click the menu drop down and highlight and open the web page and then I click on the yellow star and choose the tab delete press done and when I close and click the menu drop-down new my web page is still there that I wanted to delete.

    Click right a bookmark in the menu dropdown bookmarks and select Remove to remove the bookmark.

  • CSS Drop down menu; How to align the edge right of the menu drop down and the parent menu?

    Hi all

    I have a drop down menu that works well.

    The only change that I need to do is to have the right edge of the drop-down menu below to align with the right edge of the parent menu. When you hover over the menu, it currently "injects" down and to the right, with the left edges aligned.

    I want the menu to 'drop' down and to the left, so the straight edges are aligned.

    I tried fiddling with floats and absolute/relative positioning. I don't know what needs to be changed.

    You can provide any assistance is greatly appreciated! I learn through 'cut and paste', please go easy on any terminology you can use.

    Thank you!

    Here is my code:

    .chromestyle{
         width: 100%;
         font-weight: bold;
         float: left;
         height: 29px;
    }

    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    .chromestyle ul{
    border: 0px solid #BBB;
    width: 100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: right; /*set value to "left", "center", or "right"*/
    }

    .chromestyle ul li{
    display: inline;
    }

    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    }

    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    }

    /* ######### Style for Drop Down Menu ######### */

    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    }


    .dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    }

    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    }

    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;
    }

    How about this?

    http://ALT-Web.com/demos/right-aligned-CSS2-Horiz-drop-menu.shtml

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • How to change the menu drop-down ' send to '.

    I want to send a duplicate of a photo or file to another place - I understand, you right click and open the drop down' send to ' menu that allows me a choice of destination.  How can I change the list of choices of destination in the' send to ' menu?

    Another tutorial:

    How to add the copy to folder and move to folder on the Shortcut Menu of Vista

    http://www.Vistax64.com/tutorials/89196-context-menu-add-copy-folder-move-folder.html

    Copy To Folder lets you right click on an element and copy it to another location immediately. Right click on an item and move it to another extreme and immediately remove it from its current location allows you to move to a folder .

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How to remove the menu "drop-down" installed on the Satellite U300 Vista

    Is there a way I can you get rid of the annoying "drop down" menu tools that is installed on my Vista Toshiba U300 and always keep the work function keys?

    Many prefer the features of the XP versions, IE. there when you want, on a keyboard, not a stupid menu that gets in the way every time I have use remote desktop. Who writes these things? They never use them? : P

    You can turn it off. I know that each of us has a different taste and if you don't like it you can open the settings for Flash cards and simply turn it off.

    It can not be that complicated. ;)

  • How to make the menu drop-down list with a scroll bar

    Hello

    I have a drop-down list that is filled with different table sizes.

    I have a size of 30-element array.  Some of the last items just go off the screen at the bottom of the Simulator PB.

    Is it possible for me to add a drop-down scroll bar?

    DP = new DropDown();
    dp.rowHeight = 24;
    DP.prompt = "stuff";
    DP. Height = 34;
    DP.width = 230;
    DP.x = TitleTB.x + 170;
    DP.y = Title.y-3;
    addChild (dp);

    Some of the tables look like this-

    case 'List 1':
    dp.rowCount = 2;
    for (var i: int = 0; i<2;>
    {
    if(i==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"blahblah"});)
    }
    else if (i == 1) {}
    DPP.unshift({label:"foofoo"});)
    }
    }
    dp.dataProvider = new DataProvider (dpp);
    addChild (dp);
    break;

    case "List2":
    dp.rowCount = 30;
    for (var n: int = 0; n<30;>
    {
    if(n==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"lalalala"});)
    }
    Else if (n == 1) {}

    **********

    Delete the existing table using splice (0);

    then I add the new array of labels.

    Before, when I didn't have the splice (0), I only had the .unshift () and sometimes got bays combined together and a scroll bar appears automatically in the Simulator.  But then the berries were mixed.

    Thanks for the help!

    Hey mlin13,

    from the looks of it, your property rowCount is set too high. the rowCount property represents the number of lines displayed on the screen when the drop down menu is open. so if the number of rows is less than the amount of items on the list, it will create a scroll bar with a drop-down list for you. try to set the number of lines to a default value of 10 and and keep it manipulate your list from there. and see if you get the desired results. Good luck!

  • OBIEE answers how to display the menu drop-down

    Hello
    In answers how to display the name that we choose in the drop-down list on the report page

    and another thing is that I want to display the number of lines in the report as report salary has 20 lines, followed by the 20 lines in the report

    Waiting for your answer.

    Rgrds,
    Bala

    Published by: user13068446 on May 13, 2010 22:30

    create a report and save it.

    now, to create a line of dashboard your wish to keep as it's the default SNA record the prompt of the dashboard.

    now, go to the dashboard - options - section drag and report him.

    now do drag the guest to this article and put this promp above the report...

    Save it
    Now you can see the drop down prompt menu selected

    Concerning

    J Mama Prasad

  • When I right click on the desktop and get the menu drop down and go again, the 'Record' option is not available. How can I get that back?

    I tried to solve this problem with "Folder Options" in the control panel of Windows 7 but I did help and I "' reset all the original settings, which did not help either.

    I can't create new folders in any other folder either. Even the "New folder" option in the toolbar does not have what it is supposed to do, namely to create a new folder.

    You have installed chrome? It's looking like a recent update of chromium may be the cause. Here are two patches.

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html

    If still no joy, see the 'response' by Linda Yan in this thread.
    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/thread/97de8a2a-12f2-4381-A409-a78f4ae551cf/#99395761-56de-4a76-8C2A-eab498ad735a

    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.

  • try to reinstall cs4 on my old G5.  does not recognize the previous version when I select in the menu drop down and put in the n serial

    I am trying to reinstall CS4 on my G5, but when I put the serial number does not recognize it.  I installed premium Creative suite without problem, but cannot get in addition. My G5 is not an Intel processor, therefore impossible to go out and buy new software.  I have discs and sn #'s.

    Thank you, I solved the problem.

  • Try to change the menu drop-down

    I created a form that uses a lot of drop-down menus and trying to get the menu drop-down see the descriptions and have actually filled area with a number of coin instead of the description. I am not against XML encoding if necessary I am new to it but played around a little bit. Ideas or direction would be greatly appreciated thanks.

    Yes. To descriptions in the menu drop down and then specify values in the binding tab. In the event for the menu output drop-down put the code (in formcalc):

    If ($.rawValue == 1) then

    $.formattedValue = "109323" / / put all part number is here

    ElseIf ($.rawValue == 2) then

    $.formattedValue = "109324" / / etc

    endif

    the rawValue is the value of the option, the person has chosen in the menu and the formattedValue is what the box displays the exit event has run.

  • How can I get a program icon for the office high back on the menu drop-down?

    I accidentally pulled the icon 'Windows Explorer' on the menu drop-down 'Programs' (instead of create a shortcut).  Now I can not understand how to get it back.  If I display the menu drop-down then try to sneak back, as soon as I click the icon, the menu drop down disappears.

    This should do it:

    1. Click the Start button.
    2. Click Open .
    3. Click programs .
    4. Click on Accessories .
    5. Drag the icon into the folder.

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • Change of image in the selection of the menu drop-down

    I am very new to LiveCycle ES 8, trying to get what I think can be called a dynamic image. When you select a value in the menu drop down, the image changes on the other page, to adapt to the value selected in the previous page. I'm not a programmer, I'm ready to do what I can to make this work. Any help would be greatly appreciated. Thank you.

    Hello

    It is possible to achieve what you want. You will need a few items:

    • drop-down list object script;
    • objects 'image', one for each image you want. It would be set to hidden.
    • object 'imageField. You should only one of them. The initial value is null. The script in the menu dropdown will fill the imageField with the object of the appropriate image.

    When you configure the drop-down list, it may be convenient to specify values in the binding tab (for example, 1, 2, 3,...). Then, in the script, you can view the numbers rather than the strings that the user sees in the drop-down list.

    The imageField1 must be set to access read only in the initialize event:

    This.Access = "readOnly";

    This will prevent the user of the substitution of the image.

    When you configure the image1, image2, image3 objects make sure you check the "embed image data', users can not have images available to them.

    You can put similar Javascript in the event of release from the drop-down list:

    If (this.rawValue == 1) {}

    imageField1.rawValue = image1.value.image.value;

    } ElseIf (this.rawValue == 2) {}

    imageField1.rawValue = image2.value.image.value;

    } ElseIf (this.rawValue == 3) {}

    imageField1.rawValue = image3.value.image.value;

    }

    Good luck

    Niall

    PS because the drop-down list object and image objects are on different pages, you will need full references. If the drop-down list is located on page 1 and the pictures on page 2, the reference should look like:

    Page2.imageField1.RawValue = page2.image1.value.image.value;

  • How can I delete the Favorites menu in the menu drop down address bar in IE8?

    How can I delete the Favorites menu in the menu drop down address bar in IE8?

    Hello

    Because you used the nickname 'DaddyJeff' do you need to remove the access of all to Favorites? Otherwise, please
    describe in more detail what you need to do.

    I think that you should use the Parental control or group policies (GPedit if you have professional, company,
    (or Ultimate).

    See this and the 'related links '.

    How to install and use Parental controls in Vista
    http://www.Vistax64.com/tutorials/95139-parental-controls-Setup-use.html

    and these:

    Setting up Windows Vista's Parental control
    http://www.bleepingcomputer.com/tutorials/tutorial139.html

    Set up Parental controls
    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-parental-controls

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Out of script in the menu drop-down model, is it possible and how?

    Hi all

    I started working with the vRealize today, my goal is to receive the output of the workflow of the script or in the drop-down field as a plan of action.

    For the first question, I want to ask you if it is possible in the vRealize or it is not difficult to do.

    For now, I wrote the script with return of table .

    The com.commonlab.emapotaa.scripts/getList function is:

    var arg0 = ["test", "test2"];
    return arg0;
    

    And my settings are:

    Capture.PNG

    My goal is to get the JSON content crawled to the drop-down list.

    For now I made the script runs every minute for the list and save it to file, the script will load content from the file parse for array and return as a drop-down list, but his does not work even with primitive table and return.

    It is possible at all?

    You have any ideas, how do I get the output of the script in the menu drop-down entry?

    Thank you!

    Marek Potargowicz

    Hi, it works very well for now, simple return works do not know why it was not working before

    Now, it's great

    Kind regards

    Marek

  • How can I change the icon of left/right in the menu drop-down?

    Is it possible to add a custom icon to the left icon that appears on the menu drop-down?

    Thank you.

    Disable the icons to the right for now, and select the left icon (right click and select same icon) and apply a new image by using the populate options. And then select the icon on the right and link ArrowMenuDown.gif to a new image of the active panel.

    Thank you

    Vinayak

Maybe you are looking for