Hide Menu bar and disable dock.

s there a way to Hide the Menu bar?
(there must be a way because it gets hidden when watching a movie in full screen in vlc or any other app)
and is there a way to disable (not hide) the dock?
thanks.

Is there a way to Hide the Menu bar?
The menubar is a consistent interface artifact in Mac OS X and Macs in general which never changes its location, unlike Windows which attach menubars to specific applications. If your purpose is a kiosk style web browser, there is Saft for Safari. Other web browsers have their own built-in kiosk mode for the Mac.
If you want a menubar to be hidden for other applications, contact the software vendor who makes the software you want the menubar hidden on. Most applications depend on its existence.
The Dock while put on the right hand side of the screen is less likely to get activated by accident, and will activate more slowly than when on the bottom of the screen if you make it unhidden and magnification off, and then automatically hide it with command-option-D keystroke.

Similar Messages

  • Hide menu bar and toolbar

    Hi people,
    Someone knows a way to hide (or deactivate) menus and toolbars in standard transactions? It's possible without coding?
    Tks,
    Douglas

    Hi Douglas,
    You can hide a menu bar via a transaction and screen variant. The T.code is SHD0. No code required, just a development class/package.
      I'm not sure if you have hide tool bars.
    SAP has some good documentation on transaction and screen variants. Below is the link.
    http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm
    Mike Vondran
    Mike Vondran

  • Hide menu bar and tool bar of the browser when running forms 10g

    hi all
    i want to hide browser's tool bar,menu bar when i run the form
    thanks

    maddyd2k wrote:
    Hi
    your utility is very helpful
    one thing i want ask.... i am using oracle developer suite in that where i can find web server and where i can place the FormStart folder
    Help me in this
    Thanks
    Edited by: maddyd2k on Mar 31, 2011 3:46 AMHi
    first, yes this utility is very useful but it is not mine ;) all credits goes to Peter de Vaal the author !
    for your requirements, take a look at Peter's documentation on how to set up the utility for developer suite (the webserver is the oc4j standalone)
    you must define a virtual path to your FormStart folder and html files :
    Step 2. Define a virtual path
    The FormsStart directory must be made accesible through the http protocol. The way to do this is to define a virtual path for your web server.
    For Oracle Developer Suite the webserver is the stand-alone oc4j. You define a virtual path in file orion-web.xml. This file can be found in:
    <DS_home>\j2ee\DevSuite\application-deployments\default\defaultWebApp
    Add the following line before the </orion-web-app> tag:
         <virtual-directory
                virtual-path="/forms/fs"
                real-path="C:\oracle/FormsStart/html" />
    For Oracle Application Server the webserver is Apache. You can specify virtual paths in httpd.conf or in one of its include files (oracle_apache.conf, forms.conf). We suggest to specify it in forms.conf (in <AS_home>\forms\server, For 9i and 9.0.4 it is: forms90\server\forms90.conf).
    Use Enterprise Manager Website to edit this file (Click on HTTP Server, then on Advanced server Properties, then on forms.conf or forms90.conf).
    Add the following line, below the list of other AliasMatch tags:
    Windows:
    # Virtual path for FormsStart Utility
    AliasMatch ^/forms/fs/(..*) "C:\oracle\FormsStart/html/$1"
    Unix:
    # Virtual path for FormsStart Utility
    AliasMatch ^/forms/fs/(..*) "/app/oracle/FormsStart/html/$1"JeanYves

  • Hide menu bar and title bar in a JFrame

    Hi!
    I'm using a JFrame for a kind of viewer application. I start it as normal, so the JFrame has a JMenuBar with menus and the title bar with the application name.
    So far, all right, but at some point I would like to press a JButton to make the viewer application full screen, that is, hiding the window title bar and the JMenuBar.
    Any idea?
    PD: I've tried the method myJMenuBar.setVisible(false) in order to hide the menu bar, but it seems it doesn't work because I'm using the Look&Feel Metal with border decorations.

    something like this seems to work OK.
    basically, create a JPanel that is the contentPane of the frame, then for full screen
    create a JWindow, add the panel to the window, show the window
    (alt-F4 to close)
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Testing
      public void buildGUI()
        JMenu menu = new JMenu("File");
        JMenuItem menuOpen = new JMenuItem("Open");
        JMenuItem menuSave = new JMenuItem("Save");
        JMenuBar menuBar = new JMenuBar();
        menu.add(menuOpen);
        menu.add(menuSave);
        menuBar.add(menu);
        JButton btn = new JButton("Full Screen");
        final JPanel p = new JPanel(new GridBagLayout());
        p.add(btn,new GridBagConstraints());
        final JFrame f = new JFrame();
        f.getContentPane().add(p);
        f.setJMenuBar(menuBar);
        f.setSize(200,100);
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
        btn.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent ae){
            JWindow w = new JWindow(f);
            w.add(p);
            f.setSize(0,0);
            w.setSize(Toolkit.getDefaultToolkit().getScreenSize());
            w.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • Do not show the Mac menu bar and the Dock in full-screen mode option not available

    "Remote Desktop Connection" for mac has an option to
    hide the menu bar in full screen mode.  I am unable to locate this option in the new
    Microsoft Remote Desktop.  Without this option the remote desktop connection bar becomes completely inaccessible.  And since the old "remote desktop connection" program has poor support for windows 8.1 I cannot go back.
    Is there a workaround?  Can you please add this important feature back in?
    Blog

    H,
    I am afraid that we have no solution or workaround for this. I will help to submit this as a customer wish to the product team.
    Thanks for the feedback.
    Jeremy Wu
    TechNet Community Support

  • Ever since I updated to OSX 10.9.3 the menu bar and dock keep hiding. How can I disable this?

    I updated to OSX 10.9.3 and now the top menu bars and the dock always hide. I always have to click at the top to get them to show again. I wan't to see them all the time as before. Any solutions? Btw. my automatically hide and show dock option from the dock options menu is disabled, but everything keeps hiding.

    They hide when you use an App in Full Screen mode
    Go to the top of the display and force the menu bar to be revealed and click on the blue full screen icon, to take it out if that mode

  • My screen is magnified on full and i can't find the menu bar and the doc.

    My screen is mangified on full and i can't find the menu bar and the dock.

    Hello, Melorw44.
    Try pressing the <esc> (Escape) key.
    If <esc> doesn't clear your full screen, restart your Mac.  When you launch Safari after the restart, the normal sized window should open.
    BTW, three finger double tap applies to trackpads. From your responses, I infer that you are not using a trackpad.  However, if you are using a wireless mouse (or other wireless pointing device), low batteries in the device might be causing your inability to control your view.
    Message was edited by: EZ Jim
    Mac OSX 10.8.2

  • Apple script to enable/disable dark menu bar and dock when sunsets/sunrises

    Greetings,
    Regarding the new dark menu bar and dock function in Yosemite. Would it be possible to write a script that would enable this function at a certain time say sunset and to disable it at another time say sunrise?
    If so, is there anybody who could possibly help me write such a script or atlas point me in the right direction please?
    Many thanks in advance
    G_D

    Although you can set or remove the Dark interface style with defaults write syntax, the reset back to default (non-dark) interface will require a log-out/log-in cycle to entirely remove the Dark style. Toggling this style on and off in the System Preferences > General panel does not require the preceding log-out disruption. Unfortunately, other than possible GUI scripting, the Apple Script dictionary in Yosemite is very limited with respect to System Preferences access, and enabling/disabling the dark interface style.

  • How to hide the menu bar and Dock

    Howto hide the menu bar and Dock on Mac, I found a tutorial that addfunctions esto info.plist this
    <key> LSUIPresentationMode </ key>
    <integer> 4 </ integer>
    But does not work  which you know another way to do this?

    I have played with 'LSUIPresentationMode' in the past - I may be wrong but I think a value of "1" (and "2" for that matter) only really works in combination with 'LSUIElement' set to a string value of "1". The 'LSUIElement' property of course does away with the application's own menu items so isn't ideal for most applications and since you mentioned using "1" instead of "4", I assume you want your menu items visible all the time.

  • I accidently Hid The menue bar and Navigation bar and only left with the bookmarks...I tried right click but cant find the right spot for the box to pop up to check menue bar, i also tried pressing alt and it did nothing. what else can i do? I need this a

    I was trying to hide just my clock for the history and the menu bar(file,edit all that), I dont know what i clicked but it got rid of everything except for the bookmark tabs. I know if you right click on the menu bar you can fix it, but since there is no menu bar anymore, this isnt working. i looked up how to do it in the forum found out you can press alt and do it that way, maybe i didnt do right, but that didnt work either.please help me!
    == This happened ==
    Just once or twice
    == I tried to hide my history and menu bar, and it jost got rid of it all. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)

    If that still doesn't work then see http://kb.mozillazine.org/Corrupt_localstore.rdf
    (caution: do not delete the localstore.rdf file in the Firefox program installation folder)
    Note:
    Deleting the file [http://kb.mozillazine.org/localstore.rdf localstore.rdf] will reset the customizations of the toolbars to the defaults.
    You can rename ''localstore.rdf'' to '''localstore.rdf.sav''' to test if that solves it.
    Then you can restore the customization by copying ''localstore.rdf.sav'' to ''localstore.rdf'' if it didn't work.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Hide Command Bar and Menu Bar

    Hello there,
    Iam trying to display a transaction in portal. For this iam using a Transaction I View. But iam able to find two menus and the command box at the top of the iview.
    How can i restrict these from appearing?
    Iam using ECC6. EP7  (Integrated ITS)
    Iam <b>not</b> using an Internet Service, iam directly calling the transaction using the Iview.
    Kindly show some light
    Thanks and Best Regards
    Sera

    Hi,
    Pls see the foll threads:
    <b>How to hide the system and help menu from the standard menu bar? Help!</b>
    How to hide menu bar in WEBGUI for HTML
    Standard Menu
    BR,
    Disha.
    Pls reward points for useful answers.

  • After installation of 11.0.6 update und disabling protected mode text menu bar and window frame are disappeared

    Hello,
    see topic.
    my environment : WIndows Server 2008R2 SP1 witx xenapp 6.5.
    adobe acrobat 11.000 without protected mode  and 11.0.06 with protected mode works properly
    F9 reactivate the menu bar and the window frame but it is not practicable for my customers permanently F9 to press
    protected mode has to be disabled
    greetings
    Don Mentiroso

    This looks like a bug and I'll have it investigated.
    Ben

  • When I maximize my screen on my Mac it hides the menu bar and the typed tool bar at the top of the screen - how do i fix this

    When I maximize the screen on my Mac Book Pro it hides the menu bar and the typed tool bar at the top of the screen as well.  How do I undo this?

    10.7 "Full Screen" is a feature imported from IOS, the land of tiny screens.
    To use a larger window on a REAL computer, adjust the Window's size to suit your needs. Do not use "Full Screen".

  • Display missing out menu bar and part of dock

    When I bought my computer I also got a mini display port to HDMI. At first it was missing some of the menu bar and dock and I turned underscan on and it was fine. I then unpluged it and the next time I plugged it in underscan is greyed out. I am using a samsung widescreen display. Can someone plz help me?

    Hello, see if this might be it...
    I think you accidentally hit CMD+Option+8, do it again, or open System Preferencess>Universal Access>Seeing & turn Zoom OFF.

  • Not able to see menu bar and dock after maximizing.

    Prior to installing Yosemite, maximizing a window left the menu bar and dock visible; with Yosemite they are no longer visible.  How do I reset this?

    Moving the mouse pointer to top or bottom of screen (assuming menu at top and dock at bottom), should display them.
    Or, Control/Command/F   combination.

Maybe you are looking for

  • XDO Help...Error while generating PDF output

    Hi All, I am currently facing an issue generating the PDF through the concurrent program. We have developed the RTF template using Oracle XML Publisher Builder Template for Word Version 10.1.3.2.0 Build 87. When we run ,the program errors out some ti

  • Database Links - Objects Unviewable

    Oracle SQL Developer 1.1 Patch 2 When I connect to a database with my schema, I can see all my objects in the database, however, when I try looking at objects that I have access to in a different database through a database link...no objects show up.

  • How do I assign keywords to groups of photos?

    apologies in advance if this has been answered, I can't see how to search the forum first before posing the question. I recently bought a DSLR. my photography habit is exploding and I'm creating a lot more photos. I need to be more diligent about org

  • [SOLVED] Installation of openldap fails

    Hello, this is a quite new Archlinux installation (about 3 weeks old), it was installed 3 weeks ago and after i installed it, i went to vacation for 3 weeks. Now im back, i done updates and finished the setup of the machine and want to start to work.

  • I upgraded to the IOS7 and now the 2 iphones seem to be connected via iphone text.

    I love the new upgrade but i'm not happy at all that now my other apple iphone3G are some how linked together via text's. Any iphone to iphone text to either of our phones get copied to the other and anyone on my side can respond and it looks like I