CS3: Make mask using group with strokes, fills, multiple objects,etc

I am currently using CS3, and I have created 2 objects with gradient clipping masks on them, to go over a group (my logo). I am hoping to create a glass effect with these gradients over my logo.
The problem I am running into is that I cannot use my logo as a group to mask the gradient objects. I have attempted joining, combining, etc my logo group and making it a mask, but there are strokes inside that then mask as the fill shape.
Is there a way to mask, not unlike the clipping mask tool that is so easily used in Photoshop CS3?

Is this any help?
To clarify this is what I want to achieve:
So that all the grey area is transparent.

Similar Messages

  • Using Groups with Yahoo email

    I have an email group of people in my contacts (used for sending jokes) when I try to send an email using that group in my Yahoo mail, I pick the group through my contacts and it opens up the list with everyone listed and I have to pick each name to attach to my email. Is there anyway to grab all people in the group at once? Scott

    I have a similar problem. I haven't been able to get a Qwest smtp server to send mail so I've been using the gmail smtp server. Now all my outgoing messages are shown as being sent from my gmail account. This happens even if I use the MobileMe smtp server.

  • 11g Database Adapter: How to make queries using LIKE with % (possible bug?)

    Hi there!
    Sorry if this has been answered before, but the forum search ignores '%' so I could not find anything relevant. I'm completely at a loss here guys so any help will be really appreciated.
    I've got a database adapter that executes a "pure SQL" query:
    select * from supplier t
    WHERE t.idsupplier = #idSupplierParam OR #idSupplierParam2 IS NULL
    AND t.name like '%' || #nameParam || '%' OR #nameParam2 IS NULL
    AND t.address like '%' || #addressParam || '%' OR #addressParam2 IS NULL
    AND t.description like '%' || #descParam || '%' OR #descParam2 IS NULL
    I've got a single record in my DB with name= 'supplier1'
    When I execute my bpel passing 'sup' as nameParam and nameParam2, everything is right and I get my supplier1 in the results.
    BUT if I pass 'asdfghj' as name, I still get my 'supplier1' in the results ¿¿¿???
    ¿Is this a bug? ¿Am I doing something wrong? Thanks in advance!!

    No, but thanks for trying. Iif you had read my post you'd had found that I wrote
    +When I execute my bpel passing 'sup' as nameParam and nameParam2+
    But I double checked against that just in case. I made a test query
    select * from supplier t WHERE t.name like '%' || #nameParam || '%'
    And no matter what I pass as nameParam, I always GET ALL THE RECORDS in my table. ¿Any idea what's going on? It's like param is being ignored and the query that is executed is select * from supplier t WHERE t.name like '%%' which would of course return everything in the DB. :(
    Help plz!!

  • How to (make best) use external js library from html object (need help from dev)

    Ok, on another discussion about rotating full screen backgrounds slideshows, i was orientated to try a small lib named "backstrech"
    I throw myself in, and i really like what we can do with it.
    To use it simply, just make an html object and paste this in :
    <script src="http://musecdn2.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.js" type="text/javascript"></script>
    <script src="assets/jquery.backstretch.min.js" type="text/javascript"></script>
    <script>
      $.backstretch([
          "http://dl.dropbox.com/u/515046/www/outside.jpg"
        , "http://dl.dropbox.com/u/515046/www/garfield-interior.jpg"
        , "http://dl.dropbox.com/u/515046/www/cheers.jpg"
      ], {duration: 3000, fade: 750});
    </script>
    then add the jquery.backstretch.min.js to your "downloaded files" (file menu > files to download)
    And you’re done.
    Now, i need some help from better developers.
    As you can see, my first line is a call to jquery, the same that we find later in Muse exported code.
    Reason 1 : without this line, jquery is not defined and the plugin won’t work.
    This raises 2 issues :
    - We load twice the same ressource which is useless (100k)
    - loading js is all about having the page hangs while it loads, hence, they are put at the end of the body.
    Does anybody know a way to load this particular html script AFTER we are sure the muse scripts (esp. jquery) have been loaded ?
    (in the Edge Animate world, i’d go for the yepnope, and put it at the right place in the code, though, here i have no access to page load structure except head)
    PS : in addition to that, i made an exported page/excluded from navigation where i put all the images i wanted for the background, i could then simply change the images lines :
    , "http://dl.dropbox.com/u/515046/www/garfield-interior.jpg"
    to
    , "images/my_image_name_as_in_ressources.jpg"

    Got it, there was a bug in my code. Here is what you do:
    1. Download the js file https://raw.github.com/srobbin/jquery-backstretch/master/jquery.backstretch.min.js
    2. In Muse: Go to File -> Add Files for Upload and add the script file
    3. Open Page Properties -> Metadata -> HTML for <Head>
    Paste this code in:
    <script>
    window.onload = function() {
    var loaded = function() {
      $.backstretch([
          "http://dl.dropbox.com/u/515046/www/outside.jpg"
        , "http://dl.dropbox.com/u/515046/www/garfield-interior.jpg"
        , "http://dl.dropbox.com/u/515046/www/cheers.jpg"
      ], {duration: 3000, fade: 750});
    //Load the plugin:
    var head= document.getElementsByTagName('head')[0];
    var script= document.createElement('script');
    script.type= 'text/javascript';
    script.onreadystatechange = loaded;
    script.onload = loaded;
    script.src= 'assets/jquery.backstretch.min.js';
    head.appendChild(script);
    }; //Window OnLoad
    </script>
    4. Preview or Publish = Done!
    Example: http://musebackstretch.businesscatalyst.com/index.html

  • Can I use ' ', ' ', '= ' and ' =' with java.sql.Timestamp objects in EJB-QL

    ie. Is this valid?
    <query>
    <description>Find data between dates</description>
    <query-method>
    <method-name>findMetricsByDate</method-name>
    <method-params>
    <method-param>java.sql.Timestamp</method-param>
    </method-params>
    <method-params>
    <method-param>java.sql.Timestamp</method-param>
    </method-params>
    </query-method>
    <result-type-mapping>Local</result-type-mapping>
    <ejb-ql>
    SELECT OBJECT (o) FROM MetricResults AS o WHERE MetricResults.date > ?1 AND MetricResults.date < ?2
    </ejb-ql>
    </query>

    No. Not with current EJB 2.0 CMP specs at least. Later revisions are supposed to fix this, but for now, this seriously limits the usefulness of EJB-QL.
    .P.

  • Remove strokes from multiple objects

    Hi,
    I have the following problem. I am using stokes to mask out a shape I want. I want to remove these strokes altogether but retain the masked shape.
    So for example the below image has three circles with a white stroke to form the shapes I desire.
    I am perfectly happy with this when it is on a white background but I want the strokes to be transparent rather than white so that they cannot be seen on a non-white background (see below).
    Obviously if I just make the strokes transparent I lose the desired shape.
    This is what I am trying to achieve (this was done in Photoshop but I want to achieve the same in Illustrator)
    I am sure there is a simple solution but I am struggling to work it out.
    Thanks

    Is this any help?
    To clarify this is what I want to achieve:
    So that all the grey area is transparent.

  • Strokes on multiple objects are not consistent in size

    Recently, I've noticed that when I have an image and I apply a stroke to it...it looks either bigger or smaller than another image that I would apply the same stroke to. For example: Picture A has a 1 pt stroke. Picture B has a 1 pt stroke, however, it is much thinner than the 1 pt stroke on Picture A.
    I use a lot of pictures in proposals and it there have been so many times that I'll stroke a picture at 1 pt and another at 1 pt only to have to increase/decrease the stroke pt so that it matches the 1 pt stroke.
    Does that make sense???
    What causes this and can I fix it??
    Thanks!

    It sounds like you have the "Adjust Scaling Percentage" radio button enabled in the general preferences. With that enabled, the stroke will change size when you scale a frame, but the size listed will remain constant until you select "reset scaling to 100%" in the control panel menu.
    Peter

  • Using a Seq Num for Multiple Objects in Oracle Forms Ver. 6i

    I have a requirement to produce SEQNO for each course taken in my organization. There are 100 courses and each course has 20 people, so each course must start with a SEQNO of 1 with the last being 20.
    I need to cycle the SEQNO back to the value of 1 for of the 100 course batches I insert to the database.
    Can Oracle accomodate using SEQNO like this? Any ideas are welcome...
    Jim Clark

    It works for me on 10g but the only pitfall is the " * ", the workaround is to use the " & " in the label next to the key you want.
    for example:
    Button*   label &*
    Button-   label   &-
    Button/   label   &/
    Button+   label   &+
    Button.   label   &.Try it
    Tony

  • Report with fields from multiple objects

    I have a query regarding reports:
    For a certain role I gave "Has Access" to only SRs and not the other objects and added a certain book containing SRs. I have a report with fields pulled from SRs, Accounts and Contacts. Is it necessary that the role should have "Has Access" to Accounts and Contacts also for this report to show any data?
    Please suggest.
    Regards,
    Udaya
    Edited by: Udaya - CG on Jul 14, 2011 3:26 AM

    Hello Antonio,
    Please follow the below link...
    http://gerardnico.com/wiki/dat/obiee/multiple_subject_area
    Hope its helpful
    cheers

  • Distinct count inside a measure group with other measures

    Hello,
    I have 1 distinct count inside a measure group with other measures, sum, count etc. I know this is not recommended due to poor processing performance and query response time.
    Processing performance I can live with if it means not having another measure group, which increases processing time anyway.
    I have used the recommended approach before and it generated many questions about what this second measure group is for (visible via excel), even though I made the distinct count appear in the main measure group via a calculated measure.
    (it would be nice if you could hide measure groups)
    However my question is: is query response time only effected when the distinct count is used in the query? Or is query response time effected regardless if the distinct count is used or not??
    Below is an extract from the 2005 distinct count optimizer white paper. It’s not completely clear but I assume if effects queries regardless if distinct count is used or not?
    "By adding other measures to the measure group holding a distinct count measure, all of the other measures will be at the same granularity as the distinct count measure, resulting in inefficient data structures and suboptimal
    queries."

    You might also be interested in reading this blog post, which deals with a similar scenario, to get a feeling for some of the things that might be going on behind the scenes:
    http://cwebbbi.wordpress.com/2012/11/27/storage-engine-caching-measures-and-measure-groups/
    Chris
    Check out my MS BI blog I also do
    SSAS, PowerPivot, MDX and DAX consultancy
    and run public SQL Server and BI training courses in the UK

  • Hide and make visible a group of buttons controls or indicators

    HI
    well, may be sound weird?, but I need to hide and make visible a group of
    buttons, controls, indicator, graphs etc.
    the pint is that I have for example like 20 buttons, and depending of the
    actions of the users I need to hide them or not, I know I can do it one by one
    with the visible property, but I was wondering if there is a possibility to do
    it but all together, with the same property, like put all the buttons or control inside a
    subpanel and then hide the subpanel? I tried this but didn´t work
    any suggestions?
    thanks!!!!

    You can put all of your controls in a cluster. The reference to the cluster - Property node> Controls [] - will be an array of references. From there you can control the visibility of each control.
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell
    Attachments:
    cluster ctrls visible1.vi ‏12 KB

  • Draw a box with a stroke, then invert to a fill, causes resizing using the invisible stroke

    ID-CS3
    Draw a box with a stroke, then invert to a fill, causes resizing using the invisible stroke. Is there a way to fix and have the graphic resize using the fill size without redrawing the shape? Something like expand appearance?
    I'm not looking for a workaround or to redraw the shape. This problem description was used to present the simplest explanation to recreate the problem.

    I'm not sure I understand your question/problem, but if I make a box with an outside stroke and assign a stroke color, then... invert the stroke and fill, the stroke gets redrawn as a centered stroke --- it is no longer an outside stroke.
    This seems to me to be incorrect behavior, but it's more likely I just don't understand *why* this happens.
    Tad

  • Problem with applying fills & strokes to grouped objects in Illustrator CC

    I have this problem that I deal with everyday & I can't figure out how to fix it.
    I am always struggling with applying fills & strokes (or changing fills & strokes).
    It seems like I always have to ungroup the objects first (even if I never grouped them in the first place), or I have to clear appearance first. Sometimes I have to ungroup several times, even if it is only one object by itself, not grouped with anything else.
    I think It may have something to do with the pathfinder... like the pathfinder is creating groups when I use the divide filter.
    Even when I use the direct selection tool, to select just the object I want, it wont let me apply the fill or stroke that I want.
    Also, it seems like it has several layers of appearance... when I ungroup the object, it changes appearance (the fill or stroke changes).
    Also, if I eyedrop the object to apply its appearance to another object, the "hidden" appearance is the one that gets appled to the new object.
    The closest discussion I could find was about compound paths, but I think this is a different issue, because when I go to compound paths in the menu, it doesn't give me the option to release anythig.
    I have this problem ALL DAY LONG, every day. Please help!!

    Thanks for your reply!
    I see what you are saying, and I think is some cases that could be a helpful trick - but the problem I'm having is slighlty different.
    The object that I want to change doesn't show the actual appearance... it only shows its underlying appearance after ungrouping several times, and then when it is completely ungrouped, it visibly changes to another fill & stroke. This happens even when the object is not grouped with anything... it is just grouped to itself i guess & I am not grouping these items, they just become grouped somehow - I think because of the pathfinder. I often have to ungroup 3-5 times, which is a hassle in iteself... but sometimes I actually need to grouping to keep items togther so I can manage all the ojects & move them around as needed.
    So... the method you are suggesting could possibly solve the issue, except I don't know what the fill & stroke is until I ungroup everything, so I can't create the swatch off to the side to match it. The other thing is, it seems like I would be creating a lot of swatches, since I use lots of different fills & it seems like it would be a lot of extra work.
    Here is an example of 2 objects before using the pathfinder. Please note how the object selected & the fill & stroke boxes all jive:
    Now here are two images after using the pathfinder tool (I added another object to get the problme to happen). Please note how the fill & stroke boxes do not match the objects selected:
    This is what happens when I try to change the fill to green (the fill does not apply):
    I thought it had something to do with compound paths, but as you can see below, the menu doesn't give me an option to release compound paths:
    The final image is what happens after I ungroup the objects:
    I don't understand:
    1) why pathfinder is grouping these objects
    2) why the strokes & fills change & why the fill & stroke boxes don't match the actual fill & stroke.
    3) why I can't change the fill or stroke without ungrouping (even when using the direct selection tool).
    4) why the fill & stroke change again after ungrouping

  • Grouping Adjustment layer with Gradient Fill layer

    Page 151 of "The Missing Manual" suggests that one should be able to group a Levels Adjustment layer with a Gradient Fill layer so that the levels adjustment fades out to one side.
    If I understand this correctly, the setup would be:
    Levels Adjustment Layer (grouped with layer below)
    Gradient Fill layer (with a gradient from Opaque to Transparent)
    Photo in Background layer
    but I cannot get the desired effect of original picture on one side blending through to adjusted levels on the other.
    I can get the desired effect if I dispense with the Gradient Fill layer and simply manually create the gradient on the mask of the Levels Adjustment layer but this loses the advantage of easy adjustment of the gradient.
    [Thanks to those who answered my question about linking a mask to a layer. As this is a separate query, I thought it best to start a new topic]

    Sanders1,
    I thought I'd try it, myself, and got results that I did not expect...
    http://www.pixentral.com/show.php?picture=1OVdT0C7oX46DsPm6TrfT5xxrm3h
    1 - The background image.
    2 - I created a Gradient Fill layer using color (red) to transparent.
    3 - I created a Levels Adjustment layer, set to reduce red and green,
    leaving a blue image.
    4 - I grouped the Levels Adjustment layer with the Gradient Fill layer.
    Is this the type of result you are seeing? I wonder what is the logic.
    Byron

  • Using XVID with Premiere Pro CS3?

    I'm trying to export to video using XVID encoder, two pass. I start the first pass, an XVID status window appears, and then it appears to get stuck.
    Has anyone here used XVID with Premiere Pro CS3? If so, any suggestions?

    Thanks, I'll try the options on XVID. Currently I've been exporting to raw AVI, then using AutoGK. I normally don't do use XVID, but for a partcicular racing game, there are some telephone wires that appear less aliased with XVID mpeg4, than the encoders you get with Premiere. I've tried the mpeg2, mpeg4, and windows encoders, and don't get quite the same results. One of the final destinations is a you tube "hi-def" video. I also make windows movie files since they also can be viewed while streaming via Windows Movie player. My web host throttles throughput to 350kb per second now, so I keep most of my videos at 640x480 at around 1972kbps for the video, 128kbps for the audio. <br /><br />Example wmv video from racing game<br />http://jeffareid.net/nfsuc/nucreoznds.wmv<br /><br />Example youtube video same video (<ctrl>+click to open new window):<br />http://www.youtube.com/watch?v=wQuRfJMgsms&fmt=22<br /><br />Better example of youtube video, I don't know if it's content related or if youtube compressed better. This video was uploaded well before youtube had hi-def, but apparently they keep the original and re-encoded it for me. This is of a radio control glider at a slope site. Click on the lower right icon box to toggle between desktop and full screen (<ctrl>+click to open new window):<br /><br />http://www.youtube.com/watch?v=LUVRUMc7DP8&fmt=22

Maybe you are looking for

  • Text in tables in Pages

    I am using the table function in Pages to create an alphabeticized glossary. All good. Except, in one series ("D" words), every time I try to add a new row and write in the new word, it defaults to the same 2 letters "dé". I cannot add the new word.

  • The weather widget doesn't appear in the notification center for ios7

    I can't find the basic weather widget which was part of the earlier iOS in the notification center. Has it been removed or do I need to change some settings?

  • Variable portion for Multi-shift-depreciation.

    Hi, I am using Multi shift depreciation for Depreciation calcualtion as per The Indian Company Act. Rates of depreciation are Single Shift-4.75%, Double shift-7.42%, Triple shift-10.34%. Variable component for double shift will be 56.21 and 117.68 fo

  • User settings for Default plant in some transactions

    Hi gurus, is it possible to get a default plant in any transaction that you enter ... e.x In any Tcode or  tcode MD04, i want my relevant plant ,ie ABCD to appear by default always.Whta would be the user settings I need to do Thnx in ADVANCE HKR

  • Help on Database Adapter

    Hi, I am new to ESB and webMethods. I am trying to get the data from xml file and store them in database tables. I was able to run the program without any errors, but not able to store the values in database tables. I used file adapter to get the dat