Illustrator :: Better Layer Control - Locked / Unlocked?

Oct 18, 2013

Seems as soon as I create layer groups, things get stupid with respect to unlocking layers.
 
when layers are not grouped in a parent, and you are working on 1 layer with an item you want unlocked, just that/those items unlock.
 
However when working with grouped layers, and you are on 1 unlocked layer and select the same unlock command, ALL layers become unlocked!
 
To me this seems incredibly stupid..is this a known bug or a "feature?"

View 3 Replies


ADVERTISEMENT

Illustrator Scripting :: Unlocking Locked Text On Unlocked Layer

Mar 6, 2013

When running my script to unlock all layers, so I can select all textFrames and copy them to a new layer, I run into a problem with text that has been locked individually. The script unlocks layers that are lock but it does not unlock items that have been locked individually on those layers. Is there a way to unlock these items?
 
var layerCount = activeDocument.layers;
for (  j = layerCount.length - 1; j >= 0; j-- )
    {
    lockedLayers = activeDocument.layers[j];
     
        if (lockedLayers.locked == true && lockedLayers.visible == true)
        {
        lockedLayers.locked = false;
        }
    }

View 5 Replies View Related

AutoCad :: Layer Combo Control Is Locked?

Aug 3, 2011

My ACad2006 Layer Combo Control bar appears to be locked. It will only show the current layer and will not show the layer of an object that is selected with the pickbox. I must have accidentally made a change somehow, but don't know how to undo this.

View 2 Replies View Related

Illustrator :: Moving Group / Layer / Artboard With Locked Child Objects

Nov 8, 2012

In CS5, you could move a group/layer/artboard along with all of the child objects, even if some of the objects are locked.  But in CS6 the locked objects remain unmoved.
 
Is there a way to change this behaviour?

View 7 Replies View Related

AutoCAD LT :: Where To Set Fade Control Of Locked Layers

Dec 10, 2013

where is the setting to change the Fade Control when you lock a layer?(It is not the same as the Fade Control of the External References in the Display tag of the Options dialog.  I know that one and I am aware of this one.)

The one that I want to know is of the locked layers.  When I lock a layer, the objects in the layer fade.

View 5 Replies View Related

AutoCad :: Layer Control On Layer Properties Bar

Nov 12, 2011

when I go to use the Layer Control on the Layer Properties it only lists the layer I'm working on. I then have to use the Layer Manager to change layers. why it would stop listing all the layers?

View 3 Replies View Related

Photoshop :: Locked Layer

Feb 24, 2003

I've recently switched from 6 to 7. When I open an image the layer is locked and I can't unlock it (greyed out). This prevents me from adding the drop shadows I need to add. Any answers out there, please?

View 4 Replies View Related

Photoshop :: Why Is Layer 1 Locked In Every New Document

Oct 22, 2013

What is/are the benefits of having every background layer of a newly opened document locked? I have never come across a need for it and wish it wasn't. It only means I have to create a new layer and import an image to that. Or, double click the layer to unlock it. Is there a way to permanently eliminate that "preference?" It's like entering a room with your shoes tied together.

View 7 Replies View Related

Photoshop :: CS4 - Partially Locked Layer

Nov 8, 2013

I am using CS4. I have a partially locked layer. It is not the background layer. I partially locked it myself but forgot how I did it. How do I unlock it?

View 2 Replies View Related

Photoshop :: Locked Layer - How To Unlock

Mar 13, 2013

one layer in a photoshop document has a padlock on it; no clue how it got there. I can't make it go away; perhaps the method is different in CS6 than in previous versions...
 
Any clue about this? I can't fill a selection on this particular layer...don't  know why. The layer in question IS selected, and the selection is active, etc.

View 11 Replies View Related

Photoshop :: CS5 - Background Layer Not Locked

Jun 14, 2012

CS5 - the background layer - although it shows as being locked - it is not -- when I add a new layer the new information also changes in the background layer - how do you fix that?

View 4 Replies View Related

Photoshop :: Can't Paint Cuz Layer Is Locked?

May 14, 2009

I start a new document and try to paint on it I get some warning that the layer is locked or some garbage, so I create a new layer and try to paint on that and it's like stuck on the move tool or something, even though it clearly has the brush tool selected.

