How to remove a selection

I can't that something that seems like it should be simple. I just want to delete a selection that I made with the Quick Selection tool. How can this be accomplished?

Screen Shot 2013-02-07 at 11.45.54 PM.png

NM, I was in the wrong layer that's why the delete key did not work.

Tags: Photoshop

Similar Questions

  • How to remove the selected area with a script that would ignore the fact if the selected area is transparent or the fact that it has no selection?

    Hello

    My friend works on an action, who would edit images by removing the white background color. However, there are a lot of images with transparent background or after some other actions have no selection who had to be removed. And now he is facing simple problem, simple remove this feature brings a lot of table and the error Stops.

    The ideal solution to this problem would be if it would ba a script who could remove the selection and ignore stops as no selection and transparent.

    Can anyone help with this one?

    Settle into the Photoshop scripts forum.

    With a script, you would just put your code in a try/catch block. This intercept errors such as the selection of a transparent area and do not stop your script:

    try{
         //your code here
         }
    catch(e){
         //either no code, or code to do something if you get an error.
    }
    
  • How to remove grant select to one user, if this table contains public subsidies.

    Hi all

    Owner of the table gave all access to a table to the public

    for example

    >

    grant all on table1  to public;
    

    But now for a user "user1" if we remove select grant

     revoke   select  on table1 from user1;
    

    I get the error ORA-01927: cannot REVOKE privileges you did not

    OK if I revoke all access to "user1."

    revoke   all  on table1 from user1;
    

    I get Revoke succeeded.

    But always in the connection of the User1, I can select data from table1.

    Why?

    Is it because I gave all subsidies to the public?

    Above scenario must revoke the access of a user to a table that has all government subsidies.

    Yes, it's because SELECT on the table access has been granted to the PUBLIC.  The user still has the option to SELECT the table after you have removed the direct subsidies because they can always access privileges granted by the PUBLIC.

    If you want all users to have access to the table, you shouldn't be granting access to the PUBLIC in the first place.  Create a new role, grant SELECT on the table for this new role and assign this role to all users need.

    If for any reason, you're stuck with the issuance to the PUBLIC, I suppose you could create a policy from the CAE on the table that prevents the user to see all the data.  But it's a lot more work to get grants of privilege correct in the first place.

    Justin

  • How to remove a selection without going to 0

    In Audition 3 I used melted amplify/fade process a selection to a specific volume.

    For example, I would start without a reduction in volume and then fade say 3db, but not all the way.

    Is this possible in CS6?

    The new waveform gain and fade buttons work any waveform, even when a selection is made.

    'Favorites' Fade In and Fade Out go all the way to 0.

    How can I melted a selection a little, but not all the way I did with the melted in the "process of amplify/fade" tab in Audition 3?

    You use the Fade effect envelope under effects/Amplitude and Compression menu. You can set keyframes in all of your audio select and adjust the levels visually on the waveform, similar to Volume envelopes in multitrack view.

  • How to remove the selected driver windows for your Android phone if you want to use a different driver such as pdanet?

    I am trying to download PDAnet found at http://junefabrics.com/android on my desk so that I can use my T - mobile Mytouch 4 G phone as a modem for internet.  During this process, Setup of hardware for windows installed a pilot Android usb which is not compatible with pdanet.  I was not able to remove this driver or make compadible with the driver that I would use.  I went into Device Manager and tried to uninstall the generic usb driver, but this does not seem to actually remove it. I also tried to update the driver, and it does not work either.  I rebooted the computer several times and run updates of Windows (just the ones he can do without internet).

    On my desktop computer's operating system is Microsoft Windows XP Professional, version 5.1.26. I did not send this email from the computer with the problem because, well, I HAVE no INTERNET on this computer.  Help, please!

    Hi Virginia,

    The pilot , you need to download. Once install you on the machine it will then detect the Mytouch 4 G phone.

    Also you can see the T-Mobile Forums of below with all the problems associated with Pdanet.

    http://forums.t-mobile.com/T5/myTouch-4G/PdaNet/TD-p/560883

  • How to remove the selected banner?

    I need to remove this transparent banner as ICS, anyone has an idea as same search ICAN t he I know know what to look for.

    SOLVED

    http://Forum.xda-developers.com/showthread.php?p=28893235#post28893235

  • When you select multiple images in LR 5.2 on Mac, how delete all photos selected?

    Based on http://forums.Adobe.com/thread/1308132?TSTART=0 I decided to add each question separately:

    Hello, I am very interested in buying Lightroom 5.2. I tried the RC that was missing today. Yet, I have several questions that I can't find really good conclusive answers, I'd like to get an answer before buying LR. Please do not write maybe like this or that (assumptions), because I don't want to start my entire workflow and then realize that I have to change all around, please reply, if you know for sure that something works and you are, preferably, using this method too.

    When you select multiple images in LR 5.2 RC on my Mac, using the film display, how to remove all selected files using a shortcut (as opposed to from the context right click menu > delete selected photos)? Details: To backspace help wonder if I want to remove it, I choose to drive, but he simply deletes individual photos, so if I selected 3, I need to do this 3 times.

    Several operations of selection do not work in Film Strip mode.  You must be in the library to act on several photos grid-Module view.

  • How to remove paragraph styles select only

    Hi friends,

    How to remove paragraph styles select only

    Example:

    CO_H3

    COCPN

    COINT1

    COINTT

    Line of credit

    Head of design issues

    Design A-Head Mtrs

    Design Mtrs Hd

    EOC-nl-listitem

    Literate EOU continued

    Thank you

    Hi Karthik,

    Please try this code

    indesign #target

    var allStyles = app.activeDocument.paragraphStyles;

    var total = allStyles.length;

    var arrPosition = 2;

    myInput ();

    myInput () function

    {

    var myParStylesList = app.activeDocument.paragraphStyles.everyItem () .name

    var w = new window ('dialogue', ' ParagraphStyles applied: ");

    var myInputGroup1 = w.add ("group");

    myInputGroup1.add ('statictext', undefined, ' paragraph style: ");

    myInputGroup1.alignment = 'left ';

    var myDropdown1 = myInputGroup1.add ('dropdownlist', undefined, myParStylesList);

    myDropdown1.selection = 1;

    var myButtonGroup = w.add ("group");

    myButtonGroup.alignment = 'right ';

    myButtonGroup.add ('button', undefined, 'OK');

    myButtonGroup.add ('button', undefined, 'Cancel');

    w.Show ();

    r = [myDropdown1.selection.text];

    for (i = 2; I have<>

    {

    If (allStyles [i] .name is r)

    {

    allStyles [i] .remove ();

    Return r;

    }

    on the other

    {

    arrPosition + 1

    }

    }

    }

    Kind regards

    Barry B.

  • How to remove select data in the control table

    This problem makes me headache.

    I'm new to labview, when data in a table. a lot of lines and columns. How can remove on the line that I chose. the other lines are remain unchanged.

    I really need help.thanks in advance. It is best to attach the labview program.my is 2009

    That kind of thing does not work with the table that's why I suggested to go for the multicolumn list box. You can do simple.

    Good luck

  • How to remove a network of comments?

    How to remove a comment WiFi network you created, or even edit to change the name and the password?

    Using AirPort Utility, as follows:

    • Your iMac, running the AirPort Utility.
    • Select your AirPort base station and then, select change.
    • Select the wireless tab.
    • To disable the Guest network, uncheck the 'Enable the Network'.
    • If you want to continue using this network, you can change the network name and password on this same tab.
  • How to remove photos from my iphone6s after their importation?

    How to remove photos from my iphone6s after their importation?

    Hello KConstant,

    I understand that you're looking to remove photos from your iPhone, after you import the to your Mac. It depends largely on how the images are imported into your Mac.

    If you use iCloud photo library, remove photos from your iPhone, after they have synched to the Photos on your Mac afterwards would remove these photos on your Mac as well, like iCloud photo library is designed to synchronize your iPhone with iCloud and Mac.

    However, if you are importing photos via the USB port of the Photos app, you should be prompted to delete pictures from your device once the import is complete:

    Once the import is complete, a message asks if you want to delete or keep the photos on your device. Click on remove items to remove photos or click on keep items to keep them on the device.

    Import photos and videos from your iPhone, iPad or iPod touch
    https://support.Apple.com/en-us/HT201302

    You can also (it not allowed you iCloud photo library on your iPhone), you can use the image capture on your Mac app to delete images from your iPhone. This can also be useful to remove the last images that have already been imported into the Photos on your Mac. Once you have selected the images you want in the Image Capture, you can click on the prohibitive red symbol () to delete the selected items.

    Image capture: transfer images and other elements of your device
    https://support.Apple.com/kb/PH17894

    Concerning

  • How to remove all the photos from my iphone 5?

    How to remove all the photos from my iPhone 5?

    1. Open the Photos app.
    2. Click on the photo or video you want to delete.
    3. Type > delete the Photo.

    Delete several photos

    1. Open the Photos app and press Select.
    2. Click on each photo or video that you want to remove.
    3. Type > delete Photos.

    Delete photos on your iPhone, iPad and iPod touch - Apple Support

  • How to remove clips on external drive with fcpx

    Hi all

    Using the latest version of fcpx.  I went to store stuff today in order to free up space on the external drive that contains all my data of fcpx.

    To do this, I deleted unused takes.  So I select a bunch of clips > right click > move to trash > empty trash > fact.  Or so I thought.

    After doing this for a while, I was wondering how much space I had erased on the external hard drive so I click on 'get info' and find it strange that I didn't win any space at all.  Then in fcpx I I tried to right click on a clip of a decision-making > reveal in finder and I can see all the other clips I had "deleted" always there on the external hard drive!

    Can someone explain to me how to remove clips on an external drive in fcpx?  Also is there a simple way to fix the confusion I have now?  Basically, fcpx displays the content exactly as I want it to be on the external hard drive, it just does not actually all that...  Please don't tell me I have to manually locate and delete each clip - there are hundreds!

    Much help appreciated

    When you say that your clips are on an external drive do you mean that they are in a folder outside the library? If this is the case, yes they must be deleted manually.

  • How to remove ps4ux from my mac?

    How to remove ps4ux from my macbook pro?

    1. use Malwarebytes Anti-Malware for Mac to remove adware

    https://www.Malwarebytes.org/antimalware/Mac/

    Download, install, open and run by clicking on the "Scan for Adware" button to remove the adware.

    Once this is done, exit Malwarebytes Anti-Malware.

    2 Disable Extensions and test them.

    Safari > Preferences > Extensions

    Select Disable all extensions and test them.

    Enable the Extensions one by one and test.

    To uninstall any extension, select it and click the "Uninstall" button

    3 safari > Preferences > Search > search engine:

    Select your preferred search engine

    4 safari > Preferences > general > home page

    Visit the site of your choice that it be the homepage

    Set your home page.

  • How to remove a user name of unwanted e-mails that appears only with firefox and not with chrome or internet explorer.

    This problem is to go to a Comcast email address wandering through the homepage of Comcast - Comcast records do not appear this username exists anywhere within their system and says it's a firefox issue. The unwanted name appears that when you use firefox to access the homepage of Comcast and drop sign-in window. When you click on the wrong user name, the message indicates the address is not recognized. Bad user name does not appear when the homepage of Comcast is implemented using chrome or internet explore. Would appreciate advice on how to remove this unwanted user name which seems to lie somewhere in the system of firefox. Grateful to all those who would try to help.

    You can use the following steps to delete the recorded data (form) in a drop-down list:

    1. Click on the (empty) input field on the web page to open the drop-down list
    2. Select an entry in the drop-down list with the mouse or the cursor key
      do not click with the mouse or press the Enter key
    3. Press the DELETE key (on a Mac: shift + del) to delete the highlighted entry

Maybe you are looking for

  • Can Audio/Video buttons with another player on Satellite Pro L20

    Hello Just a quick question on the media bar on these laptops, I was wondering if they somehow can be configured to operate with other players - for example iTunes rather than just Windows Media Player? If so, how would I go all this? Any help would

  • HP Probook s 4730: Windows 7 Professional downgrade

    Last year, I asked about downgrading Windows 7 Professional to Windows 7 Edition home premium, and the response has been This new facility was needed on the Probook 4730 s With a lot of delay, I am willing to do, if I have more queatiions. I have als

  • Laptop will not load

    I don't know much about computers so it's perhaps confused lol. When I turn on my laptop I don't get a picture and it does not load. The ACL come on the screen and keyboard but nothing else. I can up the menu of the bios using the f10 key. But I can'

  • Circle of scale on the graph XY

    I found a post from 2005, showing how to draw a circle on a xy chart knowing the Center and RADIUS. http://forums.ni.com/ni/board/message?board.id=170&message.id=146782&query.id=2708998#M146782. My xy grid is rectangular and Altenback mentioned a sol

  • WIN8 to downgrade win7 drivers 2000-2d11dx

    I was helping my friend install windows 7 on his HP windows 2000-2d11dx 8, because she wanted to return to its former operating system before putting laptops. The HP site has drivers for windows 8 for the model 2000-2d11dx. I read somewhere on the he