AutoCAD LT :: Command Coming Up In Gray Text Line
Jun 6, 2013
Whenever I type a command all of a sudden I now get the commands coming up in a grey text line (like a ghost image) and I am wondering if I accidentally touch a keystroke that enabled this because it did not appear before.
View 3 Replies
ADVERTISEMENT
Jun 10, 2011
Basically I got a process which is quite long , let's say 30 seconds.
I want put a counter at command line showing to
user how many objects has been processed so far. But I don't want to use New Line Feed to change the line and keep each new number at same line and same location of command line.
View 2 Replies
View Related
Sep 27, 2012
For some reason when I place new text or line work in a file it is fine, but when I save the drawing, close it and re-open it all of the text and line work found in model space goes gray. Yet if I place new text and use the match property command on text placed previously, that is now gray, and use it on new text, the new text recieves the attributes of what the previously placed text has minus the appearance of being gray. In my drawing I am using a shape file and a data connect image through planning and analysis.
View 1 Replies
View Related
Jun 20, 2012
I recently started using v2012 after some time using 2006 2008. I frequently would use the ED command to add text to a dim line but it appears 2012 uses a different command for this.
View 6 Replies
View Related
Jul 9, 2013
I am using AutoCad 2014
I want to paste text (numbers) into the command line as I am drawing a line.
In AutoCad 2011/2012 if I paste (CTRL+V), then the numbers in the clipboard will be pasted into the command line and all I have to do is push enter.
In AutoCad 2014 if I paste (CTRL+V), AutoCad will paste the clipboard contents as an mtext object into the drawing.
How do I change the behavior of AutoCad so that I can use "CTRL+V" in the command line?
For clarification these are the exact steps I am trying to do:
1. {type L}
2. {click a point in the drawing}
3. {type CTRL+V} // paste a number as a distance into command line
4. {type ENTER}
I know I can right click the command line and select paste. This option is unnacceptable for my use. I want to be able to CTRL+V text into the command line.
View 8 Replies
View Related
Nov 18, 2013
I have a custom command that I can initiate (c:TxtE). The function starts running but I need to begin adding several inputs at the command line following this. (ex: "4" "all" "" "oldtext" "newtext"). How do i do that within lisp once the custom command has already begun? If I need to modify the function how would i pass all these as optional type variables?
View 7 Replies
View Related
Jan 20, 2012
I need a command line based text editor for scripts. Textedit wants to use an in place editor. Switching DTEXTED does not make a difference.
LT, C3D 2005 - 2014
XP, Vista, 7
View 9 Replies
View Related
Feb 26, 2013
Is there a setting controlling typed text visibility in the command line when using a leader? In 2004, text would show in the command line as it was typed. Now, to see what I am typing, I have to enter the leader dialogue box.
View 6 Replies
View Related
Aug 18, 2012
My current company have funny setting. It is time consuming task to manually open dialog box to change the setting for old drawings. May I know any command that I can use, so that I can copy and paste those command in the command window to change the properties.
View 6 Replies
View Related
Apr 30, 2012
if the command line is docked and you hit F2 to bring up the text screen,
there is no word wrap.
e.g.
type (entget (car (entsel))) pick an object, and then F2 for text screen.
The result is all on one line and you can only view it by scrolling sideways.
The same happens when you list a few lines of Mtext.
If the command line is not docked there is no problem.
View 9 Replies
View Related
Jun 6, 2012
I am trying to get a default value (from global variable) put as the default for getstring command. Problem is I want it as if I had typed it into the getstring command so I can modify it if required. It is for entering filenames which only change slightly ie 1129E09LS1 ...LS2 ...XS1 etc.
Current
(setq BlkName (getstring "
Enter Civil Cad File to Import: "))
For defaults that I don't want to change I usually use this format:
(or BlkName (setq BlkName (getstring "
Enter Civil Cad File to Import: ")))
View 9 Replies
View Related
May 15, 2012
I press CTRL+9 to make the Command Line disappear while drawing. When I plot (or when doing a plot preview) , the Command Line appears again by itself. So I always have to turn the Command Line off manually after each plot
The bug still happens;
- if Dynamic Input is turned off or on
- if I plot to a real device or in PDF
- if the Cammand Line Palette i docked or floating.
This is not an issue in AutoCAD 2012 so I guess it has to do with the new way they programmed the revamped Command Line palette in 2013.
Using Windows7
View 2 Replies
View Related
Nov 27, 2012
without reiterating a lot of what is said in this thread: [URL] ......
This happen outside the potential malware infection?
if you care to not click-through, the problem is that certain commands (not all of them) simply do not disply in the command line. so the MOVE command for example looks like this:
NORMAL:
Command: _move
Select objects:
NOW:
Command:
Select objects:
same with QSAVE and who knows how many others.
View 5 Replies
View Related
Oct 27, 2013
line command is a multiple command. there is a way to execute it like a single command?
View 4 Replies
View Related
Mar 11, 2013
I have a graphic that I put together in photoshop that I'm trying to bring into illustrator and it has feathered edges. When I bring the .PSD file into AI as a smart object.. the feathered part of the graphic is grey.. but I want it to be transparent.
View 13 Replies
View Related
Jul 15, 2013
I'm in a dwg that had broken references. I right clicked on Alignments to repair all broken references. Everything came in (surfaces, alignments, pipe networks) but text did not come in from a source drawing; the Source Dwg is a Pipe Network. The network came in but not the text. I opened the source dwg & the text is there. The Event Viewer is showing no broken references so what I'm I missing?
View 5 Replies
View Related
Jun 28, 2012
if I select a line, then enter the move command, the line unselects also when I select a line, then hit delete, the line is still there both of these used to work
2013 Civil 3D
View 2 Replies
View Related
Sep 20, 2012
I am using VB.net to generate a custom table in my .idw files to make a plot stamp. The table is showing up, however, the text is garbled. When you open the .idw, the table properties show the text correctly but the display is coming out messed up. I have attached a picture of what each looks like. I moved the table off the sheet for clarity.
The
Public Sub PlotStamp()
Dim oDrawDoc As DrawingDocument
oDrawDoc = _invApp.ActiveDocument
Dim oInvSheet As Sheet
oInvSheet = oDrawDoc.ActiveSheet
Dim oTitles_Plot(0) As String
oTitles_Plot(0) = CurrentFilename
[Code]...
View 2 Replies
View Related
Jan 9, 2012
I tried many times to paste excel table into autocad using paste special/paste link/autocad entities/. The first problem is that the table is coming out with text all over the place, not properly formatted. When I click on the table it's covered by some kind of frame or hatch-like. I am using 2010 Office pro Excel. See attached.
View 6 Replies
View Related
Apr 27, 2010
I need to do it quickly with many text regions. How to make line boundary around multi-line text region corresponding to text mask?
View 9 Replies
View Related
Apr 2, 2013
Lately when I plot my drawings the diagonal lines plot gray. I didn't change the line color. Can't figure it out.
View 1 Replies
View Related
Nov 22, 2013
Using CS5, dropdowns are black, gray text, some positions require hover to see text. How to fix?
View 1 Replies
View Related
Oct 7, 2011
I need to convert single-line text into multi-line text (AutoCAD LT 2009). Will this version allow you to do so?
View 2 Replies
View Related
Dec 14, 2011
I know that there was a command that would convert single line text to multi-line text but I can not find it. It use to be tt2mt or something like that.
I can not find this command in the help either. Did they get rid of this command like zoom center?
how to take multiple single line text and add them together into one multi-line text?
View 5 Replies
View Related
Feb 27, 2013
My company is switching from ctb files to stb files. With the ctb file, we make concrete hatch with two layers. A top layer with the concrete hatch pattern and a background layer with a solid hatch patern. The ctb file concrete plots the concete hatch black and the solid background hatch light gray. I am using civil 3d 2013 and the hatch allows a seperate background color mask. I am trying to make all my concrete layers (Top of Curb, Curb Flowline, etc.) a certain color scheme, i.e. shades of green. I would like my on screen concrete hatch patern to be a green color with a gray background, but plot the concrete hatch black with a gray background. I can not figure out how to do this without making two layers. Is there a way to use one layer and utilize the background color mask to show on screen green and gray, but plot black and gray?
View 4 Replies
View Related
Jan 24, 2008
Error reads -
Could not complete your request because something prevented the text engine from being initialized !
I have tried it a variety of ways, opened photoshop and reopened with no luck with using text.
I downloaded the trial version of CS3 extended.
Just trying to type over an image for copyright, just a standard jpeg image file.
View 5 Replies
View Related
May 23, 2013
Using 2013 C3D. My text and linework is now gray. During opening/initializing of drawing, everything appear fine until it finishes loading, then everything is gray. It just started yesterday when I was bringing in shp files of wetlands in various ways (dragging/dropping, fdo conect and mapimport). Maybe the shp file had nothing to do with it, but I've never seen cad do this.
When I grip the line, the color in layer comes up as correct color, but the line on screen is gray. Also if I copy the multileader or line, the color reverts back to correct color until I save, exit and reopen. BTW - the only thing that isn't gray is my civil 3d pipes and structures.
why everything is turning gray??
View 5 Replies
View Related
Oct 7, 2013
I have a blue shape with a feathered edge on a black background. The color transitions from blue to grey to black. I want to transition from blue to black without the soft grey line.
View 7 Replies
View Related
Apr 9, 2012
When I insert text with either the TEXT command or MTEXT command, the text is displayed mirrored. This doesn't seem to have anything to do with the MIRRTEXT variable because that is used when I'm actually mirroring the text. In my case, the text is mirrored as soon as I insert it. How can I get it back to normal? Is there a variable I'm missing?
I'm using AutoCAD LT 2012 .
View 3 Replies
View Related
Aug 18, 2013
How do I change the default toolbar background from dark gray to light gray in illustrator CS6? In the older versions, the toolbar backgrounds were light gray. It easier to read on light gray backgrounds. THe same question applies to Photoshop CS6. InDesign CS6 has light gray backgrounds.
View 1 Replies
View Related
Dec 21, 2012
Is it possible to change the light gray background colour to a darker gray background colour?
View 4 Replies
View Related