Skip to main content

Posts

Showing posts with the label doc

HIDING THE DOCK & MENU BAR IN AN APPLICATION

How to hide doc & menu bar in a specific application Yesterday I got a mail from one of my user Bill and was asking if there is any way that he can hide doc when he is running his safari. Since then I was trying to find the trick to get this done for Bill. I was not sure if there is any way to do this until I found this cool method. Using property key references, this is a code that makes certain changes to your system. When you will run the application, it will check the property references and perform accordingly. Its an application programming interface (API), a small bit of code, that will make this change occur. Now without taking you in depth of how it works let me show you the procedure how to do it. Launch the application, in Finder right click (ctrl+click) on the application and select “ Show Package Contents ” and go to ' Contents ' then open “ Info.plist ” in TextEdit. Now in this file, try to find the command (dict) and then paste the following command and save