Is there a way to delete from album and at same time from library?

What I am doing now is deleting from the album, then searching out the pix from the library and deleting that. Awkward. Is there a more direct way?

Yes. Flag the pics and go control-command-delete or just select the pic option=command-delete
Regards
TD

Similar Messages

  • Is there a way to delete multiple pictures at the same time from the iphone4s?

    Is there a way to deleter multiple pictures at the same time, from my iphone4s? I know how to delete one at a time. Thanks

    Open your Photos App > Camera Roll > At the top right corner you will see a rectangle with a right arrow, select that. Now you can select as many photos as you want and you can hit the red Delete button on the bottom right.

  • Syncing my iphone 3gs with exchange server 2007.  Is there a way to delete from iphone, without it deleting from my outlook ?

    syncing my iphone 3gs with exchange server 2007.  Is there a way to delete from iphone, without it deleting from my outlook ?

    iCloud does not sync which apps are installed on each device. Deleting an app off of one device has no effect on the others.

  • All my photos on my phone are in 1 album. Is there a way to create new albums and move some pictures to them?

    All my photos on my phone are in one album. Is there a way to create new albums and move some of them?

    With photos transferred from your computer, you create the albums or folders on your computer.
    If you manually manage photo storage on your computer, create a parent folder that will store the named folders of photos you want transferred to your iPhone. Place the named folders of photos in this parent folder and select the parent folder under the Photos tab for your iPhone sync preferences with iTunes followed by a sync. The folders of photos inside of the parent folder on your computer's hard drive will be transferred to your iPhone as separate albums. To add an additional album of photos to your iPhone, place the folder of photos in the parent folder followed by a sync. To remove an album of photos from your iPhone, move the folder of photos outside of the parent folder followed by a sync.

  • When my husband set up my iPad, he imported my daughter's phone contacts.  Is there a way to delete her contacts and import my own?

    When my husband set up my iPad, he imported my daughter's phone contacts.  Is there a way to delete her contacts and import my own?

    The iPad must always be synced to one computer using the Apple ID that it was originally synced to. Otherwise all apps & files will be deleted. There's no way to retrieve once erased.
    Is there a backup on a different computer?
     Cheers, Tom

  • Is there a way to delete all events with the same title (not added as reoccurring) without deleting one at a time?

    i currently have a calendar synced that has events scheduled in perpetuity, scheduled as individual events.  I would like to delete all events with the same title.  I do not want to delete the entire calendar nor do I want to go into every event and delete individually.  These were not scheduled by me so I do not know how they were added one by one and go on forever but they are NOT scheduled as reoccurring and thus must be modified individually.
    I can do a search and find all events, is there a way to just delete all events with the same title all at once?
    this is a Microsoft outlook synced calendar and I am seemingly unable to delete the events all at one time from Microsoft as well. 
    Please help!

    If you still have access to the Outlook calendar in Outlook, I would delete them from there. There are a number of ways to do that, but if you open the individual event in Outlook, does it show a repeating pattern? If not, then you may have to delete them individually, but that is not that difficult either. Go into the calendar and then change the view to a list view. From there you can sort the view according to subject. This should bring all of these same appointments together in the list and you can select the group in Outlook and delete them. Once you do that, you can change your view back and then sync the phone. That will remove the events from the phone.

  • AddressBook - Is there a way to change multiple addresses at the same time?

    To be clear....I have 25 contacts at 1 company and that company moved.
    Is there a way to link the cards together so that when I change the address on one card it automatically updates the other 24 cards?? Rather than having to change each contact individually, which is time consuming and annoying.
    I have created a "Smart Group" for the company and all of the contacts place themselves in the group but it still won't sync the addresses.
    Can someone tell me how to do this, if it's even possible? And if it's not, I really wish it was!!
    Thanks!

    Open your Photos App > Camera Roll > At the top right corner you will see a rectangle with a right arrow, select that. Now you can select as many photos as you want and you can hit the red Delete button on the bottom right.

  • Is there any way to view two tabs at the same time w/o opening a new window?

    I would like to view one tab while I am working in another. I can do it by opening one of the tabs in a new window and tiling both windows on the screen. Is there any way to do it within one window?

    Just installed Split Panel and it looks like it will do exactly what I want.
    Thanks,
    (Don't know how this got in here twice. I'd like to delete it but can't figure out how to.)

  • Is there a way to open two months at the same time in iCal?

    I have recurring events for every month in 2009 and want to replicate them in 2010. I do not want to just extend the stop date because there will be subtle changes to the 2010 items that I do not want changed in the 2009 versions. I would ideally like to open Jan 2009 and Jan 2010 next to each other and copy the 2009 event to the 2010 calendar (the appointment copy does not copy the recurrence info which is good). Is there a way to show either two instances of iCal running or 2 month windows?
    Thanks!

    Hi,
    If you activate iCal's Debug menu, you should find it has a 'New Calendar Window' option (Cmd-L). It is a bit of a knack to cutting and pasting correctly between windows.
    Best wishes
    John M

  • Is there a way to detect two keys at the same time?

    Is there a way to detect the keys if the user is holding two keys down at the same time?

    yes, but you'll have to check outside of the event loop (i.e. don't check for it in the keyPressed method).
    just use an array of keys that keeps track of which keys are currently down and which are up. you could use a boolean array but I use an int array because... Im not sure I've just done it probably because of my C background. anyway, basic setup:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class MultiKey extends JFrame {
         int keys[];
         public MultiKey() {
              super();
              keys = new int[256];
              Arrays.fill(keys,0); // 0 = key is up
              enableEvents(AWTEvent.KEY_EVENT_MASK);
              show();
         public void processKeyEvent(KeyEvent e) {
              // the 0xff below binds the key code to below 256
              int key = (e.getKeyCode()&0xff);
              if (e.getID() == KeyEvent.KEY_PRESSED) {
                   keys[key] = 1; // 1 = key is down
              else if (e.getID() == KeyEvent.KEY_RELEASED) {
                   keys[key] = 0; // 0 = key is up
         protected boolean isKeyDown(int key) {
              return (keys[key] != 0);
         protected boolean isKeyUp(int key) {
              return (keys[key] == 0);
    }so now at any time in your code you can check key state by using the isKeyUp and isKeyDown methods. this is about as close as you get to input polling in java unless you use LWJGL or something similiar ;)
    you can try out a full executable example at my site here - just open up the jar and start holding keys down :)

  • Is there a limit of macs using one and the same time capsule at the same time?

    Thanks for answering, can't find anything like this in the web and i'd like to use time capsule together with my boyfriend. We both have macbooks.

    You can use multiple computers at the same time.. if you use wireless it will go very slowly while they are both running backups.. it would be better to stop the backup on one and wait a half hour and then restart it.. that should displace the time it backs up by half hour.
    The max number of computer is however many people can stand it with the speed.. the actual client limit is 50.. but you would start having seizures long before you get there.. a rule of thumb is 10 clients per AP.. and even then it is going to be slow if all are active at the same time.

  • Is there a way to log the PID at the same time as GC ?

    Hi there, I have two JVMS running inside a j2ee container. If I log GC with -Xloggc, the output only goes to the one file, written to by both JVMs, and the PID of the JVM does not get output so I cannot tell in which JVM the GC has occurred.
    Was wondering if there was some obscure XX or D option to enable the output of this extra information ?
    Or any other way of doing it.. ok I can poll the two PIDs in jstat, and infer GC from a heap reduction, but that's not very nice.. and I've heard I can use a third party log system like log4j .. but was wondering if anyone had a nice simple solution :-)
    Alternatively, any unix gurus here, I don't know a way of monitoring a file for processes opening it in unix, if so I could log that as well... could I tail the file? doesn't seem to help.. run lsof on it? would need to poll so no good.. struggling! help!
    thanks.

    Two JVM's ? I thought that J2EE worked within a single JVM and run everything in containers. Can you see the two processes?

  • Is there a way to add multiple images at the same time to Keynote 6.0?

    I just brought keynote after searching online about adding multiple images to a presentation all in one go - I couldn't do this on the powerpoint version I was using but there were multiple references on google to being able to do this on keynote. I purchased it and now can't get it to work! Any ideas anyone? Thanks

    Do you mean like dragging in multiple images and having one image go on each slide? If so, you just drag the images into the Slide List on the left instead of onto the slide. From this prior post.
    https://discussions.apple.com/message/9068283#9068283

  • Is there a way to show two angles at the same time in the final edit rather than switch between them with Multicam?

    Can I show two angles at the same time in the final edit rather than alternate with Multicam?

    Stack two clips on top of each other and reduce the sizes. I think that's what you want.

  • TS3899 Is there a way to delete a lot of messages from mail at a time rather than having to mark each message and delete?

    Help! I have thousands of messages that need to be deleted from my IPad! Is there a way to delete a large number at a time?

    Not that I have encountered, but if your provider supports webmail, you can generally accomplish it that way.

Maybe you are looking for

  • Still Photo Aspect Ratio Confusion

    Apologize for asking a question on this topic as I have been through the forum and realize the topic of aspect ratio comes up often. I have not however seen this question answered. Quick background: -Working with HD Video footage imported as SD as I

  • CS3 freezes in Full Screen Mode

    CS3 was fine until today when it started working extremely slowly/freezing when using any tool in Full Screen Mode. No problems in the other three screen modes. Fairly large problem as I prefer Full Screen on Apple 30" display. Using MacBook Pro 2.4

  • MBSA Windows Update Agent installation

    I'm implementing MBSA on our domain.  I've worked through the various firewall issues, etc.  Next I received a Security Update Scan Result that "Computer has an older version of the client and security database demands a newer version. Current versio

  • All validation error from saxParser.parse

    I am getting just the 1st error but I want all the errors in the 1st pass itself. Attaching the code for reference also. ?would really appreciate you suggestion. ==code--- public class EDITExtractSchema { static Document document; public void validat

  • How can I erase hard disk if SuperDrive is broken (OS 10.6.8)?

    I have an old MacBook running OS 10.6.8 which I want to recycle, but its internal SuperDrive doesn't work, so I can't use the install disk to do it.  I tried plugging in Apple's external USB SuperDrive which I bought when I upgraded to a MacBook Pro