AutoCAD Architecture :: Properties Palette Shows Any Selected Object On Current Layer

Aug 13, 2013

Just starting to use 2014, and so far not so good.  I tend to keep the Properties Palette open and docked.  In 2014, if my current layer is 0, any object I select in a drawing shows as Layer 0 in the Design tab of the Properties palette.  If I change to a different layer, any object selected shows that layer in the Properties palette.    If I start a new drawing, enter WALLADD and draw a wall segment, the A-WALL layer now correctly appears in the Layer Manager, but when I select the wall, the Layer in Properties is the current layer, not the A-WALL layer it should have gone on.  Also, Quick Properties is on, but doesn't pop up anywhere.

View 5 Replies


ADVERTISEMENT

AutoCAD Architecture :: Properties Palette In 2014 Shows Only Current Settings Of General Properties

Aug 13, 2013

It's not just the layer that isn't being displayed in the Properties Palette.    My 2014 Properties Palette isn't contextual--displays only the general info--none of the object specific information. 

View 2 Replies View Related

AutoCAD 2013 :: Properties Palette Not Working With Selected Object?

Aug 22, 2013

as the subject states, at some point (I believe after uninstalling autodesk 360), our properties tool pallete will not populate info for the selected object.  is there a fix other than re-installing from scratch?  The installation fixer didn't work, and I've had to re-install twice now for other issues with the software, so it's getting very costly/time consuming to just re-install for these problems.

View 9 Replies View Related

AutoCAD 2013 :: Current Layer - Every Object Or Line Selected In Drawing Appear On It

Jan 16, 2013

When I set a layer as current, every object or line I select in the drawing appear to be on that layer in the toolbar. Although in the properties toolbox, I see that the line I selected is still on the right layer.

I can't work in paperspace either, when I freeze a layer it freezes all objects. It seems like whenever I give a different layer to an object, it attributes to all object that same layer.

When I open the same drawing in acad 2008, everything is ok, the objects have the proper layers.

Is there a command for that or it's an acad 2013 problem?

View 9 Replies View Related

AutoCAD Civil 3D :: Properties Palette Started Only Showing Current Properties For The Drawing

May 22, 2013

the properties palette started only showing the current properites for the drawing and not the properties  of the entity selected. what causes this i am using autocad civil 3d 2013.

View 9 Replies View Related

AutoCAD Architecture :: Properties Palette Not Wide Enough / Can't Read Actual Properties

Feb 13, 2013

Somehow the Properties Palette has gotten less wide- such that I can't read teh actual properties.  Previously I was able to make it wider just by hovering over it, clicking on an arrow and dragging it wider.  Not now. 

View 1 Replies View Related

AutoCAD Architecture :: Properties For AEC Objects Not Displaying In Properties Palette?

Jan 16, 2012

A user showed me today that she cannot see any properties for a wall, door, or other AEC object in the Properties palette.

Some options like height, width, etc. are shown, but not layer, style, etc. from the General portion of the Basic tab.

Is this going to be a reinstall scenario or is there a fix for this?

View 9 Replies View Related

AutoCAD LT :: 2014 - Properties Box Does Not Display Properties Of Selected Object

Jun 6, 2013

I recently upgraded from LT2013 to LT2014. I never had any issues with 2013, but now seem to be battling with 2014. My OS is Windows 7 Home edition.

When selecting an object and then clicking the properties menu, the properties of the selected object are not displayed, but instead the properties of the selected layer are shown.

In the attached screenshot:

1) My active layer is "AM_VIEWS".

2) The layer of the object that is selected is "MEDIUM".

3) The properties dialog box shows the properties of my active layer and not the selected object.

I am therefore unable to override any settings of the selected object and manually change settings e.g. Linetype, Linetype scale etc.

View 2 Replies View Related

AutoCAD 2010 :: Layer Toolbar Won't Show Current Layer Selected

May 8, 2012

When i click on the green line has you can see on the image. The layer toolbar wont show me the right layer, like if it's not working. But i can see the right layer inside propreties.

Is there a system variable to ajust to see my layers inside the Layer tool bar?

View 1 Replies View Related

AutoCAD Architecture :: How To Use Stair Tower Generator / No Current Project Selected

May 5, 2011

how do i use the stair tower generator, when i click i just get a message that says "no current project selected"

View 1 Replies View Related

AutoCAD Architecture :: Properties Palette Not Available When Roll Over It

Jun 29, 2011

AutoCAD Architecture 2009 - Something new started today!!! Working in either design or construction workspace the Properties tool bar will not operate.  When I select an object and roll over to the Properties Pallette it simply starts to blink and does not open.  Also, the Quick Properties panel will not open.  Background, the new file I am working on was last saved on my laptop and transfered via a thumb drive.  I have done this often with out a problem.  However, the laptop is a new one with Windows 7 and my desktop has Windows XP. 

View 1 Replies View Related

AutoCAD Architecture :: Properties Window / Floating Palette

Nov 7, 2011

