Customising menu  bar

Hi,
is it possible to remove the e-mail button from the menu bar when using reports 6i?
KMR

Hi Kukka
I guess not.
Regards
Sripathy

Similar Messages

  • Is it possible to customise the tab/address/menu bar positions? I dislike the default position changes.

    Similar to MS Office, one can position all the menu bars in any order, top down or sideways as required. I find that with ver 4, the tabs on the top line , the search, home buttons etc are not intuitive and are quite annoying with their positional changes.

    You can still use/see the Menu Bar (''File, Edit, View, History, Bookmarks, Tools, Help'') if you prefer it:
    *'''Temporarily display the Menu Bar''': press the ALT key or the F10 key and make your selections from the temporarily displayed Menu Bar
    *'''Toggle between the Menu Bar and Firefox button'''. Do one of the following:
    **NOTE:
    ***Menu Bar '''checked''' = Menu Bar on, Firefox button off
    ***Menu Bar '''un-checked''' = Menu Bar off, Firefox button on
    **keyboard shortcut: HOLD the ALT key while pressing the letters VTM on your keyboard
    **Using the Menu Bar: click View > Toolbars, click Menu Bar
    **Using the Firefox Button: click Firefox Button > Options, click Menu Bar
    **right-click on an empty space in one of the toolbars, click Menu Bar

  • I can no longer get my address bar, back or foward buttons, tool bar, menu bar or anything else. How can I restore?

    When I open Firefox I do not get an address bar only Google comes up. I don't get a back or forward button nor do I get the tool bar or menu bar. There is no default button. I read the forum but I can not make any corrections because I don't have a tool bar displayed. I am using 3.6. When I turn off my computer and then turn it back on, the default settings still do not return.

    It is a long while since I tried Google Toolbar, I am not sure what it changes. But I would not expect it to totally remove your options to use the ordinary toolbars.
    ■ Try
    * press the''' alt '''key on the keyboard, that may return the menu bar
    * once you have the menubar '''View -> Toolbars ->''' and select which you need
    * you may also use View-> Toolbars -> Customise and drag items back or use the restore default set option.
    * right clicking on the toolbars also gets you to the customise and show toolbars options
    ■ have a look at [[Back and forward or other toolbar items are missing]]
    PS
    I hope you do not need to resort to editing registry settings, the firefox 'dragons' in prefs are user friendly compared with Windows registry. Messing up firefox prefs only really affects firefox normally; whereas errors in a registry edit may prevent you from even booting the computer.

  • Spry Horizontal menu bar borders not showing in IE6/IE 7 but ok in Mozilla!

    I am hoping someone can help me! I have built a spry menu
    with CS 3 and have altered the CSS file to customise colours etc.
    the problem I am encountering is that I have specified white
    borders around the menus items and sub menus which look perfectly
    fine in Mozilla Firefox but when I check IE 6 & 7 the borders
    have disappeared! I am hoping someone you may have a workaround or
    any reason this might happen.
    this is the CSS
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release
    1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights
    reserved. */
    LAYOUT INFORMATION: describes box model, positioning,
    z-order
    /* The outermost container of the Menu Bar, an auto width box
    with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: Arial, Helvetica, sans-serif;
    font-size: 90%;
    cursor: default;
    width: 800px;
    /* Set the active Menu Bar with this class, currently setting
    z-index to accomodate IE rendering bug:
    http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this
    container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100px;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a
    higher z-index, but they are initially off the left side of the
    screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to auto so it comes onto the
    screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 8.2em;
    /* Submenus should appear slightly overlapping to the right
    (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation
    MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 0.5px solid #FFFFFF;
    border: 0.5px solid #FFFFFF;
    /* Menu items are a light gray block with padding and no text
    decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #b7a66d;
    border: 0.5px solid #FFFFFF;
    padding: 0.5em 0.5em;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
    /* Menu items that have mouse over or focus have a blue
    background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #c8bb89;
    border: 0.5px solid #FFFFFF;
    color: #FFFFFF;
    /* Menu items that are open with submenus are set to
    MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal
    a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal
    a.MenuBarSubmenuVisible
    background-color: #c8bb8;
    border: 0.5px solid #FFFFFF;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a
    given menu item
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation
    MenuBarItemSubmenu and are set to use a background image positioned
    on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class
    designation MenuBarItemSubmenuHover and are set to use a "hover"
    background image positioned on the far left (95%) and centered
    vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless
    you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form
    controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the
    slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    .Nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

    I am having the same problems in IE7. I'm using the latest
    version of everything (Spry 1.6.1 and javascript file version 0.12)
    and at first I was having the problem on my drop down menus
    appearing horizontal with all the correct styles but when I changed
    the rule ul.MenuBarHorizontal ul to position: relative; the drop
    downs appear vertical now but I have no beige border around the
    whole ul anymore and I'm getting white space inbetween list items.
    http://www.wusf.usf.edu/Header_Nav_Footer_newStyleSheet.cfm
    so if anyone has any advice I'd much appreciate it. Also i'm
    using 1px width on my borders no decimals.

  • Help with a menu bar

    Hi all,
    Thank you in advance for any help.
    I'm a bit of a beginner when it comes to coding but I'm trying to come up with a drop down menu bar very simliar to the one on this website:
    www.fatmedia.co.uk
    I've used inspect element to view the CSS and also viewed the source but i'm a bit confused by the code.
    I just need to general layout code so i can add to it and customise etc.
    Many thanks!
    Vikki

    Hi vikki1987,
    Check out the Responsive Horizontal Drop Down Menu on this page. Not exactly the same thing but it should get you started.
    http://designscrazed.net/css3-jquery-dropdown-menus/
    Thanks,
    Preran

  • How to Customise Menu Clock...?

    Hello all, an "age old question" if you may...
    How do I or how can I customise the Menu Bar Clock to show the Date too besides the now "default" Day and Time?
    ...and I don't want to "resort" to using a Shareware or something...
    Thanks and cheers

    Just for information, this technique may cause unwanted, duplicate, and/or sometimes truncated date/time entries in some windows. One example that I can cite is in System Preferences>.mac>Sync window where I am presented with "Last Sync: 11/14/05 Nov 14, 2005"
    ;~)

  • Menu Bar 2.0: how to change text?

    Hi folks, I feel like I am missing something simple but every time I insert the Menu Bar 2.0 widget in my Dreamweaver CS5 page I cannot seem to customise the menu item names.
    Obviously I've tried typing over the top of existing text but this doesn't work - it seems to remove the functionality of the button altogether.
    Configuring the colours and alignment is simple enough in the widget browser, but how do you actually change the text and link properties of the contents?
    Thanks in advance for advice on this.
    Jo

    I go into code view and change it that way. Failing that, just double click the word in design view and type whatever you need. If there are two words, double click each word and delete.
    Linking can be done through the properties panel.
    Gramps

  • Pin directory to Menu Bar

    Hey guys! I wonder if there is some way to pin a directory to menu bar, like in windows taskbar. I saw in macAppStore some Apps(e.g. Unclutter) doing allmost similar thing but it's not the same and I don't want to pay(even 3$) for it.

    Hello Cyberika
    In Finder you can select any app and drag it to the left of the dock seperator, or you can drag a folder to the right side of the dock seperator. Then right click the folder to customise it.
    Hope this helps,
    xeni

  • Customise tool bar

    hi
    I would like to know in Labview,
    can you have your own Customised
    tool bar like having floppy pict's
    for save option and printer pict's
    for printer as we have run
    countinous run,highlight, & stop
    execution in labview
    similarly i would like to have
    customer required tool bar in labview
    though the option is provided for
    run time menu only is this possible
    to have a run time tool bar,if yes
    guide me
    thanks
    rags[raghavendra]

    You can build your own using Booleans with imported pictures or look at this example Toolbars in LabVIEW

  • Customised tool bar

    hi
    I would like to know in Labview,
    can you have your own Customised
    tool bar like having floppy pict's
    for save option and printer pict's
    for printer as we have run
    countinous run,highlight, & stop
    execution in labview
    similarly i would like to have
    customer required tool bar in labview
    though the option is provided for
    run time menu only is this possible
    to have a run time tool bar,if yes
    guide me
    thanks
    rags[raghavendra]

    Hi,
    Take a look at Toolbars in LabVIEW article ... (I assumed that you are using Windows).
    Hope this helps

  • Trying to make spry menu bar work on iphone

    I would prefer my horizontal spry menu bar to be centered at the top of the page, but to do this I have to make it a fixed width.
    This width is too wide for an iphone so the outermost buttons are not accessable.
    I have managed a workaround by making the width auto and aligning left.
    This makes each menu item cascade under the next so they are all accessable, but it's not brilliant.
    You can see this by resizing the browser on the about jill page.
    I tried the spry menu bar 2 widget, but couldn't customise the colours to make it look like my existing menu.
    What is the best way get this menu working normally on an iphone/android etc?
    Cheers
    Ps. if anyone answers with code suggestions, could you tell me exactly where that code goes and in what file.

    Earlier iDevices & Droids are going to have trouble with a position:fixed menu.  Just thought you should know.
    What is the best way get this menu working normally on an iphone/android etc?
    With Spry Menu 2.0.
    Before you tackle customizing Spry Menus, please read the following links.  These articles will help you save time and avoid many common problems.
    The Ten Commandments for Editing Dreamweaver’s Spry Menubars
    http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php
    Styling and inserting a Spry Menu Bar 2.0 widget with the Adobe Widget Browser
    http://www.adobe.com/devnet/dreamweaver/articles/spry_menu_bar.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • How do I set menu bar headings?

    I am operating on XP. I no longer have the menu bar headings: file, edit, view, history, tools, and help displayed at the top of the page. I have "toggled" the tool bar but nothing appears. I have tried to query the knowledge base to no avail. Can anyone help?

    It is a while since I used XP. It will display the Firefox button but is designed to operate best with the standard menu bar from what I remember.
    * see [[Display the Firefox button menu instead of the menu toolbar#w_ive-tried-it-and-i-want-to-go-back]]'''_ive-tried-it-and-i-want-to-go-back'''
    * you should automatically get the xp version https://support.mozilla.org/en-US/kb/display-firefox-button-menu-instead-menu-toolbar#os=winxp&browser=fx20
    You should also be able to see the menubar toolbar even if the Firefox button is present by holding down the Alt key, does that happen ?
    If you are unable to get the menu to appear you may need to reset the controls for the menubars, either use the firefox reset (that will get rid of any extensions you have),or just delete the ''localstore.rdf'', that just rsets customisations and is the better option,even if not quite as simple to do.
    *[[Reset Firefox preferences to troubleshoot and fix problems]] <br /> (Read the warnings in the article before using this)
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Menu Bar & Clock wont display AM / PM at all

    How the flip do you get an AM / PM to display in the menu bar clock ?? My PB used too.
    The option is greyed out and I have used International to set up AM/PM for the short time display.
    Annoying but not life threatening...
    cheers

    Go to the International Pane in System Preferences and select the Format tab.
    Click on 'Customise … ' in the Dates section, and decide how you want the date to look. Note the drop down menu where you can choose from Short, Medium, Long and Full. Once you've decided, and have the date format as you want it, click, drag and copy to the clipboard.
    Now to the Time section. Note that you can choose how you want the hours to appear in 12-hour/24-hour clock time: 0-11, 00-11, 0-12, 00-12 etc.
    You can have am/pm in uppercase or lowercase - type into the fields at the bottom of the window. Drag the blue am/pm button to the entry bar after the minutes, or seconds if you have them.
    You can add spaces, colons etc to suit the look of it all as you wish.
    After that, paste from the clipboard so you have the full Monty, both Time and Date, and click OK to close the window.
    (If you decided to insert the day during the customising process, you might have the day at the beginning as well, in abbreviated form. Just go to the Date & Time Pane and uncheck 'Show day of the week'.)

  • Possible degraded files. Menu bar missing.

    Right click on remaining toolbar area shows Menu bar ticked along with others but cannot untick them. "Alt" doesn't work. "Default" under "customise" shows Menu bar until I close Customise area. Have fully uninstalled and the reinstalled Firefox - got exactly the same problems

    See:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • I "upgraded" to FF5 and now have no refresh or stop icons in the menu bar, nor are they available on the "personalize" menu. How do I get them back?

    Question
    I "upgraded" to FF5 and now have no refresh or stop icons in the menu bar, nor are they available on the "personalize" menu. How do I get them back?

    The idea is that the button on the end of the location gar is smart and changes between being a stop or a reload button. It is a stop button whilst loading and a reload button once loaded.
    The buttons can be dragged off the customise menu, or if they are already on the toolbar they may be re-positioned, they combine depending on the order they are in, separate them or move them so they swap places, instead of docking with the location bar.

Maybe you are looking for

  • SmartView 11.1.2.2.300 (Build 070) 64-bit Help

    Hello everyone. First, I am not an "IT guy" so please bare with me as I am not technical but need help. :) I am running Windows 7 64-bit Professional and Excel 2010 64-bit. I installed Oracle Smart View for Office, Fusion Edition 64-bit as an add-in

  • How can I import CA root certificate into Nokia 62...

    I need to receive e-mail via IMAP over SSL connection with self-signed server certificate. When I'm trying to download exported certificate in X.509 binary format (*.cer or *.der) I can see all certificate details but I can not save it - phone report

  • Do not have "background" layer and "shapes not showing up in my layers.

    I open a new doc. there is no "background" layer, it is Layer 1 and when I make a shape it does not show up in the layers box. Maye reinstall ps?

  • Novation Remote SL Help

    Okay so I used v7 of the installer on Novation's site (so the Novation OS is on 1.015), but the Logic automapping doesn't seem to work right. I read that one thread on it, but nobody seemed to have a clearcut way to get it to work. Am I supposed to d

  • One computer showing up twice

    I have network magic pro 5.0 with a wrt160n v3 router.on my network .I am using windows 7.One of my computers  is showing up on the map twice,once as laptop second as workstation.The workstation is coming up as not having network magic installed caus