How to add an Icon to a parent menu item in Command Center?

Hi guys,
does anybody know how to add an icon to a parent maenu item in Command Center? BTW, I'm using SBO 6.5
Cheers,
Oki

The SDK doesn't provide any features for adding icons to the command center in SBO6.5.
Version 2004 has a new image property for menu items that can be used.
John.

Similar Messages

  • How to add vertical stroke to between top menu items?

    I have a horizontal Spry menu bar. How to add a vertical stroke between menu top items?
    BUT NOT outermost left and outermost right. Only to BETWEEN top menu items.
    In html file I tried this:
      <div id="main_menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Products</a></li>
          <li class=stroke></li>
          <li><a href="#">Services</a></li>
          <li class=stroke></li>
          <li><a href="#">News</a></li>
          <li class=stroke></li>
          <li><a href="#">Contact</a></li>
         </ul>
       </div>
    And in CSS-file I made a style:
    #MenuBar1 .stroke
    display: block;
    width: 1px;
    height: 16px;
    background-image: url(../images/gui/vertical_stroke.png);
    background-repeat: no-repeat;
    In Safari this Spry menu bar work fine. But stop working in Firefox and IE.
    Also DW4 warning me in properties panel that:
    "This menu bar is missing some important tags. Go to Code view and and make sure that each menu item contains an <a> tag."
    What is correct method to do this?

    In that case you will need to use images.
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Untitled</title>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <style>
    ul.MenuBarHorizontal a.line {    background: #EEE url(SpryMenuBarLine.gif) no-repeat 95% 50%; }
    ul.MenuBarHorizontal a.MenuBarItemSubmenu.line{    background: #EEE url(SpryMenuBarDownLine.gif) no-repeat 95% 50%; }
    </style>
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a class="MenuBarItemSubmenu line" href="#">Item 1</a>
        <ul>
          <li><a href="#">Item 1.1</a></li>
          <li><a href="#">Item 1.2</a></li>
          <li><a href="#">Item 1.3</a></li>
        </ul>
      </li>
      <li><a href="#" class="line">Item 2</a></li>
      <li><a class="MenuBarItemSubmenu line" href="#">Item 3</a>
        <ul>
          <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
            <ul>
              <li><a href="#">Item 3.1.1</a></li>
              <li><a href="#">Item 3.1.2</a></li>
            </ul>
          </li>
          <li><a href="#">Item 3.2</a></li>
          <li><a href="#">Item 3.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 4</a></li>
    </ul>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    The images look similar to the following
    and
    I hope this helps.
    Ben

  • How to add an icon to a node in network graphics?

    Hi all,
      Do you know how to add an icon (any SAP' icon) to a node in network graphics?
    Just like a tree can have a leaf with icon (for example, a person icon, a plant icon), can a node in network graphics have an icon also?  and how to implement in network graphics?
      I already studied t-code gral: NETZOCX1
    NETZOCX2
    NETZ_BO1
    NETZ_BO2
    NETZ_BO3
    But no actual output.
    It seems using node type in network graphics can help to determine different icons, could you give some suggestion or examples?
    Thanks a lot!!

    Hi,
      Thanks for you link about SAP Graphics Framework. It seems not very useful in our case.
      Since we are using Control Framework now, there is Tree and Networks in it. Can a node in a network have an icon (such as person icon, plant icon)? I know a leaf in a tree in Control Framework can have an icon.
      Anybody has comments or suggestion?
      Thanks!

  • How to add an icon in the title bar,next to the maximize and minimize icons

    I need to add an icon ( help icon; ?) in the JInternalFrame� title bar. Anyone could help me????
    Thanks

    have you get the answer ?? on how you add an icon to the title bar?? ...
    if you do please inform me..
    thanks

  • How can add RINGTONE icon to library?help

    how can add RINGTONE icon to library?help

    To analyze anything in LabVIEW you have to be able to access the signal through some sort of DAQ board. Once you have the signal going to a board then you have to have the right driver (packaged code) to be able for LabVIEW to communicate with that device. There are a lot of supported drivers at ni.com/idnet or you can create your own. Check out this site for how LabVIEW interacts with Audio. This other site  has information on using your local sound card with your microphone or speaker input/output to interact with LabVIEW. Hopefully this will get you started in the right direction. Make sure and only add the answered tag to your post only if your question was truly answered and Kudos are always appreciated. Cheers!!
    Grant H.
    National Instruments
    LabVIEW Product Marketing Manager

  • How do I remove the acronym tags from menu items in Business Catalyst?

    Hello, can anybody answer this for me please? Not having any success googling or foruming it so far.
    How do I remove the acronym tags from menu items in Business Catalyst? 
    Thanks in advance
    Grant

    These are titles and in the dynamic menu will be the item description per item.
    These are actually important though and you do not really want to remove them but make them better and reword them other then the same as the link test. These are good for the user experience as well as SEO. A bot knowing a description of a link and where it is going coupled with the URL's and the title of an anchor are all important aspects of your sites SEO.

  • How to add URL Icon for each responsibility

    Hi all,
    I have a requirement where i need to add URL Icon to my custom application, i,e when i click on responsibity it will open the application so to make user to know he is in this application we need to add ICON to URL. This is possible in normal HTML just we need to include these two lines in head tab.
    <link rel="icon" type="image/ico" href="favicon.ico"></link>
    <link rel="shortcut icon" href="favicon.ico"></link>
    How can we achieve the same in the OAF?
    Thanks
    Babu

    Hi Josephine
    Please proceed as below:
    1. SE51.
    2. Change the layout.
    3. Add 2 pushbuttons at your desired location.
    4. Double click on each button for Attributes.
    5. In the attributes, give the Name, Text.
    6. Select the Icon Name from the list: Eg: ICON_OKAY and ICON_CANCEL.
    7. Go back to layout.
    8. Save & Activate
    9. Now you can test the screen to check the icons displayed in the screen.
    Hope this helps.
    Kind Regards
    Eswar

  • How to add an icon in to web template of web application designer  3.x

    Hi Friends,
    I have to add a new icon in to exsisting web template.
    Please any body can help in this issue ?
    Thanks
    Pedamarla

    Hi Stefan,
    Thanks for your early response.
    As you suggested i have added the image to MIME Repository successfully.
    Now i have to add the new icon to exsisting template.
    Stefan my problem here is
    I have to add new icon but i donot need to change the icon.
    you are giving the procedure how to change the exsisting icon but my problem is i have add new icon with out replacing any one exsisting in the template.
    Thanks in Advance
    Pedamarla

  • How to add an icon for ok code at the bottom of the screen.

    hi,
    I have designed a screen with a table control.
    I want to have at the end of the screen a ok and a cancel button.
    For example in menu painter on top we have a icon for going back, exit etc.
    At the same way at the bottom of the screen i need to have a tick icon. How to add it at the end of the screen.

    Hi Josephine
    Please proceed as below:
    1. SE51.
    2. Change the layout.
    3. Add 2 pushbuttons at your desired location.
    4. Double click on each button for Attributes.
    5. In the attributes, give the Name, Text.
    6. Select the Icon Name from the list: Eg: ICON_OKAY and ICON_CANCEL.
    7. Go back to layout.
    8. Save & Activate
    9. Now you can test the screen to check the icons displayed in the screen.
    Hope this helps.
    Kind Regards
    Eswar

  • How to add an icon to the Windows 95 Taskbar

    Hi,
    Can I get your help?
    I want to create a form under the Win32 platform which can add an icon in the notification area of the taskbar, but I did not know how to?

    There is a product called Desktop Extension - Java System Tray for Windows. It is exactly what you want. Check it out at http://www.maxistech.com/desktopex/

  • How to add an icon to the dock in the macbookpro

    i am using macbook pro,  i accidentl removed the launchpad ison from the dock,  how to add it back to the dock

    Go to finder/applications
    select launchpad
    and drag it back to the dock

  • How to add Mail to Photos dropdown share menu?

    If I want to share a photo by email (while in Photos), Help tells me to click on the Share icon, then select Mail. My problem is that Mail is NOT on the Dropdown menu.How do I put it on the Dropdown menu?
    I suspect the problem may relate to the fact that I moved from a Windows PC to my Mac and installed a Thunderbird Email client to avoid learning a new Mail interface first thing. Now the Thunderbird icon show on the Photos "Share" menu (although it is grayed out and cannot be selected), and I have long since abandoned Thunderbird in favor of Mac Mail. So it seems reasonable that I need to remove the grayed out Thunderbird icon, and replace it with the Mac Mail icon on the Photos "Share" dropdown menu.
    Any suggestion for implementing that change?

    From the Mail menu bar, select
              Mail ▹ Preferences... ▹ General ▹ Default email reader: Mail

  • Emergency - How to add over 100 asset masters in an item of PR.

    Hi Expert.
    I can add only 100 asset masters in an item of PR.
    But, I have to add over 100 asset master in an item of PR.
    Please, Let me know how to that..
    Thank you in advance.
    best regards,
    kil-nam.

    Dear G.Ganesh Kumar.
    I can't find that.
    Could you send a mail with screen dump, please!!!
    My mail address is [email protected]
    Thank you in your effort.
    Best regards,
    kil-nam

  • How to add Extra tabstrip in ME21 tcode at item level

    Hi Friends,
    I would like to add extra tabstrip in ME21 tcode at item level.
    So what are the screen exits and what are the BADIs available for it, and if possible please give me the steps to implement this change. Good points will be rewarded for suitable answers.

    Hi Pavan,
    Design and code in the following enhancement MM06E005.
    create screen in this screen exit SAPLXM06 & screen no.  0111
    This is the user exit for writing your logic EXIT_SAPMM06E_007  - for export
    EXIT_SAPMM06E_008 for import
    Shylesh

  • Problem when trying to add a link to the left menu item!!!!

    Hi everyone,
    I am trying to put a new menu group on the left menu,with a link in that group for every one.On checking with the customization guide this is what i did
    for one link i did add the following lines in each of the files
    1)xlWebAdmin.properties
    - menuGroup.Misc-Menu=Misc Menu
    - menuItem.Misc-Menu.My-Nomination=My Nomination
    2) xlDefaultAdmin.properties
    - menuItem.Misc-Menu.My-Nomination.link=mynomineefrm?showfrm
    3) repacked the war and the ear
    4) Restarted my server
    When I login into the administration(xelsysadm) page I didnt see any menu item with name "My Nomination" which i am supposed to see.
    secondly it shows the menu item when ever i select some group and click on assign menu item.
    Moreover, when I try to assign this menu item to all users group it gives me this error
    On browser it prints
    Permission Denied to Assign Selected Menu Items
    You do not have the permissions to assign one or more selected menu items.
    on console it prints
    ERROR [SERVER] Class/Method: tcDataObj/eventPreInsert Error :Insert
    permission is denied
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: maoRejections:You do not have permission to insert this obje
    ct.
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: Error occurred while adding menu items.
    ERROR [WEBAPP] Class/Method: UserGroupMenuItemsAction/commitGroupAs
    signMenuItems encounter some problems: {1}
    Thor.API.Exceptions.tcBulkException
    This problem eat my happy sunday :-(, any one has solution for this problem?
    - Also if some one can help on how to link jsp to the new link will be helpful for me!
    Thanks,
    doki

    Design Console > Form Information > add new
    Class Name Organizations.Merge
    Description Move users from one organization to another
    Type menuitem
    Add following to xlWebAdmin.properties, xlWebAdmin_en_US.properties
    Organizations.Merge=mergeOrgs.do?Display
    menuItem.Organizations.Merge.link=mergeOrgs.do?MergeOrganizations
    menuItem.Organizations.Merge=Merge
    mergeOrgs.button.display=Merge Organizations
    Even you have to assign first to System Administrator group
    First go to Manage Group
    Select System Administrator Group
    Select Menu Item
    Click Assign and select newly craeted Menu Item and click Confirm
    These are the steps to see the new menu item. To make this menu item working:
    you'll have to write action class, form bean class and you'll have to create JSPs and make their entry in struts-config as welll as in Tiles-def.xml
    Then your menu item will work.

Maybe you are looking for

  • Cannot sync photos to Ipad because Iphoto library cannot be found ?

    Hi I have the problem that when I try and sync my Ipad it is coming up with message "Itunes cannot sync photos to the Ipad "xxx Ipad" because the Iphoto library cannot be found" It used to sync and now it doesnt-any help please?

  • SQl query are running slow in comparison to oracle 8i

    Hi everybody, I have two systems one is Oracle 9i on Windows 2000 and one is Oracle 8i running on Windows 2000. The database structure is the same. When I run the following qry in Oracle 9i SELECT COUNT (a.aint_ac_no) AS total_ac_no, adet_int_rate, S

  • Ethernet is assigning it's own number

    I just got my MDD working and when I logged in I can't go online. When you look at the network settings it says that it self assigned the ip address and that it might not connect. I have tried changing the ip address of my MDD but when I try to go on

  • Making Page look same in All Pixels & Writing code for Submit Button.

    Hello All, How to make the page look the same in all computers even though the pixels are different? Please help me in this regard. More Over if I want write the code for Submit button where the code should be written. Whether the code is different f

  • DDL  withour error message

    Hi experts, Please help me , ddl changes are not replicating between source and target for uni directional replication, there is no error message in all the report files. but DML replication working fine. the environment is oracle 11.2.0 and GG versi