AutoCAD .NET :: Any Event When Enhanced Properties Editor Dialogue Show Out
Mar 24, 2013
Is there any Event when The enhanced properties editor dialogue show out? I want to do something when the dialogue is showing.
I first use the CommandWillStart Event to catch the "EATTEDIT" order ,however,if only covers the condition that users doubleClick the block .when users first input EATTEDIT command then select the block this event was wrong!
We've just started using an attribute in a dynamic block and I'm curious if there is a faster way to edit the text, like how you just click outside the dtext or mtext editor to save and exit. the editor.
We only need to edit the value field, not any of the other attritubes. I really like how the dynamic block is saving us some time, but the outdated editor is really irritating, and it's not always convenient to hit Tab then Enter on the keyboard.
Is there perhaps an alternate editor, or a way I can edit the value text in the mtext editor by default rather than opening up the Enhanced Attribute Editor?
Just upgraded (not sure it was truely an upgrade) to LT 2013. When double-clicking an attribute in LT 2009 a nice dialog box popped up that could be tabbed through to each attribute. In 2013 the Enhanced Attribute Dialog box will not allow tabbing, you have to physically click on each attribute item then go to another spot in the box and click again to make the change.
I am extremely new to Autocad and working with the Enhanced Attribute Editor. I have a drawing frame block with existing notes that I can alter with the enhanced attribute editor. I want to add some new notes to it but am having some problems. I have added an attribute Definition (ATTDEF) but am not sure how to go from there.
I have a block with attributes. When I use the enhanced attribute editor, under text options, the height is grayed out, not allowing me to change the height. How do I fix this?
By default a double click on a attribute opens the "enhanced" function. I don't want this, I want the "normal" attribute editor, is there a variable to change ? Or another way ?
When in the attribute editor, after you edit an attribute then click "select blocks", to choose a new block to edit, an alert appears telling you that an attribute in the block has changes and asks if you want to save these changes. I ALWAYS want to save these changes...
Therefore, my question is, is there a way to turn that alert off or suppress it?
I have been making a title box for my drawing layout and have been using attributes. all my attributes open in the 'Enhanced Attributes Editor'. But for my Scale option, i was wondering if there was any way of creating a drop down list in the enhanced attributes editor instead of typing the value in each time?
I was given a customers title block but there are no defined attributes. I'm using AutoCad Electrical 2010. I have to double click on the title block and the edit block definition box pops up. I select the block to edit and click ok. I would like to use the enhanced attribute editor on these title blocks. Is there a way to define the attributes on this kind of title block using the enhanced attribute editor?
I am trying to get a list of selected entities and their layers, but I want to capture it from the editor, not a command.
I currently have
Private Sub ed_SelectionAdded(ByVal sender As Object, ByVal e As Autodesk.AutoCAD.EditorInput.SelectionAddedEventArgs) Handles ed.SelectionAdded Try For Each objid As ObjectId In e.AddedObjects.GetObjectIds Using tr As Transaction = ed.Document.TransactionManager.StartTransaction Dim ent As Entity = tr.GetObject(objid, OpenMode.ForRead) ed.WriteMessage(vbLf & objid.ObjectClass.DxfName & " is on " & ent.Layer) End Using Next Catch ex As Autodesk.AutoCAD.Runtime.Exception End Try End Sub
but when select a circle on Layer 1, I get the result below in the command line
CIRCLE is on Layer1 CIRCLE is on Layer1 CIRCLE is on Layer1 CIRCLE is on Layer1 CIRCLE is on Layer1 CIRCLE is on Layer1 Command: CIRCLE is on Layer1
If I hover over the circle while it is selected, it also treats it as a selection.
After trying to rotate a view in a viewport window, I have lost the ability to pick the viewport and right-click to bring up the properties list. What did I change?
creating a block with attributes. I did manage to get my block set up and inserted in a dwg, but I am unable to change the "value" of any attribute. Unless I click on the "..." button next to the value field.
My properties dialogue box no longer opens on my screen. I've tried opening it uning the icon and the command line with no luck. When I click the icon my screen will flicker bun the box does not open. how to get it back?
Quicker way to change the overall linetype scale than using the 'modify properties' dialogue box that comes with Autocad 2008? I've attached an image that specifically shows what I am trying to change, but I get tired of always having to scroll down in the box to find this variable. I would love to have something simple like the old DDCHPROP dialogue box (see smaller image). LISP routine or something where I click on the toolbar button, and simply change the overall scale without having to navigate through the native one?
Everytime I go to 'save as' the dialogue box does not show. All that it will do is ask me what file format I want and to type in the path (see pictures).
I'm working on 2010, and I can't get the PURGE dialogue box to show up when using the PU shortcut. It will open if I type out PURGE completely, but when I type in PU, stuff just shows up in the command prompt. I even went into the alias-editor and made sure PU = PURGE. I've never had this issue before, but I'm on a new system because I started a new job. At my last job, we were also using 2010, and everything was fine.
As I updated to a new camcorder (Sony HDR-CX130) and computer, I have a question about VS X4, that I am using.VS X4 is presented being a kind od ideal editing HD/AVCHD. I started to edit my MPEG-2_TS files with the presumption that I really was editing in HD. It goes quite well on my new PC, without Smart Proxy turned on! In the future I want to burn them on BlueRay-disks. Therefore I want to save my new projects in HD-mode.
But then I took a Look at the Project Properties and it is defaulted to MPEG-files 720x576 pix; SD-resolution. It seems that it is not possible to insert a Full-HD template or Full-HD-matching parameters. Media-type can't be changed to anything else then PAL-DVD.
One other issue then is that I use to use slow-motion and stills in my video-projects, for action-shots. Then I saw also that the stills (Snapshots token using 'Edit>Snapshot' (Correct? I use the dutch version)) don't have 1920x1080 pix, but 1024x576 pixels instead.
I searched the forum and found this topic about the project properties vis-a-vis HD-editing: URL....As far understood, the projectproperties don't matter that much, all material will be rendered Full-HD (upscaled?) in the share-step when selecting BluRay-disc or AVCHD-Video File. Then my questions:
- What is then the use of Smart Proxy and the Project Properties-Dialogue? - Will the stills be upscaled, so they integrate seamlessly in the endresult? - Is there a way to change the videostill/snapshot resolution to Full HD?
I have unchecked the box for "Show import dialogue when memory card is attached" in LR 4 and checked it in LR 5, but LR 4 is still opending every time when I insert a card in my card reader.
I have a button which has a mousover/mousout animation. When i click the button, it will shrink down to 0%. when it does, my mousout event is triggert, which i dont want.
how can i disable the mousout event after the click event?
I'm looking at several surveys and using plines to quickly map it out and divide. But then to find the area in acres, I'm using a seperate calculator to convert the area given in the properties box.
I've searched and found that there was lisp used before acad 2011. and was hoping that there maybe a way for acad to do it now.
Can I just change the units from sq ft to acres in that field on the properties box in acad 2013?
I have a further query, when I select an object (Line, Circle, Hatch etc...) how can I set the 'Quick Properties' to automatically show for the selected item(s)?
This problem just started when I upgraded to 2014. When I try to set up layer filters the Layer filters properties dialog box does not show. I'm guessing the function is working its is just that the dialog box is poping up somewhere out of view of the monitors, forgot to mention it is a 2 monitor set up.
I am a little new to assigning attributes. My company had a block with two attributes that I need to alter. When the block is inserted, it asks a quantity. The other attribute is titled location. I am told if needed, all these quantities can be totaled per drawing. It has a title of "location". Two things: How to replicate this action? And is there a way to show all properties of a field for an attribute?
How to expand the Quick Properties Tool? show that it will show lineweight and more stuff (See Pic), some drawing that i work with Quick properties show more features, but this drawing doesn't.