I'm having a problem with my properties window or floating palette. When I select an object, such as a "line", my properties palette refreshes itself for about 3 seconds. When I hit esc, or deselect the line, it takes another 3 seconds to refresh itself. You can even see the properties palette start at the top and go blank as it travels downward.  Very slow process, I can not get anything done. IF I close my properties palette, it does not have the delay, but I can not work without it. When I reboot, it works fine for about 5-6 selections, then jams back up.

ACA 2012 sp1 with Win 7 Pro 64bit sp1
Intel i7 hex 3.0
16 gb ram
Nvidia Quadro 4000

View 9 Replies View Related

AutoCAD Architecture :: Display No Selection In Properties Palette

Oct 27, 2010

i got one problem with properties palette. that is when i select line in the drawing, it display no selection in the properties palette. but display other objects except lines.

View 5 Replies View Related

AutoCAD Architecture :: Properties Palette Docking In 2012?

Apr 20, 2012

I like to have all my palettes docked, however, the Properties Palette won't stay docked after closing and reopening AutoCAD.  Every time I open AutoCAD, the Properties Palette reverts to its undocked status (all other docked palettes stay put).  Is there any way to remedy this?  It's a pain to have to redock it every time I open the program.

View 3 Replies View Related

AutoCAD Architecture :: Check Boxes For Project Properties Palette

Oct 3, 2013

Is there a way to have check boxes in the Project Properties to be able to turn on and off txt / stamps / etc. for all sheets in a project?  I am looking for something that is similarly down in Revit Title Blocks?

View 6 Replies View Related

AutoCad :: Toolbar Properties Manager Shows All Elements In Layer 0

Feb 1, 2012

I am using ACAD2004. The toolbar properties manager shows all elements in layer 0 but on the working area the color and line type, line weight selections are not present.

View 9 Replies View Related

AutoCAD VB :: How To Make The Selected Value In Combobox Current Layer In Drawing

Dec 19, 2012

Private Sub UserForm_Initialize() Dim layerColl As AcadLayers Dim entry As AcadLayer Dim LayList As String Set layerColl = ThisDrawing.Layers For Each entry In layerColl ComboBox1.AddItem entry.Name Next End Sub

I have a form with a combobox. That combobox is filled up with all layers in a drawing. (see above)

Now I want to make the layer that I have selected (value) in the combobox the current layer in my drawing.

How can i make it current?

View 2 Replies View Related

AutoCAD Architecture :: Properties Palette No Longer Appears When Double-click

Feb 8, 2013

I can no longer open the Properties Palette when I double-click on something.   Sometimes, I get the Quick Properties Box, instead -- which was already turned off.   I've triple checked that the QP is off, made sure no tool tips or the like are on, and I've rebooted the computer, but I can't get rid of the thing.

The main Properties Palette still opens up when I use CTRL-1, if I type "properties" at the command prompt, and if I right-click and select "Properties" from the short-cut menu.   Sounds great -- except when I double-click something out of habit and can't jump into the palette and keep going.   Instead I have to clear out of whatever pops up on my screen and open the PP 'manually'.

I've gone in to the CUI and dragged "Properties" in to the double-click function, but...nada.

View 2 Replies View Related

Photoshop :: CS 6 Layer Palette Only Shows A Brush

May 30, 2012

I was working in Photoshop CS6 and I must of accidentally clicked on something. My layers palette went from showing me a picture of what was in each layer to only showing a brush in every layer. Now I can't see which layer is what.

I've tried Googling a fix but I can't find anything. Here is what it now looks like. I want each layer to show me what is actually on that layer.

View 5 Replies View Related

AutoCAD .NET :: Change Object Name In Overruled Objects In Properties Palette?

Sep 20, 2011

I have some blocks which were overruled. Now I would like in properties palettes show some thing else  instead of" block reference "  for those overruled objects. Is it possible ?

View 4 Replies View Related

AutoCAD .NET :: Update Layer Properties Manager Palette

Oct 17, 2011

I've created a VB.NET routine to update blocks, layers and layer filters from a source drawing.

After updating filters and when the command is finished (dialog closed), the Layer Properties Manager palette MAY not update to show the new set of filters although visually you can see that it does appear to refresh itself.

Whether it updates seems to depend on which filter is active and which filters are added.For example, I have properties filters A, B, C, D and E, and B and E have subfilters B1-B8 and E1-E9.

If Filter E3 is removed as a test and the parent filter E is active, when the command is done, E3 should appear back in the list, but it does not show until the palette is closed and reopened. If filter B is active, then the list will refresh and E3 will show immediatlely after the command exits.

I have added a dialog to my routine to inform the user they may have to close the palette and reopen to get the proper display.

I have tried Editor.UpdateScreen() but that does not work.

View 2 Replies View Related

AutoCAD Civil 3D :: Layer Properties Manager Palette Won't Appear

Jun 4, 2013

One of my CAD techs is having an issue with the Layer Properties Manager Palette.  When she opened AutoCAD, the palette was gone.  When she tried to bring it up with "LAYERPALETTE", she gets the "unknown command" message.  When she tried to bring it up using "LA" or "LAYER" or the button on the ribbon, she gets a bunch of options in the command line.