View 7 Replies View Related

Photoshop :: Problem With Locked Layer...

Jun 9, 2006

I'm attempting to finish some artwork, and I seem to have run into a problem. I duplicated a layer--filled with white--and locked the transparent pixels in the duplicated layer. When I try to color over it, there are some white pixels showing about the edges. Inexplicably, these white pixels don't even seem to be in the layer that I'm trying to color at all--but the original layer underneath. When I hide the original layer, the white pixels disappear. What's going on?

View 1 Replies View Related

AutoCad :: Create New Layer It Comes In Locked

Sep 19, 2013

I isolated layers to clear out a drawing, since then I have had nothing but hassle with locked layers, No matter how many times I unlock them, they lock up again, if I create a new layer it comes in locked, if I change a line to a differant layer it locks up, I have tried creating a few simple layers, then copying and pasting the layout into a new drg file, still the problem exists, it is costing me a lot of time having to keep doing this.

View 9 Replies View Related

AutoCAD .NET :: Dealing With Objects In LOCKED Layer?

May 1, 2012

I am trying to assign objects (only in UNLOCKED layers) with a new layer.So basically, the user will select all the objects in the drawing.

After selecting (ex. press enter after window selecting), only objects in UNLOCKED layers will have a new layer.

Following is the code I am using...But I keep getting eOnLockedLayer exception.How should I handle this issue?
 
