Pse 7.0 can you add a 3rd party layer style to existing category?

I've seen and understand the instructions I found on installing a layer style from a third party, but it shows creating a new category for each one through the xml.  I have a bunch of free layer styles that actually fit into existing categories (like drop shadow, for example).  Is there a way to add them to the existing drop shadow category? 
I have three separate .asl files for these, and each of these third party drop shadow .asl files already contain more than one style.  But I would like having them all within the one drop shadow category.  That is what I did in 5.0.
Thanks!

I think I figured it out.  Found this:  http://www.hummiesworld.com/plugins.html .  Thanks!

Similar Messages

  • Can I add a 3rd party SSD to a dv7 that has the 750GB Hybrid drive?

    I have been given contradictory answers from 2 different HP sales reps.
    I am looking to purchase a dv7 with a single storage drive, and will at some later time like to add a second storage drive to the empty bay. One rep told me that both the dv6 and dv7 have 2 empty bays, and I am nearly certain this is incorrect as I've read that people were removing the optical drives of their dv6 in order to add a second disk storage drive. I was also told that if I purchase the laptop with the hybrid drive, I would NOT be able to add a SSD later on down the road because of incompatibility. Another rep told me that if I started with the hybrid drive, I COULD add a second storage drive, in the form of either a SSD or HDD.
    I realize that when trying to customize the laptop, it won't allow me to choose both the 750GB hybrid AND the 32GB SSD together, as it forces me to choose either the hybrid alone, or the regular HDD and the 32GB SSD...so perhaps there is some truth to a hybrid and SSD not being able to function together properly???
    So my question remains, if I customize a dv7 with only the 750GB Hybrid drive, could I later add a 3rd party SSD without issues?

    The hybrid drive is physically just a 2.5 inch laptop hard drive and will leave a bay open. The 32 gig ssd is an mSATA module and is located far away from the hard drives so even if one is present it should not block use of a second hard drive. Here is the most recent dv7 manual. Look at pages 47 and 70.
    Manual
    I believe as long as you have only one 2.5 inch standard SATA drive the second hard drive bay is available for an additional drive. You may need a caddy and cable, however. 
    What exact model of the dv7 are you looking to purchase? This would help answer more definitely I think. The dv6 definitely does not have 2 hard drive bays, just the dv7. 

  • How Can You Add New MP3s to itunes without Duplicating Existing Songs

    Is there a way to get iTunes to search my music folder and only add song not already in my library? I rip all my music as MP3s with CDex so I can have some music at work (We're not allowed to install programs at work so I have to use Media Player there). I keep everything in a folder called music with folders for each artist and a separate folder for each of their albums. Sometimes I'll rip a bunch of CDs in one day that end up being scattered throughout my entire music folder. It's a royal pain in the behind to have to nagivate to each individual directory to add the songs to my iTunes library. I can not find any option for "find new songs", or more preferably to tell iTunes to search my main music directory and add new, AND ONLY NEW, songs to it's library. If click "File" then "Add folder to library" then pick my music folder iTunes proceeds to add all the new music I've added, but also adds another listing of every song already in the library. Why is this so difficult? Is it just me? Am I missing something simple here?

    I take that means I'd be able to move my stuff (since I've ripped them all) from computer to computer without worrying that one day it'll tell me I've used up my five computers?
    If I switch the setting and start letting iTunes to organize everything will it move the files from their current location into the iTunes music folder? Does iTunes put them on my hard drive in such a way that I'd be able to know which song is which if I "look" at my hard drive without using iTunes? I only ask this because if i try to find a song on my iPod they're all in mysterious folders with mysterious names and I have no way of telling which song is which if the computer I plug it into doesn't have iTunes. Oh, one last question. How does the 5 computer thing work? If my girlfriend plugs her iPod into my computer does that count? for example if she has her iPod authorized on her home computer, her work computer, and her laptop, does this mean she can only authorize it two more times?

  • How can i add a 3rd monitor to my brand new macbook with thunderbolt?

    I have just bought a new 13" macbook pro and already have one screen attached.  How can I add a 3rd.  I'm told it is capable of running several at once???

    You can add a third display using a USB video adapter such as this:
    http://eshop.macsales.com/item/NewerTech/VIDU2DVIA/
    Note that video performance on a USB-connected monitor is limited by the slowness of the USB connection. Such a monitor won't be suitable for gaming or fast-action video, but will be fine for business applications, basic photo editing, etc.

  • Text editing  - can you add text editing options on the 'in-browser editing'

    Text editing  - can you add text editing options on the 'in-browser editing' tool?

    You can only replace existing content, not edit the page structure. Refer to the respective help sections.
    Mylenium

  • How many devices can you add to icloud?

    How many devices can you add to your icloud account? 

    How many devices can you add to your account? 

  • How can you add a where clause using "OR" with applied ViewCriteria?

    [JDeveloper 10.1.3 SU4]
    [JHeadstart 10.1.3 build 78]
    I am using JHeadstart, but have a question probably more in the ADF area. On the JHeadstart forum I asked:
    "I am overriding JhsApplicationModule's advancedSearch in order to be able to search in childtables. I created transient attributes, display those in advanced search and in the overridden method I check if any of these are filled by the user and create a where clause like 'EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>)'. I add this whereclause using ViewObject.setWhereClause.
    So far so good and it works. However, if the user selects 'Result matches any criteria', combining setWhereClause and the normal advancedSearch QueryByExample implementation using ViewCriteriaRow do not provide the desired result, since the ViewCriteria and the setWhereClause are AND-ed together, which is fine if the user selects the (default) "Results match all criteria" (everything is AND-ed) but not the "Result matches any criteria", since then every criterium is OR-ed together, except for the setwhereclause criteria and the set of ViewCriteriaRows, they are AND-ed.
    I looked if I could specify that a WhereClause will be OR-ed to existing applied ViewCriteria, but no luck. Do I have to rewrite also advancedSearch's ViewCriteria implementation and write an entire setWhereClause implementation to be able to "OR" every criterium? Or any other suggestions? Can I look at the entire Where clause and rewrite it (after applyCriteria and setWhereClause are called on the VO)?
    Toine"
    Sandra Muller (JHeadstart Team) told me today: "This sounds like a JDeveloper/ADF issue that is not related to JHeadstart. The question is: how can you add a where clause using "OR" if there are already one or more ViewCriteria applied?
    To simplify the test case, you could create a simple ADF BC test client class in a test Model project without JHeadstart (in the test class, use bc4jclient + Ctrl-Enter), in which you first apply a few ViewCriteriaRows to a View Object and also add a where clause.
    Can you please log a TAR at MetaLink ( http://metalink.oracle.com/ ), or ask this question at the JDeveloper forum at http://otn.oracle.com/discussionforums/jdev.html ? (This what I am doing now ;-))
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting"
    Anyone knowing the answer or am I asking for an enhancement?
    Toine

    Hi,
    Can you SET your whereclause as follows ?
    ('Y' = <isAnd>
    and EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> AND <another column in childtable> LIKE '<value supplied by user>))
    OR ('N' = <isAnd>
    AND EXISTS (SELECT 1 FROM <childtable> WHERE <column in childtable> = <column in EO's table> OR <another column in childtable> LIKE '<value supplied by user>))
    )

  • I have an ipod touch and the contacts icon is missing.  How can you add it to the home screen?

    I can't find the contacts icon... How can you add this to the home screen

    Every iPod touch has a contacts icon. It might be hiding. You can try Settings > General > Reset > Reset Home Screen Layout.

  • How can you add an image in Mail without being an attachment?

    How can you add an image in Mail without being an attachment?
    In otherwords I'd like to put my logo in the email not as an attachment but as an image.
    Is there a simpel solution to this problem?

    PBN1 wrote:
    How can you add an image in Mail without being an attachment?
    You don't.
    It's not possible. The e-mail protocol is designed for text; anything else has to go as an attachment.
    Different mail clients (such as Mail.app, the mail client bundled with Mac OS X) may have different ways of handling such attachments, but they are still attachments. Each mail client has its own rules and methods, so one may display a picture as if it were in the body of the message, but another client may do something completely different.
    A way of faking it is to format your message in HTML (which is a kind of text). The image is hosted on a remote server, not added to the message; instead, you include a link to it in the body of the message, as you would when building a web page. (This is also what the two tips helpfully provided by X423424X do, except that the link to the image is added in the signature, rather than the body of the message.) What exactly happens to it is, again, at the discretion of the mail client. In my case, for instance, displaying images in HTML messages is turned off, and will stay resolutely off.

  • Can you add page numbers to the PDF version?

    Can you add page numbers to the PDF version?

    Hello saradianapasik,
    If you start with a document created with Acrobat Pro, or exported from your word processor as a .pdf, then you should include page numbers in that originating application. After you have exported a .pdf form from FormsCentral, it is no longer editable.
    I hope that helps,
    Brian

  • Can you add apps to iPad open in list

    Can you add apps to the open in list of an iPad

    As far as I know, you cannot add apps to the Open In list using any setting or built in feature in iOS. This is controlled by the iOS itself. IIRC, you can delete apps from the iPad that appear in the Open In list in order to make room for apps that you would like to appear in there, and if you continue to use the apps that you want to add to that list, eventually they will appear in the list. I believe that the more that you use one particular app, the more likely it will be for it to appear in the Open In list.

  • Can you add vids from a camra to Ipad

    Can you add vids from camra to ipad 2 (to make vids on imovie)

    surely. You need to sync the files to your camera-roll in iOS, use itunes/iphoto. IMovie in iOS can access all videos that are in the camera-roll ( photos.app ) .
    The Apple iPad camera connection kit will also be a big help  : With it you can insert a digital cameras SD-Card into the iPad and mass-import the footage . Using this you avoid the iTunes/PC/OSX procedure to load material into the ipad.

  • Can you add a function sort of like spam, but for websites. So I can put website to spam bucket

    Can you add a totally new functionality, which would be similar to email spam.
    If I get to a website I don't ever want to see in any of my searches or anything I would just click WEBSPAM button and the site is gone from my web viewing experience.
    It is sort of an opposite of favorites or bookmarks. Negative bookmarks could be a good concept name.
    So again, the negative bookmark site would not show in any of my searches. The idea is to make this simple.
    A one click solution.

    You can make suggestions for new features here:
    https://input.mozilla.org/en-US/feedback

  • Can you add cut copy and paste icons to mail toolbar?

    Can you add a cut, copy and paste icons to the mail toolbar in macmail?

    I guess that these were considered such fundamental operations, each with an already existing variety of operations (mouse, keyboard, right-click, ctrl+c etc) that the Thunderbird devs didn't choose to replicate them again. Similarly, keyboard selection is relied upon a great deal in Thunderbird, rather than adding all the ugly (IMHO) checkboxes that now counterintuitively litter all Windows Explorer displays.
    So, if the devs expected you to use ctrl+right+shift to select the current text word by word, then ctrl+c to copy it, ctrl+x to cut it and ctrl+v to paste it would be quite natural, since your hands are already at the keyboard. Similarly, if you prefer to select by mouse, a right-click also offers options to copy, cut and paste, and there is also the possibility to drag selected text, serving cut and paste in one action. So it could be argued that there is no need for buttons.
    There used to be additional button add-ons for Thunderbird, but those that I know about don't appear to be under active maintenance and don't currently work with TB 31.0.
    You could build your own using a Custom Buttons add-on, but it isn't easy to find the appropriate function call to attach to your home-made buttons. :-(
    https://addons.mozilla.org/en-US/thunderbird/addon/custom-buttons/
    Here's the code you need if you try this add-on:
    cut: goDoCommand("cmd_cut")
    copy: goDoCommand("cmd_copy")
    paste: goDoCommand("cmd_paste")
    (taken from: http://kb.mozillazine.org/Keyconfig_extension:_Thunderbird )
    The tedious bit is finding suitable icons; the defaults are pretty but unhelpful coloured stars.

  • HT5622 how can you add a group to contacts to email or message?

    How can you add a group to your contacts to email or message a group?

    There are example OMB commands in the MDL referenced in the post below;
    http://blogs.oracle.com/warehousebuilder/newsItems/viewFullItem$198
    Look at the body of the expert you will see examples of creating joiners, filters, aggregators, constants etc all via OMB.
    Cheers
    David

Maybe you are looking for