Solution for commands nested more than 4 deep

Discussion in 'AutoCAD' started by zeha, May 7, 2004.

  1. zeha

    zeha Guest

    Hi all
    What's the solution for the error "command may not be nested more than 4 deep"

    The error occur when the Autocad command 'eattedit' more than 4 times is used

    Thx
     
    zeha, May 7, 2004
    #1
  2. Are you invoking EATTEDIT from the command line, or from
    your LISP program?
     
    Tony Tanzillo, May 7, 2004
    #2
  3. zeha

    zeha Guest

    Tony

    I invoke it in my Lisp program
    Something like
    this
    While selectionfilter Text Mtext Dimension Attribute Attdef
    "Ddedit" Text Mtext Dimension Attdef
    "Eattedit" picpoint attribute (equal doubleclick attribute)

    I know that error coming from the arx function
    When you doubleclick and edit a attribute and finisch the command than the commandline print a cancel
     
    zeha, May 8, 2004
    #3
  4. I think it is the same problem of:

    (arxload "battman") (acet-attsync blockname)


    I cant find equivalent acet function for eattedit,
    the arx is: aceattedit...

    --
    ________________________________________________

    Marc'Antonio Alessi
    http://xoomer.virgilio.it/alessi
    (strcat "NOT a " (substr (ver) 8 4) " guru.")

    O.S. = XP Pro 2002 Ita - Sp.1
    AutoCAD = 2004 Ita - Sp.1a
    ________________________________________________
     
    Marc'Antonio Alessi, May 9, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.