Can't change parent/layer in CS3

I've been running into this problem alot in the last 6 months and I'm finally fed up. Basically, at some point while working on my CS3 projects, something unknown to me happens and I can no longer change a layers parent with the drop down box, same thing goes for layer control drop down boxes in the effects panel. Now, I can still change a layers parent with the pick whip, which is why I've just lived with the issue. But I've now run into a problem where I'm using a Layer Control expression effect and I cannot change the layer at all there. I click it and nothing happens, no response at all. Any help here would be greatly appreciated.

Please be more specific. Provide info about the number of layers per comp, comp settings, what items are referenced/ used using the layer controls etc.. Also provide screenshots (use the camera icon to attach)/ info about the structure of the project or the project itself. I've never encountered such issues myself, but it is imaginable that too many references/ too many layers create some sort of overflow that prevents the list from being drawn or populated correctly.
Mylenium

Similar Messages

  • Can we change the layer's opacity?

    Can we change the layer's opacity in flash CS4? Such as change the photoshop's layer's opactiy.

    No and yes.
    No. A layer is just for stacking things and organizing your artwork. So there is no way to change a whole layer.
    Yes. Movie clip, graphic, and button symbols are the main paradigms in Flash and each of them can have their transparency altered. (In Flash is is called alpha.) So convert your artwork into a movieclip or graphic and then from the properties panel look for the color effects drop down and change the alpha.
    Or you can draw your art with colors that already have an alpha value set.

  • [OSX] Photoshop CC bug - can't change Shape Layer colour from layers panel

    Hi there,
    I have a persistent bug where after a certain amount of time (potentially after the iMac goes to sleep and reawakes?) that after creating a new Shape Layer I can no longer change it's colour from the layers panel. If I double-click it the colour palette appears and it seems to record the colour but the Shape Layer does not reflect this. If I go into the Shape Layer bar at the top of the screen I can still change the Fill and Stroke.
    If I re-open the program it works again.

    Had the same problem. Turns out I needed to use the Path Selection Tool and click the path right on the canvas, not in the layer panel. This re-enables the Live Shape properties.
    Here is a short video with more details if you're interested -> http://www.michalkopec.com/blog

  • Can I change the layer depth of a Drawing?

    I've got a spiral
    function spiral(centerX, centerY, radius, sides, coils, rotation){
        with(this){
            moveTo(centerX, centerY);
            var awayStep = radius/sides;
            var aroundStep = coils/sides;// 0 to 1 based.
            var aroundRadians = aroundStep * 2 * Math.PI;
            rotation *= 2 * Math.PI;
            for(var i=1; i<=sides; i++){
                var away = i * awayStep;
                var around = i * aroundRadians + rotation;
                var x = centerX + Math.cos(around) * away;
                var y = centerY + Math.sin(around) * away;
                lineTo(x, y);
    lineStyle(4,0xCCB700);
    spiral(260.5,438.0,125,DOTS,XE,0);
    and I want some movie clips to appear infront as well as behind it, but right now it always appears on the bottom layer. Is there a way to attach the drawing to a movie clip or something so I can change it's depth?

    here's the code, it's not too many lines of code, just convoluted.
    bolt_range = 0;
    rod_base = rod._y;
    spring_ybase = spring._yscale;
    spring_xbase = spring._xscale;
    spring_x = spring_cap._y;
    speed = 0;
    activation = 1;
    $a = clamp._rotation;
    $b = clamp2._rotation;
    $c = mgearB._rotation;
    $d = sgearA._rotation;
    $e = mgearA._rotation;
    $f = saw._x;
    $g = saw.sgear1._rotation;
    $h = gear19._rotation;
    $i = mgearC._rotation;
    six00 = 6;
    tdbase = turndial._y;
    function spiral(centerX, centerY, radius, sides, coils, rotation){
        with(this){// Draw within the clip calling the function.
            moveTo(centerX, centerY);
            var awayStep = radius/sides;
            var aroundStep = coils/sides;// 0 to 1 based.
            var aroundRadians = aroundStep * 2 * Math.PI;
            rotation *= 2 * Math.PI;
            for(var i=1; i<=sides; i++){
                var away = i * awayStep;
                var around = i * aroundRadians + rotation;
                var x = centerX + Math.cos(around) * away;
                var y = centerY + Math.sin(around) * away;
                lineTo(x, y);
    //lineStyle(thickness, 0xColor);
    // spiral(centerX, centerY, radius, sides, coils, rotation).
    XE = 2;
    XPLUS = 0;
    marker = 0;
    rewind = 0;
    active = 0;
    springframebase = springframe._rotation;
    onEnterFrame = function(){
    markerval.text = marker;
    switchact.onRelease = function(){active++;}
    if(active > 2){active = 0;}
    if(ticker == 2){ticker = 0;}
    if(active == 0){switchact._rotation = 0;   
    six00 = 0;
    turndial._y = tdbase;
    lock._rotation = 0;
    gear1._xscale = 100;
    gear1._yscale = 100;
    if(active == 1){switchact._rotation = +40;   
    if(Key.isDown(Key.UP)){six00++;}
    if(Key.isDown(Key.DOWN)){six00--;}
    if(six00 > 600){six00 = 600;}
    if(six00 < 6){six00 = 6;}
    springframe._rotation = springframebase - rewind + marker;
    marker = marker - 1;
        XPLUS--;
      this.clear();
    lineStyle(4,0xCCB700);
    spiral(260.5,438.0,125,DOTS,XE,0);
    windgear._rotation += six00;
    turndial._y = tdbase - 10;
    lock._rotation = -10;
    gear1._xscale = 100;
    gear1._yscale = 100;
    //windup;
    if(active == 2){switchact._rotation = -40;   
    springframe._rotation = springframebase - rewind + marker;
    six00 = 0;
    gear1._xscale = 80;
    gear1._yscale = 80;
    windgear._rotation -= 6;
    rewind = rewind - 1;
        XPLUS++;
      this.clear();
    lineStyle(4,0xCCB700);
    spiral(260.5,438.0,125,DOTS,XE,0);
    turndial.play();
    turndial._y = tdbase;
    lock.play();
    speed.text = six00;
    //1:60
    seconds._rotation += six00;
    gear1._rotation += six00;
    gear2a._rotation -= six00/2;
    gear2b._rotation += six00/4;
    gear2c._rotation -= six00/8;
    gear2d._rotation += six00/16;
    gear15._rotation -= six00/24;
    gear25._rotation += six00/60;
    minutes._rotation += six00/60;
    //1:3600
    missing._rotation -= six00/60;
    gear2cq._rotation += six00/120;
    hourfix._rotation -= six00/240;
    gear2dq._rotation += six00/240;
    gear15q._rotation -= six00/360;
    gear2q._rotation += six00/720;
    hours._rotation += six00/720;
    //winding mode;
    DOTS = XE * 50;
    XE = 8 + XPLUS/360;
    //winding watch
    if(Key.isDown(Key.LEFT)){marker = marker + 18;
    XPLUS++;
      this.clear();
    lineStyle(4,0xCCB700);
    spiral(260.5,438.0,125,DOTS,XE,0);
    XE = 8 + XPLUS/20;
    if(Key.isDown(Key.RIGHT)){marker = marker - 18;
        XPLUS--;
      this.clear();
    lineStyle(4,0xCCB700);
    spiral(260.5,438.0,125,DOTS,XE,0);
        spring._yscale = spring_ybase - (bolt_range/0.73);
        spring._xscale = spring_xbase + (bolt_range/Math.PI);
        rod._y = rod_base + bolt_range;
        spring_cap._y = spring_x + bolt_range;
    if(bolt_range < 0){bolt_range = 0; speed = 0;}
    if(bolt_range > 65){bolt_range = 65;}
    if(clamp.catchdot.hitTest(mgearC.catchdot)){activation = 0;}
    if(rod.tip2.hitTest(catchdot3)){activation = 1;
    clamp._rotation = $a;
    clamp2._rotation = $b;
    mgearB._rotation = $c;
    sgearA._rotation = $d;
    mgearA._rotation = $e;
    saw._x = $f;
    saw.sgear1._rotation = $g;
    gear19._rotation = $h;
    mgearC._rotation = $i;
    //key was "DOWN" switched to SPACE to avoid interference
    if(Key.isDown(Key.SPACE)){speed++; bolt_range = bolt_range +1 ;}   
    else{bolt_range = bolt_range - (1 + speed/2);}
    //if(Key.isDown(Key.UP)){bolt_range = bolt_range - 1; transferrod._rotation = 0}
    transferrod._rotation = bolt_range * 0.728;
    transferrod.bend._rotation = -bolt_range * 0.414;
    clamp2.pullbeam._rotation = +clamp2._rotation;
    rodgear._rotation = bolt_range * Math.PI;
    doublerodgear._rotation = -bolt_range * Math.PI/2;
    quadrodgear._rotation = bolt_range * Math.PI/4;
    octrodgear._rotation = -bolt_range * Math.PI/8;
    octrodgear.transferrod._rotation = bolt_range * Math.PI/8;
    octrodgear.transferrod.bend._rotation = bolt_range * Math.PI/60;
    lock._rotation = octrodgear._rotation * 1.25;
    dotval.text = activation;
    if(activation == 0){
    if(rod.tip2.hitTest(clamp2.sensor)){clamp._rotation += 5; gear19._rotation -= 5; saw._x += 8.75;}
    if(activation == 1){
    if(rod.tip2.hitTest(clamp.sensor)){clamp._rotation -= 2; gear19._rotation += 2; saw._x -= 3.5;}
    if(rod.tip2.hitTest(clamp2.sensor)){clamp2._rotation -= 2; if(saw.sgear1._rotation != 0){
        saw.sgear1._rotation -=9; mgearA._rotation -= 6; sgearA._rotation +=9; mgearB._rotation -= 6;
        mgearC._rotation +=6;}
    if(rod.tip2.hitTest(clamp2.sensor2)){clamp2._rotation += 2;  saw.sgear1._rotation +=9;  
    mgearA._rotation += 6; mgearB._rotation += 6; sgearA._rotation -=9; mgearC._rotation -=6;}
    if(rod.tip2.hitTest(clamp.tip)){if(bolt_range < 26){bolt_range = 26; speed = 0;}}

  • Can I change what layer is used to name a Smart Object?

    I really love smart objects, and in particular I appreciate being able to combine a layer and its adjustment layers into a single smart object. However, when I create smart objects from multiple layers this way, I end up with names like "Hue/Saturation 31" and "Curves 16". Is there a way to set Photoshop to name the smart objects based on the primary layer, so I don't lose the layer names that actually indicate what's in the smart object?
    For example, I do a lot of editing and combining groups of "selfies" that people send me. Once I extract them from their backgrounds, I bring them into a single file, with each "selfie" named with the name of the person pictured. So, for example, I'd have a Jane Doe layer, a John Smith layer, etc. Then I add adjustment layers to each one, to match their exposure and color as much as possible. Then, if any of the adjustment layers are not applied evenly to the entire smart object, I combine the smart object and its adjustment layers into a new smart object, so I can move and scale it easily without messing up the alignment of the combined layers. However, then I have to go back to the original files to know who is who.
    Smart objects work much better than linked layers, but all the extra steps necessary to re-name them are driving me nuts. Does anyone have a solution?
    Paula

    When I know i'll be transforming or adding additional filters, I prefer to go directly to creating smart objects rather than grouping them first, since the relevant layers are automatically "grouped" by being pulled into the smart object. My thought is that the default name for a smart object (or a group, for that matter) should be the lowest layer on the selected stack that has a non-default name, since in most cases that's the one you'd want to use for the new smart object. I don't know exactly how Photoshop recognizes layer names, but since it knows what number to assign to new layers or individual types of adjustment layers, it should also be able to recognize when a layer name is not a default name.

  • Can I change PS layer comps to a single PDF?

    I have a print project and it's easier to create it in photoshop then  InDesign. It will be a booklet and printed digitally. They only accept  PDFs. My question is can I turn my psd layer comps into
    a single  PDF for the printer?

    J thanks for the tip. That works but not for my need. I want to export my layer comps as single pdf not contact sheet. Print quality. I read this elsewhere:
    • Create an InDesign document.
    • File>Place.
    • Check, Show Import Options
    • In that dialog box, Layers>Layer Comps. (specify which Layer Comp)
    Do this for all your pages. Your Layer comps are Linked and can be  easily updated or edited.
    • Save document
    • File>Export to create a multi page pdf.
    This is perfect but seems buggy it works with some layer comps on others it doesn't show the correct one.

  • When using the Save Layer Comps to PDF Script, can you change the PDF settings. I need both Smallest File Size and Press Quality?

    When using the Save Layer Comps to PDF Script, can you change the PDF settings. I need both Smallest File Size and Press Quality? Thanks in advance to the group for assisting with this matter.
    — John

    No, there isn't. The way you're using the file is not recommended. You
    should use a review tracker to avoid getting in the way of one another.

  • My iphone is synced to my parents computer, can i change this to sync my phoe to my laptop,if so, how?

    My iphone 4 is synced to my parents computer, can I change this to sync my iphone with my laptop?If so, how?

    Plug it into your computer and sync.
    Since iphone will sync with only one computer at a time, your content will be erased and replaced with coneetent from your computer, so make sure you copy everything from your parents computer to yours first.

  • I would like to create a new layer NOT AS SMART OBJECT. It is the default. How can I change it?

    Hi!
    I would like to create a few layers, non of them should be a smart object. But when I create the layer automatically it becomes a smart object. How can I change it?
    Thanks!

    Hi Roniarbel,
    Go to general tab in Preferences and uncheck the option "Always create smart object when placing" Close Photoshop and then reopen it and check.
    Thank you for posting on Adobe Forums.

  • Can i change the number of frames when create a layer in  photoshop?

    Hello, well that's my doubt, when i'm animating at photoshop n i create a layer, creates almost 30 frames in the timeline, can i change that?

    I can render a frame animation out as a video. Are you doing and animation or video editing? Your showing a video timeline there not a frame animation timeline. You can also convert between the types of timelines.  Though I had done so it was out of curiosity I don't really do video of frame animations. I just play with Photoshop some to keep my mind in working order. I also just dropped a Bonjovi Mpeg video on Photoshop and it came in as 5 minutes 41 seconds don't know how many frames. You can also import video as frame animation however I have not and don know what would become of the audio. Just tried seems import is limited to 500 frames. Photoshop also has a 8000 layer limit. I tried flatting the 5:41Bonjovi to frames the progress bar when halfway and Photoshop was none responsive anw was getting CPU seldom. I kill it and restatred it and dropped a 57 secon video on Photoshop. That flatten to frames quickly at 30/sec frames that came to 1738 layers I lost the audio. So Photoshop 8000 layer limit would get in the way around 4 and a halt minutes. Bonjovi was 5+

  • Can't change all files to open with CS2 with CS3 installed

    I have InDesign CS2 and CS3 installed on my macbook (10.5). CS3 is buggy to the point where its unusable, but I need it installed because once in awhile I receive files saved in that format.
    I wanted to change, through any Get Info window, all Indesign files to Open With CS2 instead of CS3. Problem is, whenever I hit "apply to all files" the OS just instantly changes the program back to CS3.
    Anyone else having this problem?

    Let me be a bit clearer.
    When I installed CS3, it switched the "Open With" program association of all my CS2 files to CS3. This means the icons for all my CS2 files changed to CS3 icons. And when I double click on my CS2 files, they open in CS3, even if I already have CS2 open. If I have CS2 open, the system just starts opening CS3.
    Worse yet, upon installing CS3, all of my CS2 files were CHANGED to CS3 files (looking under "kind" in the "info" windows.
    I had thought I could just change all INDD files to asssociate with CS2, but when I go to "Get Info" on a file (CS2 or 3, doesn't matter which), and change the "Open with" to CS2, and hit "Change All", the "Open With" Just changes right back to CS3. Augh.
    For now, I just use the "Open" dialogue in CS2 or drag and drop the files. Pain in the rear. So I thought I'd post here.
    And though I don't want this to be a discussion of whether CS3 is buggy or not, I'll just say that my system was plagued by the CS3/Leopard NavSvcs and Hide bugs, (only a problem in Mac OS 10.5), both of which have been recognized by Apple and Adobe, as well as thoroughly blogged about by Tim Cole and MacFixit, and countless others.
    My favorite is this from the InDesign 5.0.2 Readme file:
    This update does not address recently identified issues running Adobe InDesign CS3 on Mac OS
    X Leopard (v10.5.1). Known issues include the following:
    Users are unable to hide InDesign CS3 using the cmd+h keyboard shortcut.
    InDesign CS3 may unexpectedly quit when using the Place, Save, Save As or Export
    commands using either the OS or Adobe dialog boxes.
    Unfortunately, there are no workarounds for these known issues.
    Yes, that's right. I'm one of those lucky folks who's experiencing the known bug where InDesign CS3 crashes when you try to open or save a file. I'm not a troll, I just simply can't use it! Haha.
    http://creativebits.org/leopard_vs_indesign_crashes_on_open_import_export_save_and_print
    http://blogs.adobe.com/indesignchannel/2008/02/indesign_leopard_update_vii.html
    http://discussions.apple.com/thread.jspa?threadID=1484712&tstart=6

  • Problem with changing Label in Bridge CS3 and CS6

    Hi there,
    I am having some problem with changing Label in Bridge CS3 and CS6 in windows.
    1. In Bridge CS3 (Windows XP), most of the time with most of the files, there is no problem. But I found that in some files, the Label does not get changed. I usually change Label by right clicking on the picture, then Label and select any Label. When I do so in those files, nothing happens. But when I rename the file by changing or adding just a single character, then it works. And if I again rename to original name, it still works. But without renaming the Label does not change. Again this does not happen with all pictures, but occationally with some. We usually receive pictures from different clients for editing purpose.
    2. In Bridge CS6 (Windows 7), if you create lot of Path using Pen tool in Photoshop for the purpose of removing background, you save the file, close, and change Label in Bridge, again open the file in Photoshop, you see no Path in the Path Pallette. So that means, changing Label works, but it removes the Path from the file. But if there is small amount of path, then no prboblem. But if there is lot of path, like you need to create for a necklace to remove background, then the problem arises.
    I am using Bridge for a purpose where it is very helpful so I really need to use Bridge, and Labeling feature is the most important to me, but after feaguring out this problem, I am really tensed as to whether or not I will find a solution to this. So any help, guidance will really be appreciated.
    Thanks very much in advance for any solution.
    Best regards

    I have re-checked the issue and I found that the problem is with JPG file.
    I wasn't even aware you could save a path to a jpeg file (always use PSD because of wanting to keep the Alpha Channel, jpeg only can contain 1 layer and no alpha channels and/or transparency).
    However I tried it on a file with a simple path and one with a complex path. It seems indeed you have found a bug. The simple path is no problem but the more complex path is indeed disappearing.
    It is not only label but also rate or adding IPTC in the description field. The moment metadata is saved to this jpeg file and reopened the earlier present work path of a more complex path is gone.
    Despite the fact that to my opinion a jpeg is not the most suitable file format for saving a work path this should not happen. If a work path is saved to a jpeg then it should be kept saved after just altering metadata in Bridge.
    It still is the same behavior in Bridge CC because that is what I use. Don't know when it started but it still needs to be repaired
    Here is the link for filing a problem or bug:
    http://feedback.photoshop.com/photoshop_family/

  • Changing the layer colour in Isolation Mode

    How do I change the layer colour once I'm in Isolation Mode? I'm using CS4 and tring to edit a yellow object but Illustrator has made the layer/paths/edges yellow making it VERY difficult to see what I'm doing?
    ...actually, I just changed the objects layer to a differrent colour which seems to have made Illustator select the next colour down when in Isolation made.
    Is this my only option?

    I decided to test this more thoroughly.
    Elements edited in Isolation Mode do actually inherit the color of the parent layer.
    But there seems to be an exception: symbols. No matter what color the layer is, symbols edited in Isolation Mode get their own color. And that color is persistent across all symbols, regardless of the layer that they appear on.
    However, that color is not consistent throughout the lifespan of the document. The color changes according to a pattern.
    And the pattern is this: there is a sequential list of layer colors in AI, and a correlation  between the number of layers in your document and the sequential number of the colors in the Layer Options color list. Symbols always use the color that is next in the list of layer colors, following the pre-assigned color of the most recently-created layer.
    Test this out if you want:
    Create a new document. Note that the default layer always uses the "light blue" layer color.
    Now create a second layer in that document. It will be red.
    The third layer will be green, and the fourth will be blue.
    Now make a symbol and edit it in Isolation Mode. It's yellow.
    Now look at the sequence of colors in the layer color dropdown menu: "yellow" is fifth in the list, after "blue," the fourth color in the list. It seems like AI is creating a new temporary layer for editing symbols, and like other layers, it is automatically assigned a color.
    So basically, symbols edited in Isolation Mode will only be yellow if you have four layers. The way that AI assigns colors to symbols being edited in  Isolation Mode seems to depend on the number of layers in the document.
    If you followed the steps above, you can test this out by creating a fifth layer. Notice that it automatically gets assigned a layer color of yellow. Edited symbols will be magenta... the sixth color in the list.
    It doesn't matter if you change the colors of each layer after creating  them; as far as I can tell, if you have four layers, symbols edited in Isolation Mode will always be yellow.
    The workaround would be to add a fifth layer to your document. Symbols in Isolation Mode will then show up in magenta, which is much easier to see on a white background.

  • My safari browser is not good. How can I change it?

    My safari browser is not good. How can I change it?
    Also need info on setting up parental controls to use remotely for children who iChat, Facebook, etc.

    If you don't like safari try Firefox or chrome,but safari would be comfortable.
    try this link for firefox download
                                                      http://www.mozilla.org/en-US/firefox/video/?video=upgrade-mac

  • How can I change the date of birth on my child's Apple ID?

    HI,
    My son's school have started an initiative where they use iPads as part of their lessons, and subsequently my son has a brand new iPad through the scheme.
    The setup guide that the school supplied directed us to enter the parent's date of birth and the student's name to set up an Apple ID.  However, since setting his iPad up we have become aware of Family Sharing when we setup our old iPad for his younger brother, and the ability to create an Apple ID for a child.  We would obviously like the same level of protection and security for both children, not to mention restricting any accidental purchases!
    Is there any way to change his date of birth from mine to his?  I have read other similar posts with the best solutions apparently to fudge the date of birth so that the child is older than 13 years old.  I would like to do this properly rather than lie about his age...
    Thanks in advance

    You can not change the date of birth on the account. You are explicitly told this when the account is created.
    The ID you created is yours, not your son's. If your son is under 13, then to claim it is your son's ID is to say that you committed a crime when you created it. Create a new account for your son.
    Inform the school that if they are instructing parents to do this because the children are under 13, they are potentially criminally liable. They should know better.

Maybe you are looking for

  • Safari 4 and Reader 9.1

    Hello, I just used automatic update on my powerPC to upgrade to OSX 10.5.8. This update also installed Safari 4. I then installed Reader 9.1 (latest version). The reader install was clean, no previous versions on my machine. When I opened Reader for

  • How to set the margins for the pdf output in BI Publisher

    Hi There, When we view a report in PDF format in BI Publisher, we get pdf output in an iframe. There are two scroll bars on the right side. When we scroll down the outer scrollbar to the bottom, there is a white space between the bottom border of the

  • Problem mit Adobe Photoshop Album 2.0 S.E.

    Hallo, nach der der Installation will ich das Programm starten, jedoch erhalte ich folgender Fehlermeldung: "Beim Öffnen des Katalogs Mein Katalog trat ein Problem auf. Der Katalog wurde möglicherweise von einem anderen Benutzer oder in einer anderen

  • SCUP questions

    so I have everything setup, I basically published everything and created 3 ADR's in SCCM and I'm waiting for the sync to sccm, so far the sync keeps timing out, I'm guessing that might be normal at this point?? Sync failed: The operation has timed ou

  • Engineering logical subtypes to Relational model

    I have a logical model with subtype (box in box). When I forward engineer to a relational model there is nothing in the model to represent the subtypes. I was expecting (as in old Designer) to see a differentiator "type" column to be generated with a