Menu bar app not appearing in dock.

I have SugarSync running, but I can't see it in the dock, or in the app switcher (the command-tab keyboard shortcut). The only way I can switch to it is with Mission Control, or by moving windows around until I can see and click on SugarSync. In addition to the above problems, it doesn't show up on the left side of the menu bar even when it's the selected window. This all seems to be because it's designated as a "background app", for lack of a better term. I've searched everywhere I can think of for an answer to my problem, but the only results I can find are for people that want apps to leave the dock, not the other way around. How do I change an app's property from background or menu bar app to normal?

Julien,
Eventually everything went up but I never heard back on my emails. Unfortunately, so long as the contracts are all "in effect" and the app is "ready for sale" all you can do is wait for them to get it up on the store and you don't receive any notice as to when it goes up so you have to keep checking in iTunes. Sometimes it can be found through the search function before it is listed in a category and it may appear in some territories before others. The other way you know it has gone live is when the trend reports begin appearing.
The "add rights" or "request reports" things I think only pertain to music or film but not to the apps so it's just a bug in the software that it mentions it to us.
Sorry!
- Noah

Similar Messages

  • 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.

  • 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

  • Firefox 4: the drop down menus in the top menu bar will not appear in Google pages.

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/808729''
    Firefox 4: the drop down menus in the top menu bar will not appear in Google pages. For example, when I click "more" it is like clicking a dead link. Nothing happens. When I click the "tools" icon or my email address to log out, same thing.

    Could you do the following please.
    In the location bar at the top, type '''about:config''' and hit Enter
    In the filter at the top, copy/paste the following setting:
    '''browser.urlbar.maxRichResults'''
    If the figure on the right is a single number, or a minus figure i.e. '''-1''', right click it, choose '''Modify''', remove the current setting and replace it with the figure "'''12'''".
    Then close Firefox and restart it again.
    I went to Google Maps, but as you can see from the screenshot, directions appear to be working.
    You could also try creating a new Profile. See [[Managing profiles]]

  • 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

  • Menu bar does NOT appear in FULLSCREEN APPS

    Hey everyone,
    I recently updated to Mountain Lion from Snow Leopard on release day. Although I am relatively unfamiliar with the full screen apps Lion + ML have started enabling I seem to be having an issue.
    I started using fullscreen mode with Safari and noticed I lost my menu bar. I soon found that moving my cursor up to the top of the screen made the bar come back into place.
    HOWEVER, about a day ago it stopped working! Is there something that has happened to stop this from working? It's quite annoying as once I'm in fullscreen mode I cannot leave it without hitting the esc button, which closes my browser down losing my websites and work I have done.
    This problem also persists in other apps that I fullscreen, I merely used safari as an example because its one I would like to use most in fullscreen.
    Is there any other way I can make the menubar show up again? And is there a reason moving my cursor to the stop of the screen no longer brings up the menubar?
    I am running ML on Mid 2009 MBP OSX 10.8
    Thanks in advance for any help you can provide

    The final solution to solve all problem I reported is to uninstall Air Display. This solved my question.
    After unintalling Air Display, dragged icon now can be dropped as expected just after reboot. Hot corner can work as expected just after reboot. Menu bar can be shown properly in full screen mode when mouse was moved to the top as expected just after reboot.
    Without uninstall, the workaround is to wait for an hour for my ML to be stablized. It means that after about one hour, those problem would then be resolved automatically, but it means I cannot reboot my ML if do not want to wait.

  • HT5610 My menu bar won't appear for me to authorize my computer. Can you please help? I have a macbook pro

    My menu bar will not appear and I am trying to authorize my computer. Please help

    Authorization
    Macs:  iTunes Store- About authorization and deauthorization.
    Windows: How to Authorize or Deauthorize iTunes | PCWorld.
    In iTunes you use the Authorize This Computer or De-authorize This Computer option under the Store menu in iTunes' menubar. For Windows use the ALT-S keys to access it. Or turn on Windows 7 and 8 iTunes menus: iTunes- Turning on iTunes menus in Windows 8 and 7.
    Also see, iTunes Store- Authorize or deauthorize your Mac or PC

  • Firefox menu bar appears- file/edit/history etc but the actual page with the search bar does not appear and is blank

    when clicking firefox icon to open the internet, all that appears are the options along the top of the page. the rest of the screen does not appear revealing the desktop picture. The firefox page with the search bar does not appear.
    http://imageshack.us/photo/my-images/214/screenshot20120303at155.png/

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • If we have the original ipad, how can you open a pdf in the ibooks? the menu tap bar does not appear at the top of the screen like the new ipad2. Any suggestions?

    If we have the original ipad, how can you open a pdf in ibooks? The menu bar does not pop up like it does on the ipad2. Any suggestions?

    Are you in Safari and you want to copy them to iBooks, or you in a different app ? Assuming that you are using Safari, then if I open a PDF on my first gen iPad in Safari and tap on it, I then get a pop-up bar at the top of it with the 'Open In' options.

  • TS1702 App not appearing in open with menu

    Has anyone found apps not appearing in the open in menu

    Does the app support the type of file that you are trying to 'open in', and how many apps do you currently have in that file type's list ? There is a limit of, I think, 10 apps in the list

  • Problem with CC Menu Bar app (Mountain Lion)

    Howdy!
    So, i have this little problem with the CC menu bar app. I have it set to start when i login and everytime i (re)start my computer, the CC app window starts in the middle of the screen. I have to click in the menu bar icon for it to go to it's rightful place.
    It's not a big of a problem (not really a problem even), but i wonder if there is any way for it to start hidden and in it's place.

    Ok, i disabled that option, restarted, then Pinned it to the menu bar, changed the option back on and restarted again.
    Still shows up in the middle of the screen as soon as i login.

  • The "Adobe PDF" menu choice does not appear on Excel Menu

    I've installed Acrobat 9.1.2 and the "Adobe PDF" menu choice does not appear on the Excel 2000 Menu.  I have uninstalled and reinstalled the Microsoft Office option in PDF Maker with no change.  It does appear on the Word 2000 Menu.  Adobe 8.1.3 shows on all apps of Microsoft 2000 (on different computers.)

    According to Version Compatibility of Acrobat PDFMakers Office 2000 is not suupported by Acrobat 9.

  • Srpy menu bar will not display

    Was working away on modifying a spry menu bar when all of a
    sudden the menu bar will not display. Tried creating a new page and
    inserting the menu bar and still will not display. Won't even
    display in previous pages created.
    Anybody have any ideas?
    Thanks

    The following code calls the MenuBar widget into your
    document, but the widget will not be found, if the code that I
    provided you is not properly formatted.
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
    {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
    imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    When I insert a SPRY widget into my document the Javascript
    and CSS files that construct and determine the appearance of the
    widget are automatically placed into a folder called SpryAssets. My
    document is housed in a different folder. Thus, I must exit the
    folder in which my document is contained before entering the
    SpryAssets folder. When I read your href attribute it appears that
    your SpryAsset folder and your document are located in the same
    directory folder. If this is true, then I do not understand why
    your widget does not appear.
    I can offer two additional suggestions, and then my knowledge
    of what might be wrong is exhausted:
    1) If possible insert the widget again using a previous
    version of your document in which the widget has not already been
    inserted.
    2) Always make sure that your document has been saved at
    least once before inserting a SPRY object. This will insure that
    everything is properly linked when the widget is inserted.
    In the meantime, maybe someone more knowledgeable than I will
    be able to help.

  • Navigation bar does not appear on published page, Replaced by a "bullet"

    Navigation bar does not appear on the published page, but is replaced by a "bullet".
    "Include page in Navigation menu" is checked on every page.
    Therefore unable to navigate to other pages.
    If other pages are moved to the first position, the same thing occurs - ie  unable to navigate to any other page.

    One frequent reason for that is the fact that not all the files in the Scripts folder for the site are getting uploaded.  While viewing the site bring up the Activity Window (Command+Option+A) and see if any of the files are listed as missing. If there are you'll need to upload the Scripts folder to the server.
    If you're using iWeb the only option there is to try the File ➙ Publish Entire Site menu option. 
    Or, you can publish you site to a folder on your hard drive and use a 3rd party FTP client like  Cyberduck to upload just the Scripts folder to the server.
    OT

  • Formula bar does not appear in Numers on iPad

    Formula bar does not appear in numbers in iPad 1. Tapping twice only numerical keys appear. Search net and could not find solution. Deleted and then downloaded numbers to no avail. Works fine on iPhone.

    when you double tap, you will first see the numerical keys, now look to the left of where the numbers show up, above teh numeric keypad. There are four "buttons". the number 42 is highlighted, this indicates numeric entry. the others are a clock (for date/time entry), the capital Letter T (for text entry) and an equal sign (for formula/equation entry). Tap the appropriate one to get the data entry type you require. If in formulas, you will see the four buttons collapse down to "...". to save space. just tap that button to return to the four.
    This information is available online from apples Numbers support web site, or through the Help menu under the wrench icon:
    http://help.apple.com/numbers/ipad/1.5/#tan72717cf6
    Jason

Maybe you are looking for

  • Is there a way to create a button that links to a website?

    Is there a way to create a button that links to a website? I was reading up that it's possible to this with menus, and tracks but can you do it with a button and how? I am hoping to create a button that people viewing my discs on a computer can click

  • Help I can't open raw files in lightroom-tearing my hair out....

    That is lightroom 2 I have that info may be helpful.  

  • Oracle 11gR2 RAC problem with resource state

    Hi all, I installed Oracle 11gR2 grid infrastructure with 2 nodes and I installed DB 11gR2. S.O: HP-UX I actived both DB instance in each node. For an hardware problem node 1 become unstable (continuos auto reboot). I found that the problem was RAM.

  • SQL Developer 1.5.4 MySQL migration bug

    Trying to use SQL Developer 1.5.4 to "Capture" MySQL schema. Getting this Java exception: java.lang.Exception: java.lang.NullPointerException      at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigration

  • "On My Mac" does not map to ~/Library/Mail/Mailboxes

    OK, while fighting my IMAP issues with SpamArrest, I'm trying to cleanup my mailboxes to make sure I have nothing funny happening with my Mail apps. One thing I noticed is that the list of folders listed under "On My Mac" in Mail is not exactly the s