When pasting "-Text 3.5,6.2 15 82.40 My Text Here" to the Command Line, the cursor position, text size, and rotation is accepted correctly.
But the process stops and awaits typing from the keyboard. Instead of a keyboard input it should process/display "My Text Here"
This does work correctly in AutoCAD
It will process lines, polylines, etc. correctly
Any help greatly appreciated. - This is my first post, so hopefully in the correct topic...
BarryB
Re: Command Line - Will not process script
#2
I mean your solution is to ask the system variable TEXTED in command bar :
Default is 2 but for you it's 3 or 4 ......
I tested 3 and your command work fine !
Code: Select all
Specifies how the editor works when creating single-line text using the Textcommand, when editing single-line text using the Edit Text command, and whensingle-line text entities are double-clicked. TEXTED can be one of the followingvalues:
0 = Uses the in-place text editor when creating or editing single-line text.
1 = Accepts text on the command line when creating single-line text and displaysthe Edit Text dialog box (with a properties menu) when editing single-line text.
2 = Uses the in-place text editor for creating and editing text just as option0. In addition, when creating text, you can click anywhere in a drawing to createa new text block.
3 = Accepts text on the command line when creating single-line text and displaysa simplified Edit Text dialog box (without a properties menu) when editing single-linetext.
4 = Accepts text on the command line when creating single-line text and editstext at the command line when editing single-line text.
Single-line text entities (TEXT) and multiline text (MTEXT) entities use differentsystems variables to control how they are edited. See the MTEXTED system variable to set the editor behavior for multiline text creation and editing.
Type: Integer
Saved: Inthe registry
Range: 0 to4
Default: 2
I tested 3 and your command work fine !
Patrick Depoix
Architecte D.P.L.G. & Historien-chercheur en histoire de l'Architecture
IntelliCAD v13 PE+ on Windows 10
Architecte D.P.L.G. & Historien-chercheur en histoire de l'Architecture
IntelliCAD v13 PE+ on Windows 10
Re: Command Line - Will not process script
#3
Thanks SPirou4D
Works perfectly. You are a genius.
I've wasted many hours trying to solve problem
Thanks....
Works perfectly. You are a genius.
I've wasted many hours trying to solve problem
Thanks....
Re: Command Line - Will not process script
#4Yu're welcome Barry! At soon....
PatrickD
PatrickD
Patrick Depoix
Architecte D.P.L.G. & Historien-chercheur en histoire de l'Architecture
IntelliCAD v13 PE+ on Windows 10
Architecte D.P.L.G. & Historien-chercheur en histoire de l'Architecture
IntelliCAD v13 PE+ on Windows 10