How can we get the Layer Properties Manager Palette back?

C3D 2013
Windows 7
64 bit

View 9 Replies View Related

AutoDesk Smoke :: Save Selected Object From Current Action?

Apr 30, 2013

Inside my current action, I have this Axis+Image with some keyframes on opacity and transformation, also some keyframes on X blur/Y blur in my Media list. How do I recycle this setup for other Action?

I tried the save selected object, but when I load it from other action, using Add Nodes + Media method, only the Axis and Image show up (with keyframes). The Media of it shows empty.

View 3 Replies View Related

Illustrator Scripting :: JavaScript To Send Selected TextFrame To Current Layer?

Feb 20, 2013

Is there a way to send a selected textFrame item to a layer using javascript?
 
I don't mind if it is send to current layer or some other way to accomplish the task.
 
(Using Adobe Illustrator CS4)

View 5 Replies View Related

AutoCAD Architecture :: Object Properties And Fields

Feb 19, 2011

I am working on a template for a project type (Residential).  I have created all of my drawings, views, sheets, etc.  I have a View drawing set up for a site plan - where I include some m-text regarding the survey and site plan information.  I want to create fields that reference the Surveyor's Name, the Survey Date and the Project Address.

I tried creating custom properties in the project, but it appears that fields that reference the project properties only update on the sheet views in paper space.  Is there a way of creating drawing specific fields in model space where I can input some data and them extract it in a field in model space that is quick and easy (as opposed to creating some type of MVB)?

View 1 Replies View Related

AutoCAD Architecture :: AEC Object Properties Not Showing?

Dec 16, 2011

When selecting an AEC and going to the properties dialogue box I no longer have items showing up in the prpoerties like cleanup group, size, or endpoint type.  It only has the general tab and 3d visualization.  I did a repair from the uninstall software fromn control panel.  I also rebooted.  I don't want to do a reinstall becuase of customizations. I have vista Ultimate operating system.

View 2 Replies View Related

AutoCAD Architecture :: Getting To Hidden Object Properties In Vbscript?

May 25, 2007

it sure is useful to be able to get to the rest of the object properties that are there but hidden from property sets.

May 18, 2007
ADT Window Style Type in a PSD
Filed under: visitmycarfeed, drivemy cars, minicartag, internet — wilhemina947judith @ 5:38 pm

The Window Type for a windows style is not available as an automatic property. So a bit of VBScript is needed. Create a PSD (Property Set Definition) that applies to Windows styles and add the automatic property Handle. Then add the formula below. Notice that [Handle] in the formula must be selected from the “Insert Property Definitions” list. In the code

AecX.AecArchBaseApplication.5.0 refers to ADT 2007. For other versions of ADT change it. ADT 2004 - AecX.AecArchBaseApplication.4
ADT 2005 - AecX.AecArchBaseApplication.4.5
ADT 2006 - AecX.AecArchBaseApplication.4.7
ADT 2007
- AecX.AecArchBaseApplication.5.0
ACA 2008 - AecX.AecArchBaseApplication.5.5

[code]....

I have already wrote the code to get the elevations of ceilng grid objects, diffusers and lights in autocad MEP 2008. Now to get this to work for basic hatch objects that we like to use for gyp ceilings...

View 1 Replies View Related

AutoCAD Architecture :: Object Properties Missing Some Parameters

Aug 22, 2013

How can I restore my object properties dialog box in its default state? I'm recently working on a project when my Autocad Architecture 2013 just stopped working while it was saving. When i re-opened the file, I just noticed that the object properties doesn't show the full parameters of a certain object anymore. The width,height and other parameters in adding a wall is not included in the properties dialog box. Same scenario goes for all the objects, when i click on a dimension line or any line, an incomplete dialog box appears. Solutions that i've tried but nothing worked:

1. Changed User Profle Preferences

2. Changed my .CUIX in the customization file

3. Restart Autocad

4. Reset Autocad

5. Reinstalled Autocad

6. Downloaded and Installed Autocad Architecture 2013 service packs 1&2

I'm Using Autocad Architecture 2013 64 bit and OS windows 8 64 bit.

View 3 Replies View Related

Photoshop :: How To Change Color Of Selected Layer In Layers Palette

Dec 11, 2012

how to change the colour of the selected layer in the layers pallete? It's quite annoying the way it is (Dull grey/blue) and sometimes hard to see what layer's selected?
 
I prefer the brighter blue on my other computer!

View 2 Replies View Related

AutoCAD Architecture :: Hatches From Tool Palette Come In On Wrong Layer?

Jan 2, 2014

I have an issue where any hatch that I place on a tool palette comes in on the wrong layer.  They all come in on the a-hatch-window layer despite the properties of the tool being set to the correct layer and the correct layer being present and being the current layer in the drawing.

View 5 Replies View Related

AutoCAD Architecture :: Layer Properties Manager Not Working?

Jun 21, 2010

When I click on Layer Properties Manager, I do not get the layers palette. The same goes for typing layerpalette in command.

View 6 Replies View Related







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