• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual LISP, AutoLISP and General Customization

    Reply
    Valued Contributor
    Posts: 64
    Registered: ‎03-06-2003

    MTEXT crashing Lisp!!

    50 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
    Please use plain text.
    *Bell, R. Robert

    Re: MTEXT crashing Lisp!!

    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
    |
    |
    Please use plain text.
    *Roderick, Joel

    Re: MTEXT crashing Lisp!!

    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
    Please use plain text.
    Valued Contributor
    Posts: 64
    Registered: ‎03-06-2003

    Re:

    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
    Please use plain text.