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


ADVERTISEMENT

AutoCAD Inventor :: Select Other Fade Control

Jun 7, 2012

I use the 'select other' command on many occasions and find it a bit irritating that when I get the drop down mini-toolbar to choose from a list of axis, faces etc. that is gradually fades off - is there a way to turn off the fade so it remains on screen throughout the selection process ?

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 1 Replies View Related

AutoCAD 2013 :: Xref Fade Control Is Not Working?

Mar 19, 2013

xref fade control not working?In model space I have xref'd a dwg (probably 2010 format) and it positions correct and displays in the normal default faded mode.  No matter where I have the slider in display options, the xref fade does not change.  Even changing the system variable through the command line is ineffective.

I'm running AutoCAD 2013 with Service Pack 1.1. installed.

View 4 Replies View Related

AutoCAD Inventor :: Auto Fade Control On Select Other

Mar 7, 2012

Is there a way to toggle the auto fade (i.e. turn of fade so it stays visible) of of the pinned toolbar when in the 'select other' command ? There is an option to toggle this under the constraint pinned toolbar but I can't see it for select other.

View 2 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 :: 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 :: Can't Snap Locked Layers

May 12, 2012

I need an overrule that can not snaps object in all locked layers. How to do that.

View 9 Replies View Related

AutoCAD Map 3D :: 2 Layers Named 0 - Not Locked Down

Apr 9, 2013

In my layer prop manager, I have 2 layers with the name "0". How is this possible? Also, I'm trying to move the lines/polylines on either one of these layers and it won't move because it's locked. But when you look on the layer manager, BOTH of the 0 layers are not locked down.

View 5 Replies View Related

AutoCAD VB :: Why Does Locked Layers Not Fading With VBA

Dec 29, 2012

I have this application: It's a userform with a combobox filled up with all layers. There also are 2 commandbuttons and a label.When I apply the command button all the layers except the selected layer in the combobox lock. That's good.This is the problem:

Normaly when I lock a layer it is fading (laylockfadectl 80). But when I lock layers with this vba code it doesn't fading locked layers.

Option ExplicitPrivate Sub cmbx1_Change()Label1.Caption = cmbx1.ValueEnd SubPrivate Sub cmdAPPLY_Click()On Error Resume Next 'handle exceptions inline
Dim objlayers As AcadLayersDim objlayer As AcadLayer
Set objlayers = ThisDrawing.Layers 'make the layer selected in the combobox current
[code]....

View 1 Replies View Related

AutoCad :: No Dotting Of Locked Layers While Selecting?

Sep 7, 2012

locked objects get selected, but nothing acts on them. that is i do see them getting dotted while i selected all objects on other unlocked layers. is there way that locked layers don't get dotted while selection? just like in sketchup?

View 5 Replies View Related

AutoCAD 2010 :: Don't Want Objects On Locked Layers To Be Selectable

Aug 6, 2009

I have made gridlines and put them on a locked layer. I want to be able to see them and snap to them, but I don't want to select them. Their selectability is hindering my ability to select objects on other layers. Is there any way to make lines on locked layers not selectable? (I don't like the Autocad standard grid.)

View 9 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 2010 :: Adjust Transparency Of Locked Layers?

Apr 16, 2012

how to adjust the transparency of locked layers?  Also when I isolate a layer the other layers appear semi transparent, is it the same setting to adjust this transparancy as well?

View 2 Replies View Related

AutoCAD VB :: Command (macro) To Unlock All Locked Layers?

Aug 16, 2011

Create a command (macro) to unlock all locked layers and remove the fade effect.  I know how to unlock them by using the command LAYULK, selecting the entities on the locked layer.  I have been trying to automate the command so I don't have to select entities. 

View 4 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 Visual LISP / AutoLISP :: Remove Blocks In Locked Layers?

Jun 25, 2012

The routine below delete group of blocks by name, but if the blocks are on locked layers, these are not removed.

How can improve the lisp?

