How to make dock disappear for certain apps?

Is there a way to make my dock disappear, but only when a certain app is open? I work with Photoshop, on my 13" Macbook Pro, and to be honest, I need every tiny bit of screen space I can muster. I'd like it if Photoshop ran full screen, like iTunes for example, but it doesn't run fullscreen AND show the side palletes etc, I don't know why but I wish it did.
Anyway, I was wondering, can I program my dock somehow, so that it will disappear whenever I click inside or open Photoshop, but when I quit or click out of Photoshop, it comes back?
Is there a line of code I need to put into Terminal, or a 3rd party app or something? Anything will do
Thanks

Hello ThatSmartKidJack,
You can set you dock to automatically go down and come back. and if you still see the sides of your desktop just resize your window by dragging the bottom right corner of your window. I also use Photoshop and I can see it almost full screen by hiding my dock. Hope that helps!

Similar Messages

  • How to remove update option for certain apps

    Two years ago my macbook crashed and I had to use a friends external HDD to restore my mac. It worked like a charm and I never looked back. Around a year ago I started to get prompts to update certain apps but I couldn't update those apps as It was still tied to his Itunes accounts. I recently finished school so I have no way of contacting him to get his password. Is there a way to bypass this? Or am I forced to do a complete reset? Also the computer shows up as his name which I assume was because he restored his entire computer into mine. Anyways thanks for the read and cheers. Btw I foolishly threw away the app disc and restore disc while I was cleaning my room one day.

    Basically all of the software on your Mac belongs to him and technically at this point is pirated. You should erase the HDD and restore the original version of OS X that shipped on the Mac. If that was Snow Leopard, you need your original Restore DVDs that shipped with the Mac. If it was Lion, Mt Lion or Mavericks, use OS X Recovery, likely over the internet.
    OS X Recovery -
    http://support.apple.com/kb/HT4718

  • How to make promo code for others app

    hi!
    i just see an online store that sell applications with some code which that site named "Redeem code" and after you bought you redeem the code and application will be in your list
    i just find out its promo code and after google it i was available to your own application
    so ...
    what is this? how can i get this promo code? its "GIFT the application" that is appear below the description of any app?
    thanks !

    mahkam wrote:
    what is this? how can i get this promo code? its "GIFT the application" that is appear below the description of any app?
    It’s not a promo code.
    When you select to Gift this application, you purchase the app with your credit card and an email is then sent to whoever you choose and the app is then added to their iTunes account.

  • How I can make an account for the app store Spain without credit card?

    How I can make an account for the app store Spain without credit card?

    Follow these instructions and open an iTunes account. Then use that same account to get free apps from the Mac App Store.
    Create an iTunes App Store account without a credit card
    http://support.apple.com/kb/ht2534

  • Need some help in making a label disappear for certain time

    hi
    i need to make a program for my java class
    this is the question
    Design and implement a memory game. In this game you show the user a sequence of
    random integer numbers in the range of 0 to 99, and then ask him to type these
    numbers. Display how many he has remembered as a score. The level of game depends
    on how many numbers are there in the sequence. The duration of the display for the
    sequence is the speed. The user can adjust the level and the speed.
    my question is how to view the numbers for the game and make them disappear after certain time
    in need help with the syntax for it
    this is what i made so far
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import java.awt.BorderLayout;
    import java.awt.GridLayout;
    import java.awt.FlowLayout;
    import java.awt.Color;
    import javax.swing.JButton;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import java.util.*;
    import java.io.*;
    import javax.swing.*;
    import java.awt.*;
    class game extends JFrame implements ActionListener {
    public static final int WIDTH = 500;
    public static final int HEIGHT = 300;
    public static final int x = 3;
    public static final int y = 3000;
    public static void main(String[] args) {
    game gui = new game( );
    gui.setVisible(true);
    public game( )
    super("MEMORY GAME");
    setSize(WIDTH, HEIGHT);
    setDefaultCloseOperation(JFrame.EXIT_ON_…
    setLayout(new BorderLayout( ));
    JPanel buttonPanel = new JPanel( );
    buttonPanel.setBackground(Color.LIGHT_GR…
    buttonPanel.setLayout(new FlowLayout( ));
    JButton b1 = new JButton("MAKE IT HAREDER!!!");
    b1.addActionListener(this);
    buttonPanel.add(b1);
    JButton b2 = new JButton("MAKE IT FASTER!!!");
    b2.addActionListener(this);
    buttonPanel.add(b2);
    add(buttonPanel, BorderLayout.SOUTH);
    public void actionPerformed(ActionEvent e)
    String buttonString = e.getActionCommand( );
    if (buttonString.equals("MAKE IT HAREDER!!!"))
    else if (buttonString.equals("MAKE IT FASTER!!!"))
    }

    To post code, use the code tags -- [code]Your Code[/code] will display asYour CodeOr use the code button above the editing area and paste your code between the {code}{code} tags it generates.
    I strongly suggest you forget about the GUI part and first make a console application that fulfils the game specifications. If you have problems with this, you can post your questions in the New to Java section of these forums.
    db

  • How to make a form for input in web interface builder

    Hi expert:
        How to make a form for input in web interface builder?I have already used it to do PS planning, but I don't know how to  draw lines and checkboxes . Thanks in advance.
    Allen

    WAD:
    Open the WAD and create a new template. On the left hand navigation you will have several Web Items available. Under 'Standard' you have 'Analysis' item. Pull that into your template to the right. Under the Properties tab you need to pick the query [form/layout] that you have built in Query Designer.
    You will also find other items such as Button group, Checkbox, drop down, list box etc available. Pick and drag into the template whatever it is you require. Lets say you want a button. Under the Properties tab select the 'Command' that you require. You could use standard commands that are available there. You could also define functions and commands that you require.
    Query Designer:
    Open the QD and drag the characteristics and key figures that you require into the rows and columns of the QD. You would need to specify restrictions under the Filter tab of the QD based on the granularity of data that you require. You would need to remember that the key figures need to be made Input Ready [do this by clicking on KF and on the planning tab select "change by user and planning functions"].
    This shouldgive you a start. After you've explored it yourself a bit we can discuss further and I can certainly provide you additional details/material on these areas.
    Srikant

  • How to make a menu for MHP

    Hi, im trying to make a menu for mhp app, and i dont know what its the best 'tactic' for this.
    My idea is to make own class like this:
    class Menu extends HContainer
         private Font fuente;
         private Color colorLetra, colorFondoTexto, colorFondo;
         private HTextButton[] boton;
         int x, y, ancho, largo;
         // numVisible es el n�mero de valores que queremos se puedan ver en el men� al mismo tiempo
         // x, y es para que nos indique el punto inicial donde queremos que aparezca el men�
         // ancho para saber el ancho del menu
         // largo para saber el largo que debe tener - debe relacionarse con el n�mero de elementos a mostrar en pantalla
         public Menu(String[][] matriz, int x, int y, int ancho, int largo, int tamFuente)
              this.setBounds(x,y,ancho, largo);
              this.setVisible(true);
              colorLetra = Color.white;
              colorFondoTexto = Color.green;
              System.out.println("longitud de la matriz:"+ matriz.length);
              fuente = new Font("Tiresias", 1, tamFuente);
              int esp = 0;
              boton = new HTextButton[matriz.length];
              System.out.println("A ver si veo el elemento de la matriz: "+ matriz[5][1]);
              for (int i = 0; (i < matriz.length) ; i++){
                   System.out.println("for " +i);
                   // A ARREGLAR
                   boton[i] = new HTextButton(matriz[1], 0, esp, 314, 20, fuente, colorLetra, colorFondo, new HDefaultTextLayoutManager());
                   esp = esp + 20;
                   if ((i != 0) & (i != matriz.length-1)){
                        boton[i].setFocusTraversal(boton[i-1], boton[i+1], boton[i], boton[i]);
                   else if (i == 0)
                        boton[i].setFocusTraversal(boton[i], boton[i+1], boton[i], boton[i]);
                   else boton[i].setFocusTraversal(boton[i-1], boton[i], boton[i], boton[i]);
                   this.add(boton[i]);
         } // fin constructor
    its a good idea? or there are better. Its first time i try make gui menu, and i dont know how to make it. I dont find information at internet, and ther isnt in book 'Interactive TV standards'. If you know some place with good tutorial (or book), please tell me!
    Thanks all
    Sorry my english

    This is all way beyond me, but couldn't you just make an HTML page that linked to the video files on your server and use a browser?
    MtD

  • How to make a installer for iphone application

    hi, dear all, I have made a iphone application by XCode , it can running perfect on emulator . I want it can be install on real device , how to do it ? how to make a installer for my iphone application ?
    thanks to your response .

    If you go to the iPhone DEV area on Apple.com you can get a installer app once you are a developer. This installer will let you use apps for your own use. This installer app also supports up to X amount of phones you can install the application on. I thought it was set at 100 but could be now up to 500.

  • How do I get audio for my apps without headphones?

    How do I get audio for my apps without headphones?  For some reason I can only hear the audio for many of my apps through my headphones. I've got the latest version of the OS so I'm not sure what else to do.  Volume works fine for all apps that use video like Netflix and YouTube. Help!

    Instead of turning it off, try a reset. Press & hold the Power and Home buttons together for 10+ seconds, ignoring the red power-off slider, until you see the Apple logo.
    If the reset is not enough to knock a little sense into it, make sure that everything is backed up and restore the iPad to the factory settings.

  • HT201299 My Iphone 4s wont remember the disable cellular data for certain apps as I soon as I switch on the 3g and go back to home and come back again to Cellular the all apps are being enabled..Please help

    My Iphone 4s wont remember the disable cellular data for certain apps as I soon as I switch on the 3g and go back to home and come back again to Cellular the all apps are being enabled..Please help

    First, try a reset: hold down the home button along with the power button until you see the Apple, then let go.

  • How to make a group for selectd Object javascript

    How to make a group for selectd Object javascript

    There is currently no native way to email groups from iPad.
    The only way to do this is if your recipients are already members a a distribution group controlled elsewhere such as a Google Group or an  Exchange Organisation, then you can email the distribution group address which will then in turn forward to the individual email address of the members.
    Does it have to be email as currently you would have to add each recipient to the email manually.
    iOS to my knowledge doesn't support contact groups in context other than organisation.

  • HT201304 How do I prevent paying for an app and what is an in app restriction

    How do I prevent paying for an app and what is an in app restriction

    You can't prevent paying for an app if you buy one. You can, however, turn off the ability to install apps in the Restrictions settings (Settings/General) which blocks the App Store app on the iPhone. You can also block making purchases of extra features or capabilities from within an app, which is referred to as an "in-app purchase", in the same Restrictions.
    Regard.

  • How do I create folders for variuos apps i.e health, news etc.

    How do I create folders for variuos apps i.e health, news, sports etc.

    Tap and hold down on an app con until it begins to "wiggle", then drag one app icon on top of another app icon to create the folder. Move as many apps as you like into that folder. When you are done, tap the home button and the apps will stop wiggling.
    You can also name the folder whatever you want to in the white text field that will pop up when the folder is created.

  • How to make table cell have certain width

    Hi
    i have 3 cells when i write text in any cell it effects the
    width of other cells !!!
    how to make every cell have certain? i mean i want to wrap
    the text not to effect the cell width
    thanks in advance.

    Hi Mac,
    Try this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD><TITLE>Home</TITLE>
    <META http-equiv=Content-Type content="text/html;
    charset=iso-8859-1">
    <style>
    .text-content-green {
    FONT-SIZE: 11px;
    COLOR: #a5a834;
    LINE-HEIGHT: 20px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    .text-content-green:hover {
    FONT-SIZE: 11px;
    COLOR: #AE0B0B;
    LINE-HEIGHT: 20px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION:underline;
    .margin {
    margin: 1px 1px 1px 1px;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: gainsboro;
    </style
    </HEAD>
    <BODY topmargin="10px" leftmargin="0" rightmargin="0"
    class="body-style">
    <TABLE width="729" border="0" cellpadding="0"
    cellspacing="0" cellsadding="0" align="center" class="margin">
    <TBODY>
    <TR>
    <TD width="125" valign="top" bgcolor="#f0f0c1">
    <table width="125" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td width="25" height="25" align="middle"></td>
    <td width="108" class="text-content-green"><A
    class="text-content-green" href="default.html">LEFT
    NAV</A></td>
    </tr>
    <tr>
    <td colspan="2" align="middle"></td>
    </tr>
    <tr>
    <td width="25" height="25" align="middle"></td>
    <td width="108" class="text-content-green"></td>
    </tr>
    <tr>
    <td colspan="2"></td>
    </tr>
    </table>
    </TD>
    <TD vAlign=top width=539 bgColor="white" height=471>
    <P class="text-content-green" align=left
    style="padding-left:5px">Lorem ipsum dolor sit amet, consectetur
    adipisicing elit.Duis aute irure dolor in reprehenderit in
    voluptate velit esse cillum .
    </P>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </BODY>
    </HTML>
    HTH
    Shanthi

  • How to make S-Curve for Primavear P6 by using BI publisher?

    Hi,
    Anyone knows how to make S-Curve for Primavear P6 by using BI publisher? I can display colunm such as planned unit, but not cumulative value. So I can't plot S-curve.
    Thanks
    Wang Xin
    Edited by: 957906 on 09-Sep-2012 03:26

    The problem with the datagridview is that it can only show one table.
    For more tables 3th party datagrid's are better. 
    Although you can start with using the old datagrid. Despite what is written on MSDN is it a complete different control then the datagridview. You can add in to your toolbox by right clicking on it and then add it.
    The datasource of a DataGrid can be a complete dataset which is showed with all its relations.
    Success
    Cor

Maybe you are looking for