See the top rated post in this thread. Click here

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Custom commands

  1. #11
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Custom commands

    Quote Originally Posted by scwegner
    This only works if you use shortcut menus and (correct me if I'm wrong) not if a command is active. It does work in older versions.
    Hi

    True, system variable ShortCutMenu has to be set to something other than 0 (zero).

    Not quite true, have a look at what happens if you have "Turn on time-sensitive right-click" tuned on.

    Hence my AutoCAD 2004 reference.

    Have a good one, Mike

  2. #12
    I could stop if I wanted to LanceMcHatton's Avatar
    Join Date
    2002-04
    Location
    Las Vegas, NV, USA
    Posts
    303
    Login to Give a bone
    0

    Default Re: Custom commands

    Quote Originally Posted by cmason.82472
    I think setting a mouse button for escape is a great idea but the company I work for doesn't want to shell out the money for a five button mouse, I am lucky I got a scroll mouse.
    Our company won't buy us nice mice, either. We have about 350 people in our company and about 30-50% of them have purchased their own mice. If your IT dept. (if you have one) is willing to help you install (if you need admin priv) then get your own.

  3. #13
    Member
    Join Date
    2005-02
    Posts
    26
    Login to Give a bone
    0

    Default Re: Custom commands

    Hey I hear ya man, we have people here still using the three button mice with no scroll wheel. I can and know how to install a five button mouse, but I don't want to pay for somthing and wear it out working for them. I am working on a 17" monitor too.

  4. #14
    Member
    Join Date
    2013-09
    Location
    Florida
    Posts
    5
    Login to Give a bone
    0

    Default Re: Custom commands

    Hello, I am working with AutoCAD MEP 2016

    I am interested in making my own command where I use the standard move command but I need it to, after selecting the base point, allow me to automatically move the selection 1/8" in a selected direction without having to insert distance and direction every time.

    This is the code I have so far (which is the standard move command):

    $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_move,^C^C_move)

    I have never done programming before, hope somebody can help me.

  5. #15
    Login to Give a bone
    0

    Default Re: Custom commands

    Where I can download the LISP

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

    Default Re: Custom commands

    Quote Originally Posted by deveti_omprakash734892 View Post
    Where I can download the LISP
    No LISP in this thread to download.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Creating several custom commands
    By modulor in forum AutoCAD CUI Menus
    Replies: 3
    Last Post: 2010-01-08, 12:56 AM
  2. Cui custom programming commands
    By tweitzel in forum AutoCAD CUI Menus
    Replies: 10
    Last Post: 2008-03-03, 08:26 PM
  3. CUI Doesn't like my Custom Commands
    By ccaron in forum AutoCAD CUI Menus
    Replies: 4
    Last Post: 2007-08-03, 07:17 PM
  4. What Custom Commands / Tools do you put on your Palettes
    By cadkiller in forum AutoCAD Customization
    Replies: 3
    Last Post: 2006-07-20, 04:50 PM

Posting Permissions

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