Delete selected are

Guys,

1. I have an image;

2. I create an orange photofilter over the image;

3. I create a layer of black and white on the photofilter.

4. I select a detail with my quick selection (one in the same menu as the magic wand);

5. once I made the choice that I have 'used to' press the delete key so that the selected are gets deleted but now nothing happens! I tried all sorts of things, but suddenly this shit happens!

Those who know s how can I reset everything to factory settings or something else?

I tried all sorts of things, but suddenly this shit happens!

Please, keep your cool.

Could you please post a screenshot with the Panel visible layers on this Forum via the browser, no email response?

Those who know s how can I reset everything to factory settings or something else?

One can trash preferences by pressing control-alt-shift/ctrl-alt-shift keys to start Photoshop do appear in the appropriate dialog box (preferably after making presets of course all custom actions, patterns, brushes etc. have been saved and make a note of the preferences has changed).

Please read this and acts accordingly:

http://forums.Adobe.com/thread/419981?TSTART=0

t http://blogs.Adobe.com/Crawlspace/2012/07/Photoshop-basic-troubleshooting-steps-to-fix-MOS - issues.html

Tags: Photoshop

Similar Questions

  • How do I now zoom in on a selected area?

    How do I now zoom in on a selected area? Previously he had command space and then drag the box, it seems to no longer work

    Delete two preferences of the main account files, then copy them from the new account.

  • Select area of interest

    Hello

    I'm shooting a laser at a cmos camera. Even though I know how to reduce the area of interest using Automation & measures I need to create a simple selection of easy to use when you run the program with the mouse. I hope that something like Rectangle Select option in the IMAQ, but I can't find any vi that shows the selected area or allow the proceedings to continue. Reduce the size of the image is critical because the amount of data is important.

    Can someone tell me please in the right direction?

    Thank you

    Be sure to mark the post which has contributed to the solution.

  • My Recycle Bin does not work. Deleted files are not stored in the Recycle Bin.

    My Recycle Bin does not work. Deleted files are not stored in the Recycle Bin.
    When I delete a file, none of these files are saved in the Recycle Bin.

    tried to restore desktop icons. no use.

    Tried to change the icons as method 2. Yet, my deleted files are not saved in the trash.

    My last bag of stuff.
    I assume that your allotted basket size is too small or you were not "empty" the collector for a LONG time.

    Right click on the Recycle Bin > properties > size under Custom, how many MBs are awarded?
    Mine is 1023 MB. I saw someone almost 5000 MB.

    Increase size, play with the numbers until the darn bac actually works the way it should be.
    Please post back. I'm curious to know the result.

    t-4-2

  • Cursor autour breaks and clicks in the Middle words or a page, when you type, selects areas of the document when writing and by typing the following key, all this goes away.

    I have Microsoft Windows Vista Home premium, Version 6.0 (Build 6002: Service Pack 2), was Norton Internet Security. Cursor autour breaks and clicks in the Middle words or a page, when you type, selects areas of the document when writing and by typing the following key, all this goes away. Perhaps because of my attempts to resolve this issue, some of my PC system has had problems, it became unstable, I've had several accidents that I got Norton 360, but it don't did me not the solution and stops working, I re installed Norton Internet Security. Please give some answers and advice on how to solve this problem, thank you.

    Hello

    You use a desktop or laptop computer?

    Is the mouse a mouse wired or wireless?

    What is the brand and model of the computer and the mouse?

    If you are using a laptop, I suggest to change the sensitivity of the mouse pad.

    If this is a wireless mouse it might be interference from another close to the mouse. Make sure that speech recognition is not enabled.

  • Deleted files are located in the search

    I deleted files of documents to a certain location on my computer. Well, after a few days, I find the file deleted by name, and I have seen a miracle, the files are exist in my pc but I can't open those. who are only image. How can I delete a file or folder without images or shortcuts?

    This is probably because deleted files are still in the search Index - this is how it works under Vista.  Try to rebuild the search Index: http://www.tech-recipes.com/rx/2103/vista_rebuilding_the_search_index/.  Wait until she finishes (it may take a while) and then try the search for files deleted - they will show no doubt is no longer.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Increased exposure on the selected areas

    I want to set the exposure on selected areas of an image. I use the adjustment brush to try to paint on a dress to bring back some details and I have to pay for the exhibition, although I'm guessing that I don't properly because it places a PIN and I can't paint the entire area. What is the correct way to do to ensure that the entire area is covered/painted on?

    Thank you.

    Just check "Show Selected mask Overlay" and you will see exactly what you brush their teeth. Deselect, then make adjustments.

  • Hello, I want to download a portrait on a TSHIRT. I selected the selected area appears on a mask. The of to jpeg when I download this TSHIRT, I have the white border and white background that appears. What I don't want I v

    Hi all

    I want to download a portrait on a TSHIRT. I selected the selected area that appears on a layer 1.

    I recorded this layer in jpeg

    But when I download this jpeg on the TSHIRT (site of the seller), I have the white border and white background that appears on my Tshirt.

    What I don't want, I want only the selected head... How do I do, please? Thanks for your help!

    JPEG does not allow for transparency and provides white where it appears in the saved file.

    Save a file which allows transparency (PSD, PNG. etc.)

  • With the Selection tool over new layer but becomes "the selected area is empty."

    I have been working on an image in PS and I have a number of layers.  First of all, several adjustment layers.  Then I do various clean ups (especially with the cloning tool).  I make a selection and then create a new layer.  I'm on one of the layers again, I made a selection to move a part of the image, hit command-J but this time I get the error message: "could not make a new layer from the selection because the selection is empty.  I understand the error but what would you suggest to go ahead?

    Here is a picture of my current layers:

    PS Layers.JPG

    Hi sutherland.

    Please visit: http://www.designtalkboard.com/tips/photoshop/layer-empty.php

    Photoshop help! Selected area is empty. ? | Yahoo Answers

    Hope that helps.

    Kind regards

    Mohit

  • Can you write extendscript code to export selected area in the image document

    Hello

    I don't know if this feature already exists.

    I have an extension Panel. I want to select some objects/objects in the document and when I click on the "Export to Image" button on the Panel, selected area must get exported to image.

    I tried extendscript API on the document object.

    var  file = new File("/d/innovate/iconRollover.png");
    var  selection = app.activeDocument.selection[0];
    if(selection != null && selection != undefined)
    {
           app.activeDocument.imageCapture(file, app.activeDocument.cropbox);
        //app.activeDocument.imageCapture(file, selection.geometricBounds);
    }
    

    This script works very well if you select unique object(groupItem/PathItem). BUIT when you select more than two elements, it does not work.

    It is supposed to capture the entire area selected in the document and export in png.

    Let me know if you need more information.

    If you have CC, it works since version 19 on

    var  file = new File("/d/innovate/iconRollover.png");
    app.activeDocument.exportSelectionAsPNG(file);
    
  • I have Photoshop CS6 extended. When I create a new layer, I get the following message. Could not complete the command because the selected area is empty. What I am doing wrong?

    I have Photoshop CS6 Extended. When I create a new layer, I get the following message. Could not complete the command because the selected area is empty.

    What I am doing wrong?

    Thanks for any help

    Bob.

    How do you create the new layer? Looks like you have a selection and use ctrl/cmd-J. If you have a choice and it is empty, you will get this error.

  • development of select area seems missing from my machine. What should I do?

    development of select area seems missing from my machine. What should I do?

    Can you show a screenshot? This is where it should be. What version of Photoshop are you using?

  • development of select area seems disappeared from my machine

    development of select area seems missing from my machine. What should I do?

    You should find the forum for any product it is and post your questions there.

    Here is a link to a page that provides links to all of the Adobe forums...

    The Forum links page: https://forums.adobe.com/welcome

  • How to reduce the gain in a selected area with a keyboard shortcut?

    Hello! I do audiobook narration, and when I'm editing, I find myself constantly by selecting areas where I took a noisy breathing, then by pulling the slider to reduce the db, so he is not listened to. It becomes repetitive. Is it possible that I could create a favorite and assign a keyboard shortcut for it so that I could choose the breath, then press the shortcut key and it would automatically reduce it-30db, for example?

    I tried to save a favorite, but when I try to apply it, it gives me the message "selection the consignor could not be applied." Not sure if I'm doing something wrong or if this is not possible... it seems that it should be a fairly simple task. Just a shortcut to automatically "DeAmplify" according to a specified value.

    How would I do that? Thank you!

    The problem is that if you save a favorite which includes a selected section of the audio file, unfortunately hearing records the position of the current selection. So when you try to apply it elsewhere you get this error message. You can do a favorite for the little "DeAmplify" by opening the dynamic menu and effects/Amplitude and proceed to amplify. Select-30 dB and then click on the icon of the star at the top right that save as favorite DeAmplify. You can then make a shortcut to call your new favorite. However, you will need to manually select the breath in order to apply DeAmplify I'm afraid.

  • CC of Dreamweaver keeps deleting selected text

    DW keeps removing the selections of text without reason. He's sometimes right after selection, other times is when he is selected by the search function. Running Mac OS x with the most current version of DW. Not sure if they are related, but it is also very difficult to copy and paste. The selections are made, the command copy is hit on the keyboard, but it sticks a previous selection. Only way to ensure the own C & P every time is to do it via the Edit menu.

    Check if the deactivation of your speech recognition helps...

    http://forums.Adobe.com/message/5928971#5928971

Maybe you are looking for