How do I Delete a Folder but Not the Contents?

I imported other project into mine, but I want to keep only compositions and delete map which come with import.
Here is picture:
http://i.imgur.com/vKz8s.png
How do I do it?
Thank you,
Jackie Chan.

As Rick said, just shift select the comps and the solids and drag them into the project panel.  Then click the particle folder and press delete.
If you would like to create a new folder click this button:

Similar Messages

  • Why can't I delete all incoming messages at once without having to select each one first. It can be done while in the "Trash" folder, but not the "IN" folder.

    Why can't I delete all incoming messages at once without having to select each one first. It can be done while in the "Trash" folder, but not the "IN" folder.

    Well, what I see happing is this: Tapping edit and checking the first message brings up the “Delete” option. Holding it until the red message “Delete Message” appears, then letting go of the red button and tapping the checked button makes the “Delete Message” message go away. The checked message is still checked with an option to delete just that message. Tap the checked message again just cancels the whole process and I’m back to square one.
    However, if I check a message that is part of a thread of messages and tap Delete, I have the option of deleting all messages in the thread.
    Perhaps the fact that I’m using the 3rd generation of the iPad is the problem, but your suggestion isn’t working.

  • Different iOS: phone 4 & Iphone 6 Plus how to share same music folder but all the rest of the phone information separated not merge

    I have a iphone 4 (iSO7.1.2) & a iphone 6 plus (iSO 8.1) . 1. Can I use one Apple ID for 2 phones? 2. I want to share only same music but have different Contacts, Emails boxes, Apps, documents etc on each phones. How to make it possible? 3. What should I do the iCloud back-up is lapse. The email address is to the same location. How do i set 2 different iCloud back-up individually on each phone? I'm using Mac OS X. Appreciate, all help. Thank you ... both my iphones are pretty messy up now .....identity crises....one moment its saving back-up or sync to iSO 7.1.2 ... the next moment its iSO 8.1.....

    iphone 4 & Iphone 6 Plus how to share same music folder but all the rest of the phone information separated not merge?
    You already ask this question, why are you asking again.

  • I purchased (and have now deleted Aperture from my computer and want to use only iPhoto.  How do I delete Aperture albums but keep the pics in iPhoto?

    I purchased (and have now deleted) Aperture from my computer and want to use only iPhoto.  (Aperture was simply too much program for me.)  How do I delete Aperture albums but keep the pics in iPhoto?  Please accept my apologies in advance if this is a dumber than dumb question.  I simply want all vestiges of Aperture to go away with losing all my albums.  Any help would be appreciated!

    Aperture added  a second view to your library.
    You now have an additional section in your Source list , called events. But this section lists exactly the same events that you are seeing in the "Events" view. Don't delete anything from there, or you will delete your photos. But you can press the "Hide" button to collaps that section. But someday you may want to use this list. It makes it very easy to move photos between events.

  • How do I delete some history but not all without it crashing?

    I remember that Firefox used to allow deleting of only some history but not the most recent. For example, I was able to go into Options and under the Privacy tab, I could choose for Firefox to remember the last 7 days, 30 days, etc. Now, it seems that I can only choose "Remember history", "Do not remember history", and the custom option does not allow me to choose how long I want Firefox to remember the history while deleting everything else.
    When I press Ctrl-H to open up the history on the side, it shows all the history from a very long time. I remember I used to be able to right-click on a folder (say several months back) and delete it all. Now if I try to do the same thing, it takes a long time and essentially crashed.
    I do not know why these features were removed but Firefox is very difficult to use as a result of that now. Could you please help me out with this?
    Thanks.

    If you have problem with deleting the history in the Library then you can delete the places.sqlite file in the Firefox profile folder.<br />
    Note that this will remove all history (you can copy/paste or drag history items to a bookmarks folder).
    Problems with bookmarks and history not working properly can be caused by a corrupted places.sqlite database file.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Current Firefox versions do not have a time limit for the history.
    Firefox determines automatically how many pages can be kept without affecting the performance.
    You can see the current value via the read-only pref places.history.expiration.transient_current_max_pages on the about:config page.
    See Marco Bonardo's blog about this:
    * http://blog.bonardo.net/2010/01/20/places-got-async-expiration
    *Expire history by days: https://addons.mozilla.org/firefox/addon/expire-history-by-days/

  • How to "Save for web" just the layer effect but not the content area?

    I fill the area with white, then add outter glow to the layer. Now I want to "Save for web" the outter glow effect but not the white area. I want the white area to be transparent. If I delete the white area, the layer effect goes away, if I merge the layer with another to flatten (think then I can delete the white middle while keeping the layer effect stay),  the layer effect look totally different after flatten.

    Set the fill to 0% in the layers panel (not the opacity). Then save for web as a PNG24, with transparency checked.

  • Deleting condition formats but saving the contents

    Hello all,
    I hope someone from Adobe is monitoring this list, as there is lots of stuff that requires either more work on the ExtendScript coding or on the documentation.
    I have almost finalized my conversion from unstructured FrameMaker documents with lots of conditional texts to structured FrameMaker, in which attributes take over the role of the conditions. I now want to delete the condition formats but keep the contents. This is possible via the menu: when I delete a condition format, I get a dialog that allows me to keep the content as unconditional text instead of throwing it out. Guess what ? The Delete() method for a CondFmt object does not take any arguments, and the default method is throwing out the content.
    I can do a TextSelection on everything in the document and apply unconditional formatting to it, but that does not include the text in tables. And it is a hassle, as there should really be a way to tell the Delete() method for CondFmt what to do with the content. The options in the dialog should be available via ExtendScript somehow.
    Thanks in advance for a quick reply. My deadline is approaching quickly !
    Jang

    This problem has been driving me crazy for weeks, and I'm pleased to finally declare victory.
    The main snarl I ran into was the propVal.osval, which uses an (undocumented) array data type named Objects to hold the CondFmt objects, and it has no constructor, so it's not easy to reset. You can reset the isval all day long without effect, and building your TextPropVal from scratch has a nasty habit of crashing Frame. It's late here, so please excuse the uncommented code, but the following will make all text in your main flow unconditional, allowing you to delete your CondFmts without deleting the text.
    var findProps, foundRange, foundCond;
    var doc = app.ActiveDoc;
    var firstPgf = doc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;
    var docStart = new TextLoc(firstPgf,0);
    var currCondFmt = doc.FirstCondFmtInDoc;
    var findProps = AllocatePropVals(1);
              findProps[0].propIdent.num = Constants.FS_FindCondTextInCondTags;
              findProps[0].propVal.valType = Constants.FT_Strings;
              findProps[0].propVal.ssval[0]= currCondFmt.Name;
    while (currCondFmt.ObjectValid()){
              foundRange = doc.Find (docStart, findProps);
                        while (foundRange.beg.obj.ObjectValid())
                        foundCond = doc.GetTextPropVal (foundRange.beg, Constants.FP_InCond);
                        foundCond.propVal.isval = new Ints();
                        while(foundCond.propVal.osval.length>0)
                                            foundCond.propVal.osval.pop();
                        doc.SetTextPropVal (foundRange, foundCond);
                        foundRange = doc.Find (docStart, findProps);
              currCondFmt = currCondFmt.NextCondFmtInDoc;
              findProps[0].propVal.ssval[0]= currCondFmt.Name;

  • Can I delete an "event" but not the photos? Turn album in2 an event....how?

    If I get this right, an event basically equals every unique import of photos. Yet what am I to do if I dont want an event for every import, most especially when people email me one photo that i save to iphoto, that to me isnt a event. I spent hours upon hours creating 'albums' of what have now been coined my events.....so how do i take all the contents of one album that i created in iLife '07 and turn it into an event, even if the photos could have come from various imports along the way? iLife is telling me it's impossible, but there has to be a work around.
    So basically I want to be able to delete events, but not it's photos.
    And how do I turn my previous albums from iLife '07 & that include photos from various imports to one event in iLife '08.
    Thanks,
    Chris

    Chris
    If I get this right, an event basically equals every unique import of photos. Yet what am I to do if I dont want an event for every import, most especially when people email me one photo that i save to iphoto, that to me isnt a event. I spent hours upon hours creating 'albums' of what have now been coined my events...
    Not quite. Events are NOT albums, they are an updated version of the Rolls feature in v6. As with v6, every import created a Roll, but you can move pics between Events, create and edit them and so on, just like you could with Rolls. Your albums are not affected by this activity.
    Regards
    TD

  • How do I delete from Photos but leave the pictures in the albumns I created instead of the duplication I have now?

    How do I delete all the photos I have in PHOTOS after I've put them all in several albums?  I don't need them duplicated. When I go to delete them the box asks if I want to delete them from EVERYWHERE but doesn't give me an option to NOT delete (from the albums). I paid £15 to get storage on I cloud and hope I have stored them correctly on there but as I don't know how to find them on I cloud to check if I've done it right, I am very reluctant to even try to delete over 1000 precious photos! Once they've gone they've gone.....! lol Meanwhile I'm stuck with no storage left to be able to take new photos of my newly born grandson! Help!!

    This will tell you exactly what iCloud does backup.
    iCloud: iCloud storage and backup overview - Support - Apple
    You did not necessarily waste the money on the storage space. Actually, if you take lots and lots of photos, you might need more storage since camera roll photos are stored in the iCloud backup. But you cannot delete the photos from the iPad, and then backup with iCloud without removing those photos from the backup. When you backup the iPad, you are backing up the state of the iPad at that particular date and time. As long as you leave the photos on the iPad and you have enough storage capacity left in iCloud, the photos will contniue to be backed up.
    This is interesting reading as well. I do not agree with Apple's statement that iCloud is the best way to backup for most users. I use the free iCloud account that Apple offeres but until I am forced to do so I will never totally rely on iCloud. I continue to use iTunes for backups and iCloud is my backup backup.
    Choosing an iOS backup method (Should I use iTunes or iCloud to back up my iOS device?
    iCloud does not backup any synced content or any content that you might have on the iPad that did not originate from one of Appl'es stores - iTunes, the App Store or iBooks. It is possible to have content on the iPad that did not come from Apple, so using iCloud as your sole backup solution does not make sense. Of course, Apple would love nothing more than for you to only use their stores, their own content and their own backup solutions.
    This is not the exact article that I was looking for where Apple recommends importing your photos to your computer, but the article does address that here as part of how you can manage your iCloud storage.
    iCloud: Managing your iCloud storage - Support - Apple
    An important thing that you have to know about backups is that they are not really a way to store content. Backups are a way in which you can restore the state of the iPad to the way that it was on the day and at the time that you made the backup. App documents, app settings, device settings, Safari History and so on. Backups are very important, but you cannot extract individual items from a backup like you can from a hard drive, thumb drive or from a folder on your computer.
    Many users disagree with the way that I feel about using iCloud solely and that is their right and their choice to do so. I am not saying that my way is the right way - I am merely sharing my opinions with you.

  • Notes displays title but not the content

    Was a Yosemite beta user. Since updating to the shipping version of Yosemite, Apple's Notes app will display the title/date of each note, but when I select a title, the content of the note does not display. These notes, synced through iCloud, display as usual on my iOS devices. Ideas?

    How many Notes are affected?
    If you do not have a great many of them, use this workaround:
    Quit Notes on your MacBook Pro.
    De-select Notes in iCloud.
    On your iOS device, edit one of the missing Notes. Make any arbitrary change; it does not matter.
    Repeat for each of the missing Notes.
    On your Mac, select Notes in iCloud again, then launch the Notes app. The missing Notes will reappear as they are downloaded from iCloud.
    If you have a great many Notes: do you have a Time Machine backup?

  • I can see my external Hard Drive on AEBS and the folders on it but not the contents of the folders

    I have a MacBook Pro running OS X 10.7.2 connected to my wireless and wired network through my AEBS.  Connected through a USB hub I have a printer and Digital Research external HDD.  When I click on the shared folder I see my HDD and can even click on it to see the folders but am unable to see the contents of any folders.  I have checked permissions on all folders when connected directly to the laptop and all seems fine.  When connected directly to the laptop I can view all files on the HDD.  I can view the contents of all the folders from my iPad when using FileBrowser but not through the MacBook.
    Does anyone have any ideas as to why the contents of the folders are not showing when accessing through AEBS?
    Help is appreciated.

    Did you map the drive? It won't show up in Explorer automatically like a jump drive or an external drive plugged directly into the PC will.
    You didn't mention the OS you're running, but what you want to do is choose "Map a network drive" and you'll see the router listed as a network device. Click on it and you should see the external drive listed. You can map it from there. 

  • How do I change a folder to view the content which isn't showing.

    I have a folder of pictures which for some reason shows that it is empty but if you go to properties it shows the files and folders that it has. Also I copied the folder to an external hard drive and it showed that it was copying the content of the folder but again on the hard drive the folder showed it was empty.

    The folder of photos was a regular folder on the desk top. I was moving photos in and out of the desk top folder and enhancing them in photoshop elements. I had 5 folders of photos and now two of them show that they are empty but when you look at the properties of those two folders it shows the number of files and folders in them but if you click on the folder you can't see anything in them and it says they are empty.
    Donrondo

  • Pings work but not the content

    Hi All,
    I have a server 10.56.3.40 trying to access a page 10.56.10.11 which is the VIP address for the content delivered by 10.56.3.50, 60 and 70.
    I can ping 10.56.10.11 from 10.56.3.40 but when I access the webpage www.net.com (DNS resolves this to the VIP address 10.56.10.11), I cannot access it.
    I have the load balancer sitting in between a firewall and the server vlan203 (10.56.3.x).
    The VIP address for the contents are 10.56.10.x. The CSS has 2 interfaces (one to fw with ip 10.56.10.3 and one to server vlan 203 with ip 10.56.3.3.). I have the following config
    !************************* INTERFACE ********
    interface 1/1
    bridge vlan 999
    description "Failover link to secondary"
    interface 2/1
    bridge vlan 210
    description "Link to VIP vlan (firewall)"
    interface 2/2
    bridge vlan 203
    description "Link to dmz servers"
    !************************** CIRCUIT *********
    circuit VLAN999
    ip address 10.56.99.3 255.255.255.0
    redundancy-protocol
    circuit VLAN210
    redundancy
    ip address 10.56.10.3 255.255.255.0
    circuit VLAN203
    redundancy
    ip address 10.56.3.3 255.255.255.0
    !************************** SERVICE **************
    service 10.56.3.50-443
    ip address 10.56.3.50
    port 443
    keepalive frequency 10
    keepalive type ssl
    keepalive port 443
    active
    service 10.56.3.50-80
    ip address 10.56.3.50
    port 80
    keepalive frequency 10
    keepalive type http
    keepalive port 80
    keepalive uri "/lbcheck.asp"
    active
    service 10.56.3.60-443
    ip address 10.56.3.60
    port 443
    keepalive frequency 10
    keepalive type ssl
    keepalive port 443
    active
    service 10.56.3.60-80
    ip address 10.56.3.60
    port 80
    keepalive frequency 10
    keepalive type http
    keepalive port 80
    keepalive uri "/lbcheck.asp"
    active
    service 10.56.3.70-443
    ip address 10.56.3.70
    port 443
    keepalive frequency 10
    keepalive type ssl
    keepalive port 443
    active
    service 10.56.3.70-80
    ip address 10.56.3.70
    port 80
    keepalive frequency 10
    keepalive type http
    keepalive port 80
    keepalive uri "/lbcheck.asp"
    active
    !*************************** OWNER ****************
    content www.net.com
    add service 10.56.3.50-80
    vip address 10.56.10.11
    add service 10.56.3.60-80
    add service 10.56.3.70-80
    protocol tcp
    port 80
    active
    !**************************** ACL ***********
    acl 1
    clause 1 bypass any 10.0.0.0 255.0.0.0 destination 10.56.3.0 255.255.255.0
    clause 2 bypass any 192.168.0.0 255.255.0.0 destination 10.56.3.0 255.255.255.0
    clause 100 permit any any destination any
    apply circuit-(VLAN210)
    acl 2
    clause 10 permit tcp 10.16.3.0 255.255.255.0 destination 10.16.10.0 255.255.255.0 eq 80
    clause 20 permit tcp 10.56.3.0 255.255.255.0 destination 10.56.10.0 255.255.255.0 eq 443
    clause 30 bypass any 10.56.3.0 255.255.255.0 destination any
    clause 25 permit tcp 10.56.3.0 255.255.255.0 destination 10.56.10.0 255.255.255.0 eq 25
    apply circuit-(VLAN203)
    acl 3
    clause 1 permit any any destination any
    I do not see any asymetric routing. But not sure why port 80 traffic is not accessible from vlan203.

    classic nat issue.
    When x.x.3.40 goes to the vip, the destination address is changed to one of the servers ie: x.x.3.50.
    Now, the response from x.x.3.50 must be sent to....x.x.3.40
    They are on the same subnet, so x.x.3.50 responds directly to x.x.3.40, bypassing the CSS.
    You need to do client naton the css to nat request from the servers.
    service servicex40
    ip address 10.56.3.40
    active
    group servernat
    vip address 10.56.10.11
    add service servicex40
    active
    If more addresses need to be nated, you may want to use acl to do this.
    This has been discussed many times, so you should be able to find sample configs and documentation.
    Regards,
    Gilles.

  • How to delete an event, but not the photos

    hello. i imported a few photos from my iphone 4 to iphoto and it created an event. i dragged and dropped those photos to a specific album on iphoto which is the only place i want them. i then deleted the newly created event but the photos disappeared from that album i put them in as as well. how can i prevent this from happening? thanks.

    You can not, of course, do that
    Events is one view of the photos in your library. Photos is another
    Albums are pointers to photos in your library. You can remove photos from albums without removing the photo but you can not remove the photo without removing it. Removing a photo obviously removes it from all views
    LN

  • HT1751 How can I delete a book, but keep the notes and highlights in case I re-load it later?

    I won't be able to keep all my books on my iPad. I don't want to lose my highlights and notes. How to I save them for use when I later reload the book?

    One way to delete a book is to select it, choose Edit from the menu and Delete.

Maybe you are looking for

  • How can I transfer music from my old iPad to my new MacBook ?

    How can I transfer music from my old iPad to my new MacBook ? My old MacBook was stolen and now I have all my music still on my IPad but like to get it back in my ITunes as well, is this possible ?

  • Where did the simple CSS view go?

    Until recently I could hit OPTION+SHIFT+Y in Firefox (desktop for Mac) and I'd be able to quickly view a webpage's CSS rules. I can't any longer. I'm not sure but I think this was a built-in tool from Firefox. Did this get dropped? Or moved? Where di

  • How to find database attribute names that correspond to page labels

    I've been tasked with creating one or more views to be used in creating reports. The users know data items by the labels on pages, not the database attribute names. So my dilemma is how to correlate the page labels to the database attributes. For exa

  • Target Dispay Mode - How to activate it under Bootcamp

    I recently bought a brand new iMac 27 inches mac. I occasionally I run Windows 7 under boot camp. I have the latest drivers updated (Boot camp 3.1) and the iMac runs perfect under Windows 7. My only questions is that I need to activate "TARGET DISPLA

  • Messed up safari

    i have accedentally trown away safari, and i cant find it on my ipod. does anyone now how i can reinstall safari without losing al my other data?