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


ADVERTISEMENT

AutoCAD 2010 :: 2010 Layer Combo Control Display?

Jun 9, 2009

I am finding the layer combo control in 2010 an annoyance. The drop down box does not access as many layers as did the version in 2009, and I find myself continually searching through the drop down box to reference a particular layer. How to rectify to have it similar to 2009?

View 9 Replies View Related

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 View Related

AutoCAD .NET :: Create Ribbon Control Combo Box With Directory List

May 5, 2011

I would like to create my own Ribbon Control for a custom cui with a combo box that fills in the appropriate directory of scripts.

I will also need a button to execute this script from my combo box that will pass (executescript"my script.scr")

I have Visual C# 2008 Express

I am just starting to look at C# code about how to start this process.

View 4 Replies View Related

AutoCAD 2013 :: Show Combo Box To Activate Layer Filter

Mar 13, 2013

It could be interesting to activate a layer filter from a combobox (I'd like to have  this combo into the layers panel) in order to have fast access to the layers beginning to this filter. 

View 3 Replies View Related

AutoCAD 2010 :: LAYUNISO Command Combo Turns Off Layers In Layer Manager

Jun 27, 2012

When I use the Layer Isolate command, then use the Layer Unisolate command, everything seems to work fine, as far as displaying the correct layers again. However, when I go to the Layer Manager, I noticed that all frozen or frozen in current viewport are also turned off.

LAYISO set to OFF (use fade?)

This only happens in a maximized viewport, not in model space.

View 1 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

Photoshop :: Open Flat Image (with Key Combo) From Layer File Appears White / Empty

Jan 29, 2013

For printing or mailing purpose, i used to re-open big .psb layer files (2-6GB) in cs5 and cs6 with keybombo "alt" and "shift" while double clicking the document in the finder window (10.6 + 10.7.5), in order to save time.
 
This is not possible anymore, everytime i open a document this way its white and empty in photoshop.

View 4 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

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

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

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

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

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

AutoCAD 2013 :: Turn Off Lock Symbol When Running Crosshairs Over Locked Layer

Mar 29, 2012

How to turn of the "lock symbol" from showing when you run your crosshairs (outside of a command) over a locked layer.  Its annoying and i would like to turn it off.

Also, when offsetting a line, is there a way to turn off the imaginary offset line that indicates the offset side, again its annoying and i'd like to turn it off.

View 9 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

AutoCAD Civil 3D :: Layer Control Drop Down

Sep 6, 2013

I'm working on Civil 3d 2012 and when it's set on Autocrad classic profile I can select my layers right in the drop down list by typing the first letter of the layer and it goes to it. But when my profile is set on Civil 3d, I can do the same in the layer drop down. Is there a way to set it like autocad classic?

View 1 Replies View Related

AutoCAD 2010 :: Does Zero Layer Control The Drawing

Jul 11, 2012

we have a drawing where we were un-able to use snaps (end, per, quad, etc.) on any blocks.

It seems like this particular drawing has issues not seen elsewhere.(besides the fact it was badly drawn) After some time playing with all the settings. We turned on the zero layer and then all the nodes were available as usual.

i've been using AutoCad for 20 years and never seen this. Is this some kind of new feature?Can you control the snaps with a layer? WHY?

Windows 7 64 bit
Inventor 2012 Professional
Dell T1600 CPU E31245 @ 3.30GHz
8 GB RAM

View 2 Replies View Related

AutoCAD 2010 :: Layer Control Not Working?

Sep 30, 2009

The layer control dropdown in the layer toolbar is just showing the state of the selected object or layer 0 if nothing is selected. Same for the ribbon combo. But it's working in the Quick properties dialog.

View 5 Replies View Related

AutoCAD LT :: Layer Control Palette Will Not Display

Apr 17, 2013

Out of the blue, my Layer Control will not work.  When I click on the icon, the top two lines on the screen go gray and the whole thing locks up.  The layer palette does not appear.  If I try to choose anything on the screen, it beeps.  It unlocks if I hit escape.  If I type in "layer" at the command line, the same thing happens.  At this point, I am unable to change lineweights & colors within my layers settings.

View 2 Replies View Related

AutoCAD 2010 :: Layer Control Scrolling

Mar 8, 2013

When I click in my layer control and type in a "letter" to quickly scroll to that part of the alphabet, it changes my current layer to the first laser alphabetically with that certain letter. Is there a way to turn this off? If i am just looking at layers, I don't want autocad to change my current layer.

View 9 Replies View Related

AutoCad :: Layer Control Dropdown Isn't Working

Dec 20, 2012

My layer Control dropdown isn't working. It's showing only the current layer. If I select an object on another layer, it'll display that layer and the current layer only in the dropdown.I've tried using the PICKFIRST setting, but this makes no difference.

View 1 Replies View Related

AutoCad :: SSM / Views And Viewport Layer Control

Apr 18, 2011

When dragging over a Modelspace View onto a newly created sheet in the SSM, is there a way to automatically designate it to a particular layer of choice, such as the G-Anno-Nplt layer? Just looking for a way to take an extra step out of this process.

View 1 Replies View Related

AutoCAD .NET :: Layer Control In Paperspace Viewports

Dec 17, 2012

How to control existing layers (Freeze On/Off), in an existing viewports  (5 of them in Paperspace) in AutoCad Existing drawing with VB.net?  I just want to trigger On or Off, different layers in each different viewports.

View 2 Replies View Related

AutoCad :: Non Functioning Layer Control Status Bar?

Feb 15, 2012

When I highlight any object in model space the layer control, color control or line type control does not change from the current layer status to the layer of the high lighted object if it is different. I am also not able through this layer control bar able to high light an object and use the fly out arrow to go into the layers and change this object to another desired layer for this object. I have never seen this function just not work before and can find no setting or preference that might not be turned on to make it function. why it is not functioning?

View 3 Replies View Related

AutoCAD Civil 3D :: PDF Viewport Layer Control?

Mar 7, 2012

If you have more than one PDF overlay, you might put them on separate layers.  Generally speaking in this case, the PDF extents overlap so when i plot different sheets, I would want only a single PDF to be visible.

So, my first thought was to freeze the layers of unwanted PDFs in the viewport.  Except, once i did that, nothing happened.  So, i guess i have to manually freeze the layer when plotting each sheet?  I then can't publish the layouts as the appropriate PDF's won't be visible.

View 2 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







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