Jump to content

Customization for AutoCAD Architecture for 2011


Recommended Posts

Posted

I am wondering how I can change my menu on top so I have a drop down menu and not the big blocky ribbon bar. I have done it in the past but cant remember what I did. I want to have file, edit, view, ie... and not the standard default look.

Posted

If memory serves, Architecture supports LISP...

 

Give this a try:

 

(if (/= 1 (getvar 'menubar))
 (setvar 'menubar 1))
(command "._ribbonclose")

Posted

Not sure why use lisp, why not just "ribbonclose" you may then need to pick the little down arrow on the top of the screen to turn your normal menu's on "show menu bar" then just resave your workspace so this is current setting for future use.

 

Annoying bug is if you use menuload the ribbon auto appears if previously turned off.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...