(defun c:deleteblock (/ rn ss)(defun Jd (realname) (setq ss (ssget "x" (list '(0 . "INSERT")(cons 2 (strcat "`*U*," REALNAME))))) (mapcar '(lambda (x) (if (not (eq REALNAME (vla-get-effectivename (vlax-ename->vla-object (cadr x))))) (ssdel (cadr x) ss))) (ssnamex ss))(setq ss_len (sslength ss)) (command "_erase" ss "") ) (setq rn (vla-get-effectivename (vlax-ename->vla-object (car (entsel "
Select the block you want to delete:"))))) (jd rn) (princ (strcat "
" (itoa ss_len) " Blocks called "" rn "" has been deleted")) (princ) )

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Create Blocks With Some Of Attributes On Locked Layers

Jan 4, 2012

i am trying to restrict users from modifying certain attributes in a block,i can create the blocks with some of the attributes on locked layers, but then autocad pops up an annoying alert box, is there a way to disable this? the other option i can think of is to redefine the commands *ddedit, *attedit, *ddatte,*attipedit,

View 5 Replies View Related

Photoshop :: Layers Are Always Locked

May 15, 2008

I am using Photoshop CS2 and whenever I open a .jpg , .gif or use my scanner and scan something into PS the layer always starts out locked.

Is there a way to change this so it is not locked everytime?

View 2 Replies View Related

Photoshop :: Layers Are Locked

Mar 8, 2009

I am using Photoshop CS2 with Windows XP. Why are all the photos that I import into Photoshop have the layer locked. I tried to save them both as .psd and as .jpeg. But, it makes no difference. In the layer pallette, the layer is marked as locked but the icons at the top are all grayed out.

View 7 Replies View Related

AutoCAD Inventor :: ILogic To PDF Layers Control?

Jul 26, 2013

I am using ilogic rules found in this forum to publish to pdf. 

I would like to know if its possible to hide certain layers while publising to pdf.

So is it possible to do that with ilogic? 

View 1 Replies View Related

AutoCad :: Control Layers Appearance Locally

Oct 22, 2012

using acad 2010..when i lock a layer its become faded which is very useful. as far as i know there is a global variable that control it. I've come into situation where need locked layer but not faded. is there a local variable or a way to lock objects rather than layers?

View 9 Replies View Related

Photoshop :: Locked Background Layers

Feb 21, 2008

I am trying simply to work with layers, however when I start a new document and then import a photo, the background automatically locks. The lock icon is visible in the layers pallate. I can drag that icon to the trash and import another photo but the first photo disapears as the layers all merge on top of one another and the lock icon returns.

View 2 Replies View Related

Photoshop :: Unlocking Locked Layers

Jan 17, 2008

Is it possible to unlock a locked layer? The program seems to decide which photo I want to use as a background, and locks it, and it's not the one I want to use anyway lol
Is it possible to change which photo is used as the background, and unlock the layers? Can't seem to find a reference to it in help section.

View 2 Replies View Related

Photoshop :: Does Anybody Else Here Hate The Way Layers Are Locked In CS2?

Feb 15, 2007

Is it just me or was it easier to lock/unlock layers before CS2?

View 9 Replies View Related

Photoshop :: Layers Locked Inadvertently

May 7, 2008

I am making a montage for my son's 40th birthday showing small pictures of him and our family over the years fro very early-age to the present time.

I had about 30 pictures already arranged as ALL the layers disappeared and the Background Locked layer is the only one left!

way of getting my layers back?

View 10 Replies View Related

Photoshop :: Unlock Locked Layers

Jun 4, 2008

I have been sent a template that contains 4 fully locked layers. I seem unable to unlock them to enable me to edit them. Can someone advise how to do this in cs3.

View 8 Replies View Related

GIMP :: Layers Locked / Can't Edit

Oct 15, 2012

I exported a few png's out of Avid that I want to edit in Gimp and bring into After Effects. It's a process I've done many times before. However, none of my tools seem to be working. They either give me the circle with a line through it or have no effect at all. I've found a few similar posts on various websites, but none of the solutions have worked for me. It's a brand new file, I'm opening for the first time., which is the only variable I can think of.

View 2 Replies View Related

Illustrator :: Editable Layers And Locked?

Aug 15, 2013

I would like to make a document which he can open in illustrator and only can edit the layers with text.The layers with my illustrations must be locked and not be editable.Who knows how i can save this document?And is it possible to do this with a PDF-document?

View 12 Replies View Related

Photoshop Elements :: 11 - All Layers Locked Always

Jan 16, 2014

I have PSE 11 and no matter how I save what I am working on, even as a PSD with layers, I am unable to edit the project after it is saved.  This started happening all of a sudden and it is difficult to work with being unable to simply edit as needed.

View 2 Replies View Related

GIMP :: Use Layers Option To Fade Image Into White?

Jul 22, 2011

I figured out how to use the layers option to fade an image into white for a Blackberry theme I'm making. After getting the hang of that, I figured I could try the same thing with a different image. But instead of opening up both images in different colors, both show up as the color of the first image. Both images are png files, the same file format that I used the first set of images for. I have not changed the size nor made anything transparent.

View 1 Replies View Related

GIMP :: Use Layers Option To Fade Image Into White?

Jul 22, 2011

I figured out how to use the layers option to fade an image into white for a Blackberry theme I'm making. After getting the hang of that, I figured I could try the same thing with a different image. But instead of opening up both images in different colors, both show up as the color of the first image. Both images are png files, the same file format that I used the first set of images for. I have not changed the size nor made anything transparent.

View 2 Replies View Related







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