Results 1 to 6 of 6

Thread: Customizing commands in Acad 2011

  1. #1
    Member
    Join Date
    2003-04
    Posts
    3
    Login to Give a bone
    0

    Post Customizing commands in Acad 2011

    I was using Acad 2009 and customized some commands. One example is "lengthen dynamic" The macro i used was C^C^_lengthendy which would invoke the full command. This doesn't work in Acad 2011????

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Customizing commands in Acad 2011

    You need a semicolon in between the "lengthen" and the "dy" (a semicolon issues an ENTER)
    R.K. McSwain | CAD Panacea |

  3. #3
    Member
    Join Date
    2003-04
    Posts
    3
    Login to Give a bone
    0

    Default Re: Customizing commands in Acad 2011

    Thanks, tried that, before after etc... !!! Also tries _ \ etc

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Customizing commands in Acad 2011

    Quote Originally Posted by dlavigne View Post
    Thanks, tried that, before after etc... !!! Also tries _ \ etc
    You must have some other issue then, because this macro is valid: C^C^_.lengthen;dy;
    What happens when you execute that? Error message? A different command? Nothing?
    R.K. McSwain | CAD Panacea |

  5. #5
    Member
    Join Date
    2003-04
    Posts
    3
    Login to Give a bone
    0

    Default Re: Customizing commands in Acad 2011

    It just brings me to the (dy,de, p, t) prompt!!!

  6. #6
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Customizing commands in Acad 2011

    Quote Originally Posted by dlavigne View Post
    I was using Acad 2009 and customized some commands. One example is "lengthen dynamic" The macro i used was C^C^_lengthendy which would invoke the full command. This doesn't work in Acad 2011????
    Try:
    Code:
     ^C^C_lengthen dy
    You should get the prompt:

    Select an object to change or [Undo]:

Similar Threads

  1. 2011: multiple commands making ACAD 2011 not repsond
    By Larch101 in forum AutoCAD General
    Replies: 19
    Last Post: 2011-12-06, 09:41 PM
  2. Cannot view ASD 2011 in ACAD 2011 when selecting work spaces
    By dm3 in forum AutoCAD Structural Detailing
    Replies: 2
    Last Post: 2011-04-05, 07:27 PM
  3. ACAD 2011 Structural Detailing SP1 or ACAD 2011 Update 1.1??
    By tmad101185 in forum CAD Management - General
    Replies: 2
    Last Post: 2010-09-27, 06:45 PM
  4. ACAD MEP 2011 pipes not showing in Navis 2011
    By whodgins in forum NavisWorks - General
    Replies: 1
    Last Post: 2010-08-31, 04:17 PM
  5. ACAD Commands missing in ADT
    By drafting700 in forum ACA General
    Replies: 2
    Last Post: 2006-08-10, 12:44 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •