Results 1 to 2 of 2

Thread: Right Click Customization Menu

  1. #1
    I could stop if I wanted to
    Join Date
    2001-01
    Posts
    265
    Login to Give a bone
    0

    Default Right Click Customization Menu

    Hi All-

    For some time now, I have been trying to find out what system variables control the Right Click Customization menu settings under User Preferences of the Options dialog box. I would like to set the "Turn on time-sensitive right-click" check box through lisp. Any help is greatly appreciated. Thanks.

    Manuel A. Ayala

  2. #2
    AUGI Addict .T.'s Avatar
    Join Date
    2000-12
    Location
    Lost
    Posts
    1,473
    Login to Give a bone
    0

    Default Re: Right Click Customization Menu

    Quote Originally Posted by cadconcepts View Post
    Hi All-

    For some time now, I have been trying to find out what system variables control the Right Click Customization menu settings under User Preferences of the Options dialog box. I would like to set the "Turn on time-sensitive right-click" check box through lisp. Any help is greatly appreciated. Thanks.

    Manuel A. Ayala
    Hi Manuel,

    Does the SHORTCUTMENU system variable help you out?

    Edit: Actually, after reading your post again, maybe this will help you out:

    Code:
    (vla-get-scmtimemode (vla-get-User (vla-get-preferences (vlax-get-acad-object))))
    From dev help:
    object.SCMTimeMode

    Object

    PreferencesUser
    The object or objects this property applies to.

    SCMTimeMode

    Boolean; read-write

    TRUE: Time-sensitive right-click is enabled.

    FALSE: Time-sensitive right-click is disabled.
    Last edited by .T.; 2008-03-19 at 04:41 PM.

Similar Threads

  1. Double Click Pull Down Menu to Use Last Command Used from Menu
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2017-04-06, 01:09 PM
  2. Right-click customization locked
    By cwjean76 in forum AutoCAD General
    Replies: 7
    Last Post: 2010-08-11, 02:25 PM
  3. Right Click Menu Customization
    By Spanky in forum AutoCAD General
    Replies: 11
    Last Post: 2009-05-27, 06:14 AM
  4. Double Click customization not taking
    By ajzoch in forum AutoCAD Customization
    Replies: 3
    Last Post: 2008-07-30, 02:26 PM
  5. right-click customization???
    By bmiller75 in forum Revit - API
    Replies: 0
    Last Post: 2007-06-04, 07:01 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
  •