Menu Bar does not show icons

My MacBook was acting up so I took out the battery because it wouldn't let me shut down or restart. When I put the battery back in and turned it back on all of the icons on the right side of my menu bar were missing. There is no bluetooth, battery life, internet signal, date, or time icon on the right side, nothing. I went to "system prefrences" then "date and time" only the window feature for time is working. I have no idea how this happened and I cannot find an article under troubleshooting that covers this. Please post if you have any ideas or suggestions.

Choose Go to Folder from the Finder's Go menu and enter /System/Library/CoreServices/ as the folder's path. When this folder has appeared, double-click the item SystemUIServer inside and check whether the icons appear.
If so, add this application to the list of login items for your user account in the Accounts pane of System Preferences.
If not, choose Go to Folder and provide ~/Library/Preferences/ as the location. Move the file named com.apple.systemuiserver.plist inside this folder to the desktop and try opening the SystemUIServer again.
(17921)

Similar Messages

  • Menu bar does not show on screen?

    Menu bar does not show on screen.

    I'll assume your profile is wrong (10.4.7?) and you are using Lion in full screen mode.  If so click the double arrows in the menu bar which should appeare if you mouse into the menu bar area.
    If that isn't the case then are you zoomed in?  Contol + fingler drag on mouse (or scroll wheel) zooms in or out (see Mouse preferences, Screen Zoom, look at the little movie).

  • Finder menu bar does not show up always

    From time to time (maybe once a month) when I boot up my MBP, Finder Menu bar at the top of the screen does not automaticaly show up. Only basic screen color.In order to bring that bar (with apple icon in the left top corner and little magnifying glass,airport symbol etc in the right top corner) I have to click once at the top of the screen where that bar is suposed to be.Than it shows up and everything runs smoothly afterwords. At the same time my Dock works fine from the beginning. It does not bother me too much because everything else works perfectly fine and it happens not so often. I only wonder if anybody had a similar problem or if that is a problem at all. Thanks!

    My own and my girlfriens's new 13" MBPs (10.6.2) have done this a couple of times. I really haven't bother to look into the case because I assumed that it's just a bug as it was happening on both machines. As a matter of fact, I haven't seen it happening for a while.

  • Spry Menu Bar does not show up in Mozilla Firefox 1.0.7

    I been building a spry horizontal menubar in Dreamweaver.
    Everything was working well in both Firefox and IE. Then it
    disappear in Firefox. The menubar appears in
    www.brycelevancushing.com
    Bryce leVan Cushing Web
    site
    Could someone help solve this mystery?

    Many many moons ago, a work-experience student, decided to play a trick on me. Knowing that I often used MS Excel, he decided to change the default text colour to white. On a white background, the information that I tried to enter into the spreadsheet did not show up, making me think that I had a virus or worse on my computer.
    Have a look at the following exerpt from your SpryMenuBarHorizontal.css
    /* 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: none;
        background: #FFF;
        left: 0px;
        text-decoration: none;
        width: auto;
        padding: 0px;
        z-index: 1010;
    Good luck,
    Gramps

  • Spry menu bar does not appear over flash elements in I.E. 8

    Hi, My spry menu bar does not appear over any flash elements in I.E. 8. Every other browser it workd fine. Can anyone please help? Thanks
    A link to one of the pages is http://www.innervisionfilms.tv/pages/showreel.html
    My spry code is
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* 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: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        font-family: Verdana;
        color: #000033;
        font-weight: bold;
    /* 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: 130px;
        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;
    ul.MenuBarHorizontal ul li a
        width: 10.2em;
        background-color: #4E81B4;
        left: auto;
        background-image: none;
    /* 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-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #FFFFFF;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        border-left-color: #FFFFFF;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #EEE;
        padding: 0.5em 0.75em;
        color: #000033;
        text-decoration: none;
        font-family: Verdana;
        font-size: 11px;
        background-image: url(../pagelayout/menubg.jpg);
        font-weight: bold;
        border: 1px solid #003366;
    /* 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: #003366;
        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: #003366;
        color: #FFFFFF;
    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(../pagelayout/menubg.jpg);
        background-repeat: repeat;
    /* 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(../homepagelayout/greenbarbg.jpg);
        background-position: 95% 50%;
        background-repeat: repeat;
    /* 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;
        filter:alpha(opacity:0.1);
    /* 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;

    I still can't find a solution. Changing the parameter wmode:transparent works for .swf files but .flv files do not have the option to add this parameter. If you add it in the script manually it doesn't do anything. Any help would be greatly appreciated. I cn't find any solution online.
    Thanks,
    Adam

  • The scroll bar does not show in my SaaS application.

    I have a spreadsheet application and the scroll bar does not show on FF4. I need the scroll bar to navigate the app.

    table is surround by panelStretchLayOut but I examine this and has no difference.
    scrollBar show for data under one milion records!!
    and here is my code:
    <af:popup id="t1DataPopup"
    binding="#{B1Bean.t1DataPopup}">
    <af:dialog id="d9"
    type="ok"
    affirmativeTextAndAccessKey="#{viewcontrollerBundle.okLabel}"
    title="#{bindings.R1.hints.label} : #{bindings.R1.inputValue}"
    inlineStyle="position: absolute; left: -410px; top: -200px;">
    <af:panelStretchLayout id="psl4" topHeight="30px"
    inlineStyle="width:800px; height:400.0px;">
    <f:facet name="bottom"/>
    <f:facet name="center">
    <af:table value="#{bindings.s1Graph.collectionModel}"
    var="row"
    rows="#{bindings.s1Graph.rangeSize}"
    emptyText="#{bindings.s1Graph.viewable ? viewcontrollerBundle.noDataToDisplayMessage : viewcontrollerBundle.accessDeniedMessage}"
    fetchSize="#{bindings.s1Graph.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.s1GraphQuery.queryDescriptor}"
    queryListener="#{bindings.s1GraphQuery.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.s1Graph.collectionModel.selectedRow}"
    rowSelection="single" id="t1"
    partialTriggers="::s1Graph ::s1BarGraph ::s1HoriBarGraph ::s1AreaGraph"
    autoHeightRows="-1">
    <af:column sortProperty="T1Stmp"
    filterable="true" sortable="true"
    headerText="#{bindings.s1Graph.hints.T1Stmp.label}"
    id="c94" align="center">
    <af:outputText value="#{row.T1Stmp}"
    id="ot139"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="start"/>
    <f:facet name="end"/>
    <f:facet name="top">
    <af:panelGroupLayout id="pgl20">
    <af:commandButton text="#{viewcontrollerBundle.saveAsExcelCommandButtonLabel}"
    icon="/Images/excel.gif"
    id="cb9">
    <af:exportCollectionActionListener exportedId="t1"
    type="excelHTML"
    title="T1Data"/>
    </af:commandButton>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:dialog>
    </af:popup>
    and fetchsize=25
    Edited by: Mansoor on Jul 17, 2012 8:28 AM

  • I have Windows 8. The address bar does not show on firefox. How do I fix this?

    The address bar does not show. How do I get it to appear?

    * If the menu bar is hidden then press and hold the Alt key down, that should make the Menu bar appear. Make sure that you have the Navigation Toolbar and other toolbars visible: View > Toolbars .
    * If items are missing then see if you can find them in the View > Toolbars > Customize window.
    * If you see the item in the Customize window then drag it back from the Customize window to the Navigation toolbar.
    * If you do not see that item then click the Restore Default Set button in the View > Toolbars > Customize window.
    See also [[Back and forward or other toolbar buttons are missing]] and [[Customize navigation buttons like back, home, bookmarks and reload]] See http://kb.mozillazine.org/Toolbar_customization

  • My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    My menu bar does not appear at the top of my homepage on a brand new 27" iMac only when i pull up an app. this does not allow me to shut down my mac when all apps are closed nor does it all me to use finder. any help would be awesome

    Press the escape (esc) key to exit full-screen mode.

  • Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL..

    Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL. However, if I right click on a link and select "Open Link In New Tab", the Tab shows URL in address bar. So it's working when it's a New Tab but not a New Window.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • On windows 8.1 charms bar does not show up and the touch functionality is also degraded

    upgraded my elitepad 900 to windows 8.1 . after this the charms bar does not show up and the touch functionality is also degraded while playing games. i believe i need the latest synaptics gesture suite.  Cannot find it. Please help.

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this HERE.
    HP ElitePad 900 G1 Tablet Support
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • In Photoshop Element 9, when opening the Organise section, the top bar does not show File, etc.?

    Just reinstalled Photoshop Ele,ents 9 onto Windows 7.
    In the Editt part,on opening, all is well.  This clearly show the top bar where youcan call and enter from the file to work with items on your computer.
    However, on the Organise section, this to bar does not show at all, therefoere you are unable to do any work as you cannot import items from anywhere.
    How do I get this to work now.

    You should ensure your font/text size is 100% or 96 dpi in the Windows control panel or you may need to adjust the native screen resolution of your monitor. Alternatively try keyboard shortcuts to access the menus.
    File – Alt+f
    Edit – Alt+e
    Find - Alt+i
    View – Alt+v
    Window – Alt+w
    Help – Alt+h

  • Capacity bar does not show detail in itunes

    Capacity bar does not show detail in itunes 10 when iphone is connected via wifi
    when I connect via cable it corrects itself
    running os 5.01

    PLEEEEASE
    i bought Apple TV 2 days ago but i couldnt bind it to my i tune??? i tried everything , my apple TV doesnt show on my I tune ?? theu are on the sam WIFI network ( Time capsule) same account and both updated !!
    can anybody help me to solve this problem

  • LaunchPad Does Not Showing icons Of Few Apps

    Hi Guys I Got A Realy Bug Problem, Launchpad does not showing icons on some apps, but names - it does.
    its realy annoying, here is picture of the problem(maybe in file not so sure):

    So here is very simple solution to the problem... i just did on my MBP  and it worked
    Open application folder --   if you have launchpad icon on your dock - good   if not then drag the icon ( rocket icon) from application folder  to Dock. 
    Now, whatever icon is missing, drag that icon from Application folder to the launchpad icon on the dock.  Then check if the icon is visible now by clicking on launchpad button or F4 key.
    For me it worked flawlessly.
    let me know

  • FN key menue bar does not appear on Satellite R

    PROB-1: i bought this Lap before 4 months.. suddenly my FN key is not working... that is, if i press FN key, menu bar does not POP OUT, but if i hold FN key and press F7 or F6, the screen brightness is changing.
    I got this in Saudi Arabia, the key board also have Arabic font (which i really dont want).
    PROB-2: If i want to type "@", i have to press ' Shift+" ' instead of ' Shift+2 '
    pls help on these..

    Hi
    Prob 1:
    The FN button row which appears at the top of the display is controller by Flash Card Support Utility.
    Go to All Programs -> Toshiba -> Flash Cards and restart this software.
    If this does not help, then reinstall this tool.
    Prob2:
    I assume you keyboard language setting does not match with the keyboard layout.
    Simply change the keyboard language setting.
    I assume you will need to change this to English (United state)
    Greets

  • Top bar does not show for displaying PDFs in browser

    The top bar (the one that has: File-Edit-View-Documents-Tools-Window-Help) displays when the Preference is set to NOT display PDFs in my browser. But when I set the Preference to display PDFs in my browser, the top bar does not display.
    How can I get the top bar to display when my Preference is to display PDFs
    in my browser? That is the manner in which I use Acrobat Reader 90 percent of the time.
    I am using Acrobat Reader 9 which I just downloaded yesterday, my operating system is Windows XP (with Service Packs 1 and 2) and my browser is Internet Explorer.
    Can anyone here help me? Or is there a better place to get help on this?
    Milton Beychok

    Well the problem is that, in Windows, the menu bar is owned by the application. When you view the PDF in the browser, the browser owns the menu bar and chooses what to show. Hence it shows only the browser items and not the Reader menus. If you view it outside the browser, Reader is running stand-alone and shows it's menu items.
    I think, all you can do is show make sure the button bars you want are exposed by default.

Maybe you are looking for

  • Component SMS_DISCOVERY_DATA_MANAGER Message ID 619

    Hi, My SMS_DISCOVERY_DATA_MANAGER component status is showing as critical because Meesage ID 619 is being logged every minute. Any advice how to fix and if this would impact the application? Status Message Details as follows: Microsoft SQL Server rep

  • Badge on (settings)

    I'm using iPad 3 and iOS 6.0.1 . Actually i know that normally a badge appears on the settings app when a new software update is out . I don't know why nothing appears on my iPad ! Yesterday , i was checking on a new software update in settings<gener

  • Keep getting "Fatal error during installation" messages on install of 7.0 SP1

    Hi, I keep getting the following error on installation (dialogue box) on Win2K of WLS 7.0.1.0: "Fatal error encountered during file installation. The installer will now cleanup and exit! [file size error for E:\ ...]" While this looks like an obvious

  • Where are the symbole used in Pages? What a downward arrow in a rectangle mean?

    I found a new symbol located on a Pages document. It was a downward arrow within a box in the upper right-hand corner. It appeared where you show all of your documents. Next, there's no table showing this symbol anywhere's, particularly in the help w

  • Indesign CS4 crashing when updating links

    When I open a CS3 file in CS4, and choose to update links when opening the file, Indesign stops working when it tries to update the links. I am not able to cancel the request, I can only shut down the program in the windows task manager. Anyone knows