Can you put the PS CC icon on the Mac dock?

i have the PSCC icon on the desktop but I cannot make it go on the Mac dock. Is there a way to do this?

Trash the desktop icon.
Open your Applications/Photoshop CC folder and drag the PS CC app to the dock.
It'll create a Dock shortcut.
Or....
Open Photoshop CC and right click the Dock icon.
Under Options, seslect Keep in Dock.

Similar Messages

  • Can you put the sim card in without the tray on the iPhone 3GS?

    Can you put the sim card in without the tray on the iPhone 3GS?
    I don't have the tray, I have ordered a new one but would like to still use my iphone for the next few weeks

    Don't....wait until you get a tray...never a good idea to rig something up

  • Can you put the small DVD discs from a camcorder in the DVD slot of the iMac?

    Stupid question...can you put the small DVDs from a camcorder in the DVD slot of the iMac?

    That could be a challenge. If I am not mistaken that camera strictly records to DVD - RW and has no digital output connectors, is that right?
    My only experience with a camera like that was a bad one. I was able to get the video off the disc using a tray-loading iMac but it was painfully slow.
    iMovie (for example) is designed to work with camcorders such as those specified in this reference:
    http://help.apple.com/imovie/cameras/en/index.html
    I cannot find the DCR-DVD92 in that database
    You might consider finding an external USB slot-loading DVD drive, but as I say my experience was painfully slow, and you might run into file format compatibility challenges.
    I am sure it's possible but it won't be as easy as importing video from something like an iPad or iPhone. I still use a camcorder on occasion but it has a FireWire port. That's easy.

  • HT5035 Can you put the balance that you have redeemed off of a card onto your iTunes account back onto the same/new card ?

    Can you put the balance that you have redeemed off of a card onto your iTunes account back onto the same/new card ? I do not wish to use this balance and have not deducted from the original balance and wish to put back on to the card.

    Only the iTunes Store staff can. Click here and request assistance.
    (89001)

  • Can you put the audio to work throughout the reading of the chapter? Today, when I change the page, the audio stops

    Can you put the audio to work throughout the reading of the chapter? Today,when I change the page, the audio stops

    The default action is as you've noted. Audio stops when navigation to another page,
    iBA doesn't offer a way to do differently, sorry.
    Ken

  • Can you put the labview runtime engine in a vi?

    hello,
    can you put the labview runtime engine in a vi when you build an application or do you need to install it separately on each computer that is going to run a labview application?  thank you

    I found the tutorials in labview help pretty good
    Example: Building a Stand-Alone Application
    Example: Building an Installer (Windows)
    This certainly got me started working with the project explorer to build and deploy your application.
    Hope this helps
    David

  • Hello can you put the H series for sale ??  please thank you, hello can you put the H series for sale ??  please thank you

    hello can you put the H series for sale ??  please thank you, hello can you put the H series for sale ??  please thank you

    These are user-to-user forums, you are not talking to Apple here. I don't know what 'H series' is, but assuming that it's a TV series then you can try requesting it via this page, but ultimately it's the TV company that will have to provide it and grant Apple a license to sell it in your country : http://www.apple.com/feedback/itunes.html

  • How can you prevent the mac book pro from unexpectedly shutting off and beeping three times repeatedly?

    How can you prevent the mac book pro from unexpectedly shutting off and beeping three times repeatedly?

    The three beeps are an indication of a hardware problem. Power On Self-Test Beep Definition - Part 2 - Apple Support

  • Can you operate the mac book pro 15 inch with out the battery?  I read somewhere in a post that it lowers the power to about 1 gig.  I asked apple and they said it is not true because you can use it with or without both together without affecting op pw

    can you operate the mac book pro 15 inch with out the battery?  I read somewhere in a post that it lowers the power to about 1 gig with out the battery.  I asked apple and they said it is not true because you can use the comp with the power adapter and battery together or either by itself and it will not effect the 2.16 gig.  Thank you.

    If you remove the battery the CPU power will be cut by 50% (whatever they told you) so that there's no lack of power or overheating issues. It's best to always keep the battery in.

  • Can you put the tabs on top setting in 'Options - Tabs' so it's easy to get at?

    To save all this messing about with tabs everytime a new version of FF updates, I suggest the tabs on top setting is placed in 'Options - Tabs' so it's easy to get at. Lots of people seem to have this problem, for them and me, we prefer to have Tabs on Bottom like they used to be.
    Now we have to load an addin to correct this short-sightedness. I think this is a bad idea also. Why can't the browser just work straight out of the box? It did before!
    And while we are at it, the new updates should leave our customisations as they were, so we don't have to reset them all every time there's an update. In fact, during an update we are asked if we want to import settings etc from IE or don't import anything, but no option to import from the outgoing FF!!!!
    Many moons ago Firefox was a breeze now it's become a nightmare!

    Support to disable "Tabs on Top" has been removed from Firefox 29 and later and toggling the browser.tabs.onTop pref to false on the about:config page is no longer possible.
    You can look at the Tabs On Bottom or the Classic Theme Restorer extension to restore this functionality.
    * https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
    *https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    You can move the tabs to the lower position just above the browsing area without using an extension with code in userChrome.css as basically you only need to give the Tab bar a higher -moz-box-ordinal-group value (most toolbars have a default -moz-box-ordinal-group:1 to show them in DOM order).
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #TabsToolbar { -moz-box-ordinal-group:10000 !important; }
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    * Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
    * Use a plain text editor like Notepad to create a (new) userChrome.css file in this folder (the names are case sensitive)
    * Paste the code in the userChrome.css file in the editor window
    *Make sure that the userChrome.css file starts with the default @namespace line
    * Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css. Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

  • Can you put the new iworks on a ibook g3?

    I am a huge apple fan.  I have the iphone, ipad2 and an imac at work.  I recently came across what I beleive is a ibook G3.  ( it is dead and have to buy a wall charger for it).  My question is this...
    1. Can I add the new iworks to this computer?
    2. Can I use the same iworks that I have on my imac for this G3 or do I need to buy a new software?
    3. Does the G3 have Garageband?
    Thanks

    Check out the system requirements for iWork:
    http://support.apple.com/kb/HT3879
    You may be able to find a copy of iWork '05 that would work on the iBook.
    If the iBook is all white, has two USB ports, and just says "iBook" under the display, it's an iBook G3 (Dual USB).
    iBook G4s say "iBook G4" on the bezel beneath the display.
    MacBooks look similar, and say "MacBook" beneath the display.

  • Can you elaborate the Cross docking plz

    Hi Experts,
    Can anyone explain what is crossdocking and it uses in LE  , can you explain wher is the configuration setup thanks.

    Hi,
    Please go thru following link, This will give you complete info regarding cross docking
    http://help.sap.com/SCENARIOS_BUS2004/helpdata/EN/fc/efc43f82ab6d3fe10000000a114084/content.htm
    Regards,

  • Please can you put the "Open New Tab" button back where it was on the right hand side of the tabs, or at least give an option to put it there? Thanks.

    In the line of tabs along the top of the screen, there used to be an extra tab with a + in it that you clicked to open a new tab, on the right hand end of the tabs. As the tabs always float left and new tabs appear on the right this was (in my opinion) the most logical place for it. However, now the only two places I am able to put this "tab" are at the extreme left, which is illogical seeing as the new tab appears on the right, or in the toolbar along with other tools. This is adequate, but I would prefer to see the "new tab" tab back where it was.
    The option to put it on the far right of the tab ribbon was not working until this latest version of Firefox, by the way, but I'm sure you know this!

    Thanks. I don't know why it wouldn't just go back there when I tried putting it back? I didn't change anything, so I assumed the new "default" was over on the left. Glad it was a simple solution after all.

  • Can you put the applications on an external Hard drive?

    I don't have a computer, I just use the school's. I am starting a business and I want to use Adobe Muse, but my school does't provide it, so i was wondering if i could download it to an external hard drive and plug it into any mac that I am at to use it, or does the program need to be on the computers hard drive to use it.

    You cannot use an external removable drive. The installer will prevent it in the first place and as you already guessed, the specifics of the licensing system require a persistent install on an internal drive.
    Mylenium

  • Can you put the clock or calendar in your desktop as a widget

    Hi, Apple Community.
    Is it possible to have either the clock or iCal on the desktop as a widget? Kindly advise. Thank you!

    http://support.apple.com/kb/ht2492
    Those are build in widgets

Maybe you are looking for