AutoCad 2D :: Cannot Select Text Items
Jan 17, 2008I am using 2007 and cannot seem to select some text items. Happens in mt and dt in existing drawings.
View 9 RepliesI am using 2007 and cannot seem to select some text items. Happens in mt and dt in existing drawings.
View 9 RepliesI'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.
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 RelatedI 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.
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?
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 RelatedSuddenly 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 RelatedHow 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 RelatedHow can i select/highlight all items in a Multi_select list_box?
View 4 Replies View RelatedIn 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.
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
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 RelatedI 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);
}
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?
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 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?
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 Relatedthis 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]...
How to I "unhide" my photo files in My Pictures?
View 5 Replies View RelatedHow 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 RelatedI'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)
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 RelatedUsing: 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)
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 RelatedDo 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 RelatedIs there a filter that can select all text in a drawing? Need to create macro (on LT so no lisp)
View 2 Replies View RelatedI 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 RelatedI 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?
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?
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 RelatedI 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