AutoCad 2D :: Cannot Select Text Items

Jan 17, 2008

I am using 2007 and cannot seem to select some text items. Happens in mt and dt in existing drawings.

View 9 Replies


ADVERTISEMENT

AutoCAD .NET :: Select All Text-based Items

May 17, 2011

I'm trying to select all Text-based items (Text,Mtext and Attribute References) in a drawing to check to see if they match a pattern in a regular expression.  Although i have a block with an attribute in the drawing and the selection filter consisting of 

DxfCode.Operator, "<OR"
DxfCode.Start "ATTRIB"
DxfCode.Start "TEXT"
DxfCode.Start "MTEXT"
DxfCode.Operator, "OR>"

It isn't picking up the attribute Reference in the block.  

Is there a workaround using the Editor.SelectAll method and not having to programmatically check each block's attributes? I'm using AutoCAD 2009.

View 2 Replies View Related

AutoCAD Architecture :: Unable To Click On Text / Select Items

Mar 31, 2013

All of the sudden I cannot double click on text to edit and I cannot select items before I use a command. If I have selected an object the delete button will not work.

View 1 Replies View Related

Xara :: How To Select All Text Items In Xar File And Change

Feb 24, 2011

I have about forty maps created in DP6. Each of these has numerous pieces of text within it. These include title, map number, descriptive notes, individual letters such as A B C, scales, map symbols etc etc. These are currently all in Arial with some parts being bolded.

My question is:

In any one map can I select all the text within that map and change the character of the font? Ie can I grab all the text and change it from arial to a serif font? Or change all the text to a different colour?

I hope it can be done. I have done a bit of experimenting but have not found a way yet.

View 5 Replies View Related

AutoCAD Dynamic Blocks :: Link Text Items Between Pages And Items In Drawing?

Apr 17, 2013

I am hoping to link text items between pages and items in the drawing such as elevations?

So, ideally, I would have a front page to my drawing set, and this would have a 'Contents' type table on it, with the title name of each drawing in one column, then the drawing number in the next column. This is the tricky bit, someone must know: If i was to change the name / number of any item in this table, could it change also (linked to) the following items:

Drawing title  (as a text idem on the layout sheet that that drawing relates to) 

Drawing number (as a text idem on the layout sheet that that drawing relates to) 

Elevation call-out (on the plan view)

And possibly:

Excel reference cell

Drawing layout tab title (this might be pushing it!!)

Perhaps this could be done by linking to an external Excel spreadsheet with these titles modified in there? I'm not sure. This would be ideal as typing into excel is a lot easier than the triple click text modify method required currently.

I waste a lot of time renaming and updating sheet names / titles / numbers. Are there standard templates for drawing sets that may have this built in available anywhere that I could try?

View 7 Replies View Related

AutoCad :: Can't Select Multiple Items

Jul 21, 2006

No matter what command i try in autocad (move, erase, copy, etc)..i can only select one item at a time. When i choose one item it goes dashed (as they normally do), but when i click the second item the first one i chose goes back to solid and if i press return only the second item i selected if affected. Similarly if i choose 3 items , it forgets the first two and only keeps the third one.. Is this an Autocad options thing or a windows Mouse thing?

View 8 Replies View Related

AutoCad :: Unable To Select Multiple Items

Jan 15, 2010

Suddenly I can only select one item at a time. If I move onto another item, the first one de-selects. I haven't knowingly made any changes. What has happened and how to put it right? I can select multiple items via 'click and drag', but only within one drag - another drag then de-selects the first drag again.

View 9 Replies View Related

AutoCAD LT :: Select Multiple Items Without Having To Hold Down Shift Key In 2013?

Mar 14, 2013

How do I select multiple items without having to hold down the shift key in ACLT 2013?  I didn't have this problem in 2010.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select / Highlight All Items In List Box?

May 6, 2012

How can i select/highlight all items in a Multi_select list_box? 

View 4 Replies View Related

Photoshop :: Select Items Without Layers

Dec 8, 2008

In Photoshop CS3... I have several items on their own layer. Is there away to select these items without having to find their specific layer.

Is there a tool to select the items I want on my page, thus Photoshop automatically selects their associated layer?

I would like to select more then one item at a time, but their all on separate layers.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Find All Text In Selected Items And Swap Text

Oct 25, 2012

A program that prompts:"select objects:" then I can select some objects like as text, line, circle,... after that program find all texts in selected items and swap text

swap means:   xxx/yyy ===> yyy/xxx ;    "/" is a divisor

swap function for one text is here:

(defun c:swap ( / pos ent el txt)
(vl-load-com)
(if(null #div#)(setq #div# "/"))
(setq #div#
(if(=(setq tmp(getstring(strcat "
Divisor character: <"#div#"> ")))"")
#div# tmp
)

[Code]....

but I want a program to prompt me like this:

(prompt "Select objects:")(terpri)
(setq a (ssget '((0 . "TEXT"))))

and gets divisor char </>:

after that:

(setq n (sslength a))
(repeat n

....

)

repeats n times, n=number of texts in my selection

View 6 Replies View Related

Maya :: Unable To Select Multiple Items In The Outliner?

Apr 28, 2013

I am using a MacBook laptop without external mouse and on Maya 2013 I could select multiple outliner items with the CMD + ALT keys. Since Maya 2014, this does not work anymore. how I can multi-select ? (I am not talking about the SHIFT key because my items are not contiguous).

View 8 Replies View Related

Illustrator Scripting :: Select Items On Multiple Artboard

Sep 27, 2013

I have script where I select items on multiple artboard but I can't seem to get get active art board of the selected item. Is this possible?
 
each artboard has a text item and I would like them in the same position on each of their own artboards that they are already one. right now it adjusts them all to one artboard. here is what I have so far
 
doc = app.activeDocument;
for(i = 0; i < selection.length; i++){
    var firstItemPosition = doc.selection[0].position;
    doc.selection[i].position = firstItemPosition;
    var activeArtboardIndex = doc.artboards.getActiveArtboardIndex();
    alert(activeArtboardIndex);
}

View 10 Replies View Related

Illustrator Scripting :: Select All Items In Document Based On SpotColor?

Jun 28, 2012

I'm trying to select every object with the color "CutContour" So far I've been trying:
 
myDoc.selection = myDoc.spots.getByName("CutContour"); I guess this obviouslly wouldn't work though because myDoc.selection is looking for an array of objects. However, I can't figure out how to loop through all the objects in the document and check to see if they contain the SpotColor.
 
I want to use the Select > Same > Stroke Color , but I heard that using that in Javascript isn't available unless you have CS6 (which I currently don't). Is it true that accessing menu items through scripting is a feature in CS6?

View 4 Replies View Related

AutoCad :: Quick Select Command Value To Select One Type Text Or Other Object

Oct 26, 2011

In Quick Select command function, I want to use more properties value to select one type text or other object.

View 9 Replies View Related

Photoshop :: How To Select Items On Canvas - Aside For Selecting Each Individual On Layers Panel

Aug 27, 2012

how to select items on the canvas, aside for selecting each individual layer on the layers panel. have Mac os X 10.7.4, and I previously had cs5.5 on my laptop.
 
I was able to use the direct select tool to select mulitple items by either dragging it would select anything in the box or using shift to select multiple items. Do I have to click on every item in the layer panel to select it on the canvas? Is there a option that I have checked when it should be unchecked?

View 7 Replies View Related

AutoCAD Architecture :: Turn Off Ghost Text That Appears When Select Text?

Aug 14, 2007

Any way to turn off the ghost text that appears when you select text that is annotative, not get rid of it just not show all of the other scales for clarity.

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Multiple Text To Heal Instead Of Single Text?

Aug 1, 2013

this code is used to fix specific font but its problem that it will prompt you to select single text 

i need to make it to select multiple text so it saves me a lot of time, 

;;; Process Individual request
(defun cht_ProcessIndividual ()
(setq sslen (sslength sset))
(while (> sslen 0)
(setq temp (ssname sset (setq sslen (1- sslen))))

[Code]...

View 2 Replies View Related

Photoshop :: You Have No Items To Display / 24 items Hidden Error Message

May 25, 2012

How to I "unhide" my photo files in My Pictures?

View 5 Replies View Related

Paint.NET :: How To Move And Manipulate Text Items

Mar 6, 2012

How to create a piece of text art using Paint.net? I have been trying to create something with a variety of text element in different colors and fonts, and every time I switch to a new element, I seem to lose the ability to move and and/or manipulate the text items that I created prior. Not sure if this is clear…

View 3 Replies View Related

Illustrator :: Abbreviate Text Menu Items

Jan 10, 2013

I'm working in Ai but this question applies to other Adobe programs.
 
Is there some way to abrreviate the text menu items ("Stroke", "Opacity", "Character", "Paragraph", "Transform") to "S", "O", "C", "P", and "T", this would save space (working with two windows juxtaposed) and eliminates need to access the drop down menu on the right if working window is smaller.
 
Perhaps this is too deep for the Preferences to reach... (but maybe it shouldn't be)

View 1 Replies View Related

AutoCAD 2010 :: Convert Multiple Text Items To Mtext Without Combining Into 1 Mtext?

Jan 31, 2012

I have multiple singular text objects on my screen and I want to convert them to mtext so I can use the Background Mask option within mtext on my drawing. how to quickly select all the text and convert it to mtext without it combinin ginto 1 mtext?

View 9 Replies View Related

Xara :: Select Both Circle And Text Arrange / Fit Text To Curve

May 22, 2012

Using: Xara Photo & Graphic Design 6
AMD Athlon II X2 255 Processor 3.10 GHz
2.00GB (1.75 GB usable) RAM
64-bit OS

I follow the tutorial in the Xara Help, but cannot get the results shown. I draw the circle, compose the text, and set it to the middle Select both circle and text Arrange/Fit Text to Curve....the text appears around the lower, right side of the cirle After all this I am unable to manipulate the text (It's a piece of cake to do this in Publisher 2010, but it has some minor problems in appearance)

View 2 Replies View Related

AutoCAD 2010 :: Script To Select All Text

Nov 11, 2012

I'm trying to write an automated script that will clean up some drawings for me. I've figured most of it out, just need a command that will let me select all the text and mtext that is a certain style. Then need to be able to select all text on certain layers.

View 1 Replies View Related

AutoCAD LT :: Select All Dimensions Or Text Macro

Jul 24, 2013

Do you have a macro or Diesel command that would select all text or dimensions in a drawing and delete it automatically. I've seen an LISP command, but I know from a fact that it does not work on LT. By the way, I'm using Autocad LT 2014.

View 2 Replies View Related

AutoCad :: Filter To Select All Text In Drawing

Feb 20, 2013

Is there a filter that can select all text in a drawing? Need to create macro (on LT so no lisp)

View 2 Replies View Related

AutoCad 2D :: How To Select Dimension Or Text Without Showing Other Scale

Aug 24, 2012

I have different annotative dimension on my drawing, when I select one all others dimension show up as you can see on the picture (260 three times ). Is there any solution to select dimension or text without showing other scale?

View 8 Replies View Related

AutoCAD 2013 :: Select ALL Annotation With Same Text And Change Them For New Ones

Apr 18, 2013

I have a set of drawings (19) with a lot of annotations, however I have to change them according to the original text:

Example: Return Air Drive by RAR, Sump by SMP etc. How is possible to select ALL the annotation with the same text and change them for the new ones? Every time that I select by text, either the MultiText or the Multileader objects are selected correctly but I can change only one at the time. Is there anyway to do the changing process in one shot for Text or Multitext with the same contents?

View 3 Replies View Related

AutoCad :: Select 10 Text Boxes - Search And Replace?

Apr 10, 2012

Is there any way to build for example a wire list in excel and insert it into ACDLT2010 where each cell would = a different text box that i can CTRL+X CTRL+V instead of manually typing each wire number at terminals?

Also is there any way to for example to select 10 text boxes and Search & Replace. Example i have two components that are identical, but named #1 and #2 or Unit A Unit B to search and Replace #1 with #2 instead of entering each text box changing the number than going to the next?

View 2 Replies View Related

AutoCAD Architecture :: Unable To Select Text In Paper Space

Jul 28, 2009

I can select mtext in paper space to edit it. I can create a new text object and select it but I am unable to select existing mtext objects. Audit and recover does not eliminate it. Everything is at 0 elevation. The only to select it is to write block the entire drawing out. That gets sort of inconvenient. Is there a variable that is getting set like the imageframe variables that prevents me from select the text?

View 4 Replies View Related

AutoCad 2D :: Can't Select Text In Whichever Space Previously Saved In

Dec 29, 2010

I use AutoCAD 2005, and I've made project logs which contain mtext for logging work I do each day, and tables for logging Revisions and prints and whatnot related to the project. I've noticed, especially since adding the tables to the log template, that sometimes I cannot select the mtext, but if I go to paperspace and doubleclick in a viewport, I can select it, and once I do that, and move the text and then move it back, I can go back to modelspace and select it just fine. Right now I have one particular project log dwg file that does this every time I open it, and if I save the drawing in modelspace, the next time I open it, I have the problem in modelspace, but if I save it in paperspace, it's the other way around and I can select it in modelspace. Does this have something to do with a bug in the tables? The problems seemed to have started once I implemented the tables. I've also noticed that when I layiso defpoints, I can't select anything on defpoints; I'm not sure if that's related or not.

View 9 Replies View Related







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