using (Transaction acTrans = acCurDb.TransactionManager.StartTransaction())
{
PromptSelectionOptions pSelOpts = new PromptSelectionOptions();
pSelOpts.MessageForAdding = "Select all objects";
PromptSelectionResult pSelRes = acDoc.Editor.GetSelection(pSelOpts);
if (pSelRes.Status == PromptStatus.OK)

[code]....

View 3 Replies View Related

Photoshop :: Opening .gifs Without Having Layer Being Locked?

Nov 5, 2002

When I open a transparent .gif file, the layer which contains the item I want is totally locked out and it won't let me move/duplicate/do anything to it. Is there anyway I can unlock it so I can move the layer into other work I'm doing?

View 2 Replies View Related

AutoCAD 2010 :: Layer Locked And Turned Off

May 29, 2013

I've locked a layer and this one went off, too. This is AutoCAD 2010, it's because the program?

I want my layer ON but locked, what can I do?

View 2 Replies View Related

AutoCad 2D :: Locked Layer Snap Points

May 4, 2012

I'm messing around with some commands and I'm currently exploring laylockfadectl/layiso.

They both work just fine of course, but I was wondering if its possible to make ACAD ignore snap points on the locked layers?

View 1 Replies View Related

Photoshop Elements :: Locked Background Layer

Feb 1, 2013

When I open a photo in the editor, the background layer is locked with a transparent pixels locked lock, instead of the all pixels locked lock. How do I change it back to the default?

View 4 Replies View Related

Photoshop :: CS6 32bit Image - Locked Background Layer?

Jun 22, 2013

In Photoshop CS6 why can't I unlock the background layer in a 32 bit image as you used to in CS5?

I only seam to find answers as "change it to 16 bit" but that's not a solution. In previous versions of Photoshop you were able to composite images in 32 bit.

View 3 Replies View Related

Photoshop :: Can't Edit / Use Any Tools Of Images Because It Says Layer Is Locked

Feb 25, 2013

I can't edit/use any tools of my images b/c it says the layer is locked.

View 1 Replies View Related

Photoshop :: How To Select Locked Layer When Too Many Layers Overlapping

Sep 6, 2013

How to select a locked layer when you have too many layers overlapping?
 
I know I can select all the layers, lock them and unlock them. But I can't lock/unlock all layers when some layers are hidden. I'll have to dig in to unhide those layers. But then I don't want to unhide all layers, because it will make changes to my design that I wouldn't know.
 
Is there a smart way to find/select the lock layer?

View 3 Replies View Related

AutoCad :: How Layer Locked In Turn Not Affecting Other Layers

Apr 27, 2012

I have a question regarding AutoCAD 2012 and when it comes to locking layers.

When working on the basement layer I would like to see that layer locked in turn not affecting my other layers, ie: my house/garage/second-floor.

View 9 Replies View Related

AutoCAD Civil 3D :: Locked Layer Causes Contour Label

Jul 15, 2013

I'm working in 2011.  Just labeling some contours in a new drawing, using the 'Multiple' setting.  I found I could only draw one tangent of Contour Label Line.  If I continued, I could click but no labels were created and on finishing the command I could see that those clicks had been ignored.  What gives?

I found that the labels were on the current layer, instead of the layer they're meant to use.I also realised that my current layer was locked (from the previous task).

if the current layer is locked, the contour labels ignore the layer setting that they are meant to use, and come in on the current layer instead.  And you can only draw one tangent's worth of contour labels at a time before finishing the command and restarting.  

Solution: make a different layer current or unlock your layer.

are contour labels generally created on the current layer and then moved to their proper layer?Is that why it hit a snag: it wasn't permitted to move the object to a different layer because the one it was on was locked?

View 3 Replies View Related

Photoshop Elements :: 12 - Background Layer Only Partially Locked

Nov 28, 2013

I recently purchased elements 12.  When using layers, I noticed the background layer was only partially locked and not fully locked as I was assuming it should be.  I couldn't find anywhere that I could change this. 

View 2 Replies View Related

Photoshop :: Partially Locked Layer But No Icon Highlighted Under Lock

Jul 7, 2013

1. I try to use any auto correction such as tone, and nothing appears to change

2. I see the small layers 'background' icon flashing as I do this into the black and white check pattern

3. It seems that the layer background is partially locked- (when I scroll my mouse over the 'lock' icon this is written)

Yet there is no icon above in 'lock' that is highlighted. So I cannot unlock it.I am able to adjust in all other methods which are not auto corrections. Perhaps I changed some settings accidentally?

View 3 Replies View Related

AutoCAD VB :: All Layers Locked Except Active Layer Chosen In Combobox?

Dec 21, 2012

I have a form with a combobox and a commandbutton.

 All layers in the layermanager must be locked except the active layer chosen in the combobox. I try it with this code but it’s not the right solution.

Private Sub CommandButton1_Click()Dim layer As AcadLayer'check if all layers are lockedIf layer.Lock = False Thenlayer.Lock = True'make the layer selected in the combobox currentThisDrawing.ActiveLayer = ThisDrawing.Layers.Item(ComboBox1.Text)End SubPrivate Sub UserForm_Initialize() Dim layerColl As AcadLayers Dim layer As AcadLayer Dim LayList As String ' all layers locked For Each layer In ThisDrawing.Layers If layer.Lock = False Then layer.Lock = True End IfNext 'fill combobox Set layerColl = ThisDrawing.Layers For Each layer In layerColl ComboBox1.AddItem layer.Name Next End Sub

 2. When I choose the for next method to lock all layers (40 layers) it’s very slow.

View 4 Replies View Related

Photoshop Elements :: Animated GIF From ICO Files - Indicates Layer Is Partially Locked

Jan 30, 2013

Trying to create my first animated gif. I have 8 .ico files that i converted to .png to open them. once all are open i try to combine into one file with 8 layers but am unable to do it!?!? If I click on the main layer in any file it shows as locked and says "Indicates layer is partially locked".

View 6 Replies View Related

Photoshop Elements :: Can't Crop Images It Shows The Layer As Locked

Jan 3, 2014

Not sure how or why but cant crop any images now as it shows the layer as locked ??!!

View 1 Replies View Related

AutoCAD 2010 :: Display Missing Layer-Locked-Icon On Screen

Jan 30, 2012

Normally when a layer is locked, you hover your cursor over the locked layer on screen you will be able to see a small [Lock Pad]
kinda icon ...

{ Please refer to the attach image for explanation ... }

View 2 Replies View Related

Photoshop :: Images Cannot Be Unlocked!

Apr 2, 2009

But now every new doc is locked and won't let me do anything, such as add layers (so I can't edit my website images - or anything!)

Have I clicked something I shouldn't have?

I've been working with white padlocked docs all day and they have been ok. Now when I reopen them they are locked (black padlocks) and are unlockable (the icons are greyed out).

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved