addesigns Posted September 2, 2010 Posted September 2, 2010 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. Quote
BlackBox Posted September 2, 2010 Posted September 2, 2010 If memory serves, Architecture supports LISP... Give this a try: (if (/= 1 (getvar 'menubar)) (setvar 'menubar 1)) (command "._ribbonclose") Quote
BIGAL Posted September 3, 2010 Posted September 3, 2010 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. Quote
Recommended Posts
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.