AutoCAD 2010/2011/2012 DWG Format
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
My attempts to create and use a custom screen menu within a partial CUIx have failed. It may be possible, but it didn't want to happen for me in my tests. Modifying the 2012 main CUIx in 2011 appears to be the way to go.
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Screen Menu? I think you mean Menubar, or possible Shortcut Menus.
Assuming you mean menubar I see no way they can phase it out until the ribbon can be exported/imported.
As a CAD manager I would enjoy trying my hand at customizing it, but until I can save it there is no point.
Here are two commands that I have added to my quick toolbar, to make life a little easier.
MenuBar Toggle Command;
$M=$(if,$(and,$(>,$(getvar,menubar),0)),^C^C_menub
Ribbon Toggle Command;
$M=$(if,$(and,$(>,$(getvar,ribbonstate),0)),^C^C_r
I can’t figure out how to create one command that toggles both.
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The screen menu is quite different from the menu bar and shortcut menus, and predates both by some years. It, along with the command line, represents AutoCAD's original user interface.
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I'm now exploring using OpenDCL to create a modeless dialog box that will function similar to the screen menu. I see no reason why it will not work. I could use AutoCAD's built-in Tool Palettes but OpenDCL provides more functionality.
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You could replace all of your toolbuttons with a blank icon, go through all of the panels and set the toolbuttons to small with text then dock the ribbon on the right side.
Seriously though, didn't tablets became popular becasue they got away from the clunky menu you are trying to restore?
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I completely forgot about the screen menu, had to do some memory digging to recall what it was.
I did not use it when it came out, maybe because back then I did not have duel 22” monitors.
With today’s monitors I can understand the desire for it.
Although my wish is for Autodesk to give a second Tool Palette and give the Tool Palettes some needed update/fixes.
Like line widths and line style image for polylines and leaders,add layers, select object option for hatch patterns, etc. etc.
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Cansel - Autodesk Division
http://www.cansel.ca/
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
donande wrote:I completely forgot about the screen menu, had to do some memory digging to recall what it was.
I did not use it when it came out, maybe because back then I did not have duel 22” monitors.
With today’s monitors I can understand the desire for it.
When it came out? I think it came out in the very first version of AutoCAD available for the pc. Way before Windows OS with toolbars and menus. I used it in R10 DOS .
Supportting the troops daily.
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
mathewk wrote:
Donande- Not sure what you mean by "...until the ribbon can be exported/imported...". Can you clarify?
I wrote that before a poster in the CAD manager forum was nice enough to let me know that the CUI>Transfer does importing/exporting, saving/recalling, transferring of what ever you want to call it.
I posted a wish for it several times, but no one ever replied.
My MS brain fog was ruff when transfer was added so I guess that was why I did not grasp what transfer does and never thought to looked into it.
Re: Screen Menu in 2012
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I used the Screen Menu and Digitizer in ACAD Version 2.17 in 1985 and still do... However, I noticed it was missing from 2012 and that's why I'm reading the posts here
Back then, it was THE ONLY menu choice along with the command line. The Digitizer was a required piece of hardware.
My digitizer is loaded with custom commands and macros that often call up different screen menus with other common combinations of routines or macros that I use. Using the Digitizer with the stock ACAD menu is definitely a bad choice. You need to take the stock one and customise it and then it's a jewel. Same with the Screen Menu.... sigh.... Back before the CUI, editing the MNU file was a piece of cake and could be done on the fly when you discovered a series of steps that were going to be repeated for the current job... just pause, bring up the text editor and 3 minutes later you had the macro up and running... so simple!!
It looks like my life is going to get tougher from here on.. I've been hanging on to ACAD 2008 even though I have all of the newer ones sitting in their DVD Cases.
Maybe there is a way to use a custom pallet with all of the former screen menus??


