Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
MTEXT crashing Lisp!!
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
52 Views, 3 Replies
05-08-2001 12:55 AM
Hello Lisp experts!
I have a lisp function that calls the MTEXT command and crashes because the prompts for height, just, rotation, style, etc. are not executing in the command. When I type MTEXT or -MTEXT at the command line, I receive this after picking the first corner of the mtext box;
Specify opposite corner or [////]:
....instead of this...
Specify opposite corner or [Height / Justify / Rotation / Style / Width ] : Specify a point or enter an option
Any help will be deeply appreciated.
Sincerely,
Tod
I have a lisp function that calls the MTEXT command and crashes because the prompts for height, just, rotation, style, etc. are not executing in the command. When I type MTEXT or -MTEXT at the command line, I receive this after picking the first corner of the mtext box;
Specify opposite corner or [////]:
....instead of this...
Specify opposite corner or [Height / Justify / Rotation / Style / Width ] : Specify a point or enter an option
Any help will be deeply appreciated.
Sincerely,
Tod
*Bell, R. Robert
Re: MTEXT crashing Lisp!!
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-08-2001 01:11 AM in reply to:
todbarrett
Tod,
Sounds like you are using the pause symbol in your lisp, correct? If so,
check into the TextEval setvar.
--
http://www.acadx.com
"todbarrett" wrote in message
news:f04b347.-1@WebX.maYIadrTaRb...
| Hello Lisp experts!
| I have a lisp function that calls the MTEXT command and crashes because
the prompts for height, just, rotation, style, etc. are not executing in the
command. When I type MTEXT or -MTEXT at the command line, I receive this
after picking the first corner of the mtext box;
|
| Specify opposite corner or [////]:
|
| ....instead of this...
|
| Specify opposite corner or [Height / Justify / Rotation / Style / Width ]
: Specify a point or enter an option
|
| Any help will be deeply appreciated.
|
| Sincerely,
| Tod
|
|
Sounds like you are using the pause symbol in your lisp, correct? If so,
check into the TextEval setvar.
--
http://www.acadx.com
"todbarrett"
news:f04b347.-1@WebX.maYIadrTaRb...
| Hello Lisp experts!
| I have a lisp function that calls the MTEXT command and crashes because
the prompts for height, just, rotation, style, etc. are not executing in the
command. When I type MTEXT or -MTEXT at the command line, I receive this
after picking the first corner of the mtext box;
|
| Specify opposite corner or [////]:
|
| ....instead of this...
|
| Specify opposite corner or [Height / Justify / Rotation / Style / Width ]
: Specify a point or enter an option
|
| Any help will be deeply appreciated.
|
| Sincerely,
| Tod
|
|
*Roderick, Joel
Re: MTEXT crashing Lisp!!
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-08-2001 03:17 AM in reply to:
todbarrett
I have had this problem several times. I could never nail down exactly what
was causing the problem.
To troubleshoot the problem, I would set my preferences to "command invoke"
(compatibility tab in r14) to eliminate loading any arx programs.
Things would start working, but the problem would eventually rear its ugly
head again.
Wish I could help more...
--
Joel Roderick
Project Designer
Water Technology, Inc.
www.watertechnologyinc.com
"todbarrett" wrote in message
news:f04b347.-1@WebX.maYIadrTaRb...
Hello Lisp experts!
I have a lisp function that calls the MTEXT command and crashes because the
prompts for height, just, rotation, style, etc. are not executing in the
command. When I type MTEXT or -MTEXT at the command line, I receive this
after picking the first corner of the mtext box;
Specify opposite corner or [////]:
....instead of this...
Specify opposite corner or [Height / Justify / Rotation / Style / Width ] :
Specify a point or enter an option
Any help will be deeply appreciated.
Sincerely,
Tod
was causing the problem.
To troubleshoot the problem, I would set my preferences to "command invoke"
(compatibility tab in r14) to eliminate loading any arx programs.
Things would start working, but the problem would eventually rear its ugly
head again.
Wish I could help more...
--
Joel Roderick
Project Designer
Water Technology, Inc.
www.watertechnologyinc.com
"todbarrett"
news:f04b347.-1@WebX.maYIadrTaRb...
Hello Lisp experts!
I have a lisp function that calls the MTEXT command and crashes because the
prompts for height, just, rotation, style, etc. are not executing in the
command. When I type MTEXT or -MTEXT at the command line, I receive this
after picking the first corner of the mtext box;
Specify opposite corner or [////]:
....instead of this...
Specify opposite corner or [Height / Justify / Rotation / Style / Width ] :
Specify a point or enter an option
Any help will be deeply appreciated.
Sincerely,
Tod
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-08-2001 05:37 AM in reply to:
todbarrett
Thanks alot Robert and Joel for your responses!
Our Dealer tech. support is working on this w/ AutoDesk. I'll post a resolution if there is one!!
Tod
Our Dealer tech. support is working on this w/ AutoDesk. I'll post a resolution if there is one!!
Tod
