Tag Archives: User Interface

AutoCAD 2017 – Putting things back to “normal”

The most frequently accessed posts on this blog are the AutoCAD 201x – Putting things back to “normal” series. They also attract a lot of comments:

Most Commented Posts

  1. AutoCAD 2013 – An Autodesk Help writer responds – 164 comments
  2. AutoCAD 2012 – Putting things back to “normal” – 158 comments
  3. AutoCAD 2011 – Putting things back to “normal” – 135 comments
  4. AutoCAD 2009 – Putting things back to “normal” – 121 comments
  5. AutoCAD 2010 – Putting things back to “normal” – 106 comments

The last one of these I did was for AutoCAD 2012, so I guess it’s well beyond time to bring things up to date for all those people who don’t like things being brought up to date. If there is something in particular I haven’t included in this post that you think people will find useful, please add a comment below and I’ll see what I can do.

I’m not suggesting it’s a good idea to turn all of these things off, it’s just a resource for people who want to know how to turn some of them off. These items are in alphabetic order. If you can’t find what you’re after, try your browser’s find/search option to look for a word on this page rather than this site’s search option which will search the whole site. If you still can’t find it, please comment and let me know what I’ve missed.

  • Aerial View. If you’re a relatively recent user of AutoCAD, you may have never seen the Aerial View window, but you might still find it useful. The DSVIEWER command (which turns this window on) has been undefined. You can use REDEFINE DSVIEWER to turn it back on, or just enter .DSVIEWER (with a leading period). It may not work perfectly on all systems under all circumstances, but give it a try and see what you think.
  • Array Dialog Box. The associative array features added by AutoCAD 2012 did not come with an Array dialog box. After protests from the crowd, AutoCAD 2012 SP1 reintroduced the old dialog box. This has been retained ever since and is accessed using the command ARRAYCLASSIC. Why isn’t it called CLASSICARRAY? Because by the time Autodesk wanted to restore this feature, I had already published ClassicArray™ and owned the trademark. Did ARRAYCLASSIC make ClassicArray defunct? Not entirely. The old Autodesk dialog interface is much less capable than ClassicArray and only allows the creation of simple non-associative arrays. If you want a dialog box interface and the modern array features (including Path arrays), you will still need my ClassicArray (which has the fortunate side-effect of acting as a workaround for several of the Array command’s various bugs, limitations and design issues). If you just want to control whether ARRAY creates associative or non-associative arrays, use the ARRAYASSOCIATIVITY system variable (1 for associative, 0 for non-associative).
  • Autocomplete. You may well find the automated filling in of your typed commands useful, but I find it’s too slow and gets confused, resulting in the wrong command being used. If it’s getting in your way, turning it off is as simple as AUTOCOMPLETE OFF. There are a variety of settings you can selectively turn off individually if you prefer, see Command Line below.
  • Blips. The BLIPMODE command has been undefined, but you can use REDEFINE BLIPMODE to turn it back on, or just enter .BLIPMODE (with a leading period).
  • Button Backgrounds. If you have your own or third-party Ribbon, toolbar or menu items, you may notice that AutoCAD 2017 messed up their transparent backgrounds. Believe it or not, this was a deliberate act by Autodesk. I intend to write a more detailed post on this in future, but the short version is that the BMP background of 192,192,192 is no longer supported so you need to use another format (e.g. PNG files) if you want your buttons to support transparency.
  • Classic Commands. If you prefer not to leave the various new palettes on screen all the time, old versions of various commands are still available: ClassicGroup, ClassicLayer, ClassicXref and ClassicImage. (Autodesk deprecated these commands in 2011, which I think is a really bad idea, but at least they’re still there in 2017). There is also a system variable LAYERDLGMODE, which when set to 0 will make the Layer command work in the old (and faster) modal way. If you use this setting, you can still access the new modeless layer palette with the LayerPalette command. Going back further, there are command-line methods of using these commands: -Layer, -Plot, -Xref, XAttach, -Image and ImageAttach.
  • Color Scheme (interface). Goth AutoCAD doesn’t appeal to you? If you don’t want to draw with a product that looks like a 10-year-old version of PaintShop Pro, you can lighten things up a bit using Options (right-click on the drawing area and pick Options… or just enter OP), then pick the Display tab, set Color Scheme to Light. See Graphic Background below for more options.
  • Coordinates. Bafflingly, Autodesk decided that most CAD users are uninterested in where things are placed in a drawing, so coordinate display is turned off by default. You’ll obviously need to turn them on to do any meaningful work (well, duh), so pick the 3-line Customization button at the lower right and turn on the Coordinates item at the top of that menu. Pick and choose among the various other options to get the buttons you want.
  • Command Line. There are many enhancements to the command line that theoretically make your keyboard-based interactions with AutoCAD more productive. I find that all of these features are great if I’m not in a hurry. If I just want to enter a short command and hit Enter, I find the command I get is wrong most of the time. To control which of these command line features you want on, use the INPUTSEARCHOPTIONS command.
  • Content Explorer. The Content Explorer was pretty horrible in many ways and Autodesk killed it. It’s gone and is unlikely to return, so you can stop looking for it. DesignCenter is still there and still does most of Content Explorer’s job, only better. Unfortunately, this means those people who did use Content Explorer’s unique functionality (e.g. searching for text among multiple drawings) are now out of luck until Autodesk does something about that.
  • Crosshairs. Want 100% crosshairs? Many people do. As before, use the Options command’s Display tab and look towards the bottom right, or set the CURSORSIZE system variable to 100.
  • Cursor Badges. About a dozen commands in AutoCAD now display a little glyph on the cursor to give you a visual clue about what you’re doing. If you find these pointless or annoying, turn them off by setting CURSORBADGE to 1. No, I have no idea why you use 1 to turn them off and 2 to turn them on, rather than 0 and 1 like pretty much everything else.
  • Customer Involvement Program. Those in the know always turn off whatever Autodesk phone-home activity they can find, not just because we’re a bunch of tin-hat-wearing paranoiacs, but because uses your resources and harms your performance. I’ve observed this happening, despite having been assured by Autodesk people that such a thing couldn’t possibly be occurring. The CUSTOMERINVOLVEMENTPROGRAM command has given access to one such setting for a few releases, but now there’s DESKTOPANALYTICS too. It’s not doing you any good, so kill it.
  • Dynamic Input. If Dynamic Input slows you down, you can turn it off with the status bar toggle or F12. If you like the general idea but don’t like some parts of it, there are lots of options available in the Dynamic Input tab of the DSettings command to enable you to control it to a fine degree. You can also get at this by right-clicking the Dynamic Input status bar button and picking Settings… As an example of the sort of thing you might do in there, the default of using relative coordinates is difficult for long-termers to get used to. To turn it off, pick the Settings… button in the Pointer Input panel, pick Absolute coordinates, then OK twice. There are a whole range of DYNxxx system variables for controlling this stuff.
  • File Tabs. Want vertical screen space more than you want to see what drawings you have open? Turn off File Tabs with the FILETABCLOSE command. You can still switch between drawings with Ctrl+Tab.
  • Graphic Background. After various experiments with black, white, black, cream, etc., for the last few releases Autodesk has stuck a nearly black background in model space only. Many of you will want a real black background to provide better contrast. To do this, invoke the Options command and pick the Display tab. Don’t be tempted to choose Color Scheme because that just changes the appearance of various user interface elements. Instead, pick the Colors… button. This will put you in the Drawing Window Colors dialog box. On the left, choose a context you want to change (e.g. 2D model space), choose the appropriate background element (e.g. Uniform background) and choose the particular shade that takes your fancy. There is a Restore Classic Colors button, but that only takes you back to AutoCAD 2008 with its black model and white paper space. If you want a black paper space background too, you’ll have to pick the Sheet / layout context and specify that individually. You may wish to put the Command line > Command line history background setting to white, too. When you’re done, pick Apply & Close, then OK.
  • Grid. If you use isometric snap and grid, you will be glad to find that AutoCAD 2017’s line-based isometric grid works properly, unlike some earlier releases. If you still prefer dots, right-click on the Grid status button and pick Grid Settings…, which will take you into the Drafting Settings dialog box, which you can also get at with the DSettings command, or DS for short. In the Snap and Grid tab, the grid is controlled by the options on the right. If you want your dots back, turn on the toggles in the Grid style section. This can also be done using the GRIDSTYLE system variable. This is now stored in the registry rather than on a drawing-by-drawing basis.
  • Hatch Dialog Box. If you want the Ribbon on but prefer the old Hatch dialog box, set HPDLGMODE to 1.
  • Hatch Double Click. If you’re not using the new Ribbon-based hatch editing feature, you will probably want to invoke the HatchEdit command when you double-click on a hatch object. Doing this involves braving the CUI interface, but I have gone into step-by-step detail of that process here. In short, you need to drag and drop the Hatch Edit command from the bottom left CUI panel onto the double-click action for Hatch in the top left panel, replacing the default action (Properties).
  • Help. If you want your Help to work with adequate speed and reliability, or to work at all in some proxy server environments, you will want to turn off AutoCAD’s online help. The installer for the AutoCAD 2017 English offline Help can be found here. For other languages, see here. However, downloading and installing it isn’t enough. Go into Options > System, then look in the bottom right pane to turn off the Use online help toggle. The Help structure remains destroyed and the interface is still a long way short of the excellent CHM-based Help we had prior to AutoCAD 2011, but at least it’s not as slow and externally dependant as the online Help system. Note that the search mechanism in the offline version is notably weaker than in the online version.
  • InfoCenter. This is the set of tools on the right top of the AutoCAD window. It takes up space, reduces AutoCAD reliability and performance and forces the use of Internet Explorer to support Autodesk LiveUpdate technology. You probably want it gone. Here’s how:
    (vl-registry-write
    (strcat "HKEY_CURRENT_USER\\" (vlax-user-product-key) "\\InfoCenter")
    "InfoCenterOn" 0)

    Paste the above lines into AutoCAD’s command line area and hit Enter. Close and start AutoCAD and InfoCenter will be gone. If you ever want it back, use the above code with a 1 in place of the 0, then close and restart AutoCAD.
  • Layout Tabs. You don’t get to choose where the layout tabs go, but you can turn them on and off using the LAYOUTTAB system variable.
  • Navigation Bar. If you like the NavBar feature as much as I do, you’ll want to turn it off. You can close it easily using the little X in its top left corner. Alternatively, control it with the NAVBARDISPLAY system variable (0 for off, 1 for on) or click the [-] button in the top left corner of the drawing area and turn off the Navigation Bar toggle there.
  • Pull-down Menus. Enter MENUBAR 1 to turn pull-down menus on. To turn them off again, enter MENUBAR 0.
  • Ribbon. You can close the Ribbon with the RibbonClose command. If you ever want to turn it back on, enter Ribbon.
  • Ribbon Galleries. AutoCAD 2015 introduced Ribbon Galleries: drop-down preview images of blocks, styles, etc. This cool-sounding feature might annoy you with its (lack of) performance, and as happens way too often, Autodesk forgot to include an off switch. AutoCAD 2016 introduced the GALLERYVIEW system variable; set this to 0 to get back up to speed. (Thanks, RK).
  • Screen menu. The SCREENMENU command has been undefined, but you can use REDEFINE SCREENMENU to turn it back on, or just enter .SCREENMENU (with a leading period). However, you can’t access the screen menu section in CUI any more, so if you want to maintain your screen menu you will need to do it in an ancient release or with a text editor operating on a .MNU file.
  • Security. There are various obstacles to productive use that can be placed in the way by the various security settings that have been progressively introduced since AutoCAD 2014. However, I’m not going to provide advice on removing those obstacles because of the risk such action can entail; I don’t want to be a party to making your system more vunerable. If you wish to look into this area, look up the SECURITYOPTIONS command and the SECURELOAD system variable. One security setting I’d suggest you definitely leave at the default value of 0 is LEGACYCODESEARCH, because that setting will protect you from the most common AutoCAD-specific malware without any practical downside. Feel free to look it up and take your own informed action, but you almost certainly don’t need to set this variable to 1.
  • Selecting Dashed Lines. AutoCAD now allows you to select objects with linetypes by picking the gaps. If you don’t want this, set LTGAPSELECTION to 0. Although 0 is supposed to be the default, I’ve seen AutoCAD working as if it were set to 1 even when it says it is 0. If so, set it to 1 and back to 0.
  • Selecting One Object at a Time. Does AutoCAD insist on only allowing you to select one object at a time? You probably have PICKADD set to 0. Set it back to the default of 2 or look for the Use Shift to add to selection toggle in the left pane of the Selection tab of OPTIONS. AutoCAD has been known to mangle this setting by itself. Yes, even when there is no possibility of a LISP routine messing with it.
  • Selection Cycling. Depending on your preference and/or system graphic performance, you may wish to turn off selection cycling (set SELECTIONCYCLING to 0), or at least the list that appears when selecting objects that lie on top of each other (set SELECTIONCYCLING to 1).
  • Selection Effect. If you want AutoCAD to show selected objects with old-style dashed lines rather than a glowing halo, set SELECTIONEFFECT to 0.
  • Selection Lasso. You can now select objects within irregular areas using the Lasso tool by clicking, holding and dragging. If this gets in your way, turn off the 4 bit of PICKAUTO (e.g. change PICKAUTO from 5 to 1). You may prefer to use the toggle for this in the left pane of the Selection tab of OPTIONS.
  • Selection Preview. This feature annoys some users, adding as it does an unfortunate degree of stickiness and working inaccurately when Snap is in use. This is controlled in the Selection tab of the Options command. Turn off the toggles in the Selection preview panel on the left (these control the SELECTIONPREVIEW system variable). If you dislike the coloured boxes you get while doing a Window or Crossing, pick the Visual Effect Settings… button and turn off the Indicate selection area toggle. This controls the SELECTIONAREA system variable.
  • Snap. By default, AutoCAD’s snap no longer works while there is no command active. Set SNAPGRIDLEGACY to 1 to turn this feature off.
  • Start Tab/New Tab/Welcome Screen. If you want AutoCAD to start in a blank drawing rather than using the Start Tab (New Tab or Welcome Screen in earlier releases), set the STARTUP system variable to 0. Note that if you turn off the Start Tab feature during installation or deployment creation, it’s not possible to later turn it back on using AutoCAD commands. If you’re unsure about whether or not you want to use the Start Tab, defer that decision until after installation.
  • Startup performance. You may have noticed that AutoCAD’s Ribbon switching performance is much faster than earlier releases. You may also have noticed that when you start AutoCAD, the cursor is sticky for a while after the Command prompt is available. These two items are not unrelated; AutoCAD is loading Ribbon components in the background. If you would prefer this not to happen, set the RIBBONBGLOAD system variable to 0.
  • Steering Wheel. Do you have a funny silver thing following your cursor around? Despise it? If it will stay still long enough you can hit the little X in the top right. Alternatively, use the NAVSWHEEL command to toggle it or click the [-] button in the top left corner of the drawing area and turn off the Steering Wheel toggle there.
  • Status Bar Text. You can’t have text-based status line toggles any more, so you can call off the search. Yes, I know. This is the poster child for Autodesk deliberately ignoring the clearly expressed wishes of its customers.
  • Toolbars. In AutoCAD 2009, you could turn individual toolbars on and off by accessing a menu obtained by right-clicking on the QAT. Autodesk somewhat vindictively removed that option in 2010, and it’s still gone in 2017, so I guess we can conclude that Autodesk really doesn’t want you using toolbars. A toolbar-toggling menu is still available if you right-click in an unused docked toolbar area, but if you have no toolbars visible there will be no such area available. What to do? Turn on one docked toolbar at the Command prompt, then you will be able to access the menu by right-clicking on the blank area to the right of it. The following command sequence will do it:
    _.-TOOLBAR ACAD.Standard _Top 0,0
    Paste this into AutoCAD’s command line area and the Standard toolbar will be turned on above your drawing area. This will leave a grey area to the right that you can right-click into. The other toolbars will be in sub-menus under that, with the main set of default ones in the AutoCAD section. Note that this will only work if you have the acad.cuix file loaded (or partially loaded). This is the case in vanilla AutoCAD and some verticals, but it may not be the case in other verticals.
  • Tooltips. Excessively intrusive and oversized tooltips were a “feature” of AutoCAD 2009’s revamped UI design, and we’ve been plagued with them ever since. I’m glad to see that many of them have had their verbosity somewhat curtailed (thanks to Dieter), but they still annoy the heck out of me, particularly by obscuring what I’m trying to see in dialog boxes. To kill them with fire, see Options > Display and start turning off toggles about half way down the left side.
  • Trace. The TRACE command has been undefined, but you can use REDEFINE TRACE to turn it back on, or just enter .TRACE (with a leading period).
  • UCS Icon. Don’t like the new simplified UCS icon? Sorry! While you can use the UCSIcon command’s Properties option to change the appearance of the icon in various ways, there’s nothing to restore the UCS Icon’s appearance from previous releases with its little arrows pointing the way.
  • ViewCube. I like the ViewCube concept, and I think it’s a great piece of interface design. But not everybody agrees. It has caused performance issues and it’s not very useful for 2D users. If you want it gone, that’s a surprisingly difficult thing to find out about. The simplest way to remove it is by clicking the [-] button in the top left corner of the drawing area and turning off the ViewCube toggle there. If you want more control, it’s handled using the Options command, in the 3D Modeling tab, in the bottom left corner. Turn off those toggles that don’t make sense for you. There is a related set of system variables called NAVVCUBExxx.
  • Workspace. The Workspace (gearwheel) control is now located near the bottom right corner. The item called AutoCAD Classic is long gone, unfortunately, so you’ll need to make your own classic workspace by manually setting up your interface the way you like it, then saving it as a Workspace using the Save Current As… option under the Workspace control. See this step-by-step description by Luciana Klein, (for AutoCAD 2016) along with clues from the various items above, for information on how to do this. Easier still, there is a script file to do this in this post by Edwin Prakaso. There’s a bug in the Workspace control that means it no longer reverts to a saved workspace directly. If you want to revert to the correct version of a workspace, you need to switch to a different workspace first and then back again.
  • Xref Fading. Don’t like your xrefs looking different? Use the Options command’s Display tab and look at the Xref display slider on the bottom right, or use the XDWGFADECTL system variable.
  • Zoom Animation. If you prefer your zooms to be instant rather than progressing from one view to another in an animated series of steps, you can turn off that feature using the VTOPTIONS command or the VTENABLE system variable.

If you have allowed AutoCAD to migrate your settings, some of the above will already be done for you, but by no means all of it. If past experience is anything to go by, the job done by Migration will be sub-optimal, but it received a major overhaul for 2017 so maybe it’s all good now. Call me paranoid/lazy/whatever, but I didn’t bother finding out. I’ve done without it for over a decade and will continue to do so; file under Problems left unfixed for so long that nobody cares when the fix finally comes.

Once you’re happy with your new environment, I suggest you save your workspace under a name of your choosing (Save Current As… under the Workspace gearwheel control), then export your profile in the Options command’s Profiles tab. Keep a safe copy of both your exported profile and your main CUIX file (acad.cuix by default), because that is where new workspaces are stored.

All of this advice is offered on an as-is, try-it-yourself-and see-what-happens basis. If in doubt, before you start messing make a safe profile, export it, then make an experimental profile and make it current. Back up any files you may have modified (e.g. acad.cuix).

I’ve probably missed a few things, so feel free to point them out or ask questions. I’ll edit this post to add relevant information.

The worst feature ever added to AutoCAD is…

…the Ribbon, according to your selections in the What are the worst features ever added to AutoCAD? poll. As in the best ever poll, the winner (loser?) in this race had no serious competition. I’ve listed eleven top (bottom?) features here rather than ten, partly because the popular (unpopular?) choice Memory Overuse isn’t exactly a feature. But it’s mainly because I’d hate to see Action Recorder unfairly miss out on a well-deserved mention.

  • Ribbon (30%)
  • CUI (20%)
  • Help (on line / 2012) (18%)
  • Memory Overuse (17%)
  • AutoCAD Today (2000i/2002) (16%)
  • White / Cream Drawing Background (16%)
  • Unreconciled Layers (16%)
  • Nudge (10%)
  • Blipmode (9%)
  • Proxy Object Compatibility (9%)
  • Action Recorder (8%)

Given the reception the Ribbon received when it was introduced, maybe it’s unsurprising to see it top the lists here. Cloud observers may find it interesting to note that that Autodesk’s attempt to move AutoCAD’s Help on line has been very poorly received. Yo Autodesk with your Cloud an’ all, I’m really happy for you, I’ma let you finish, but on-line Help has been voted one of the worst features of all time! Of all time!

The dislike of the intrusive, useful-to-some but short-lived AutoCAD Today feature remains strong a decade later. Light drawing backgrounds remain unpopular, which should not be a surprise to anyone, except maybe some people at Autodesk who thought it was a good idea to rehash old mistakes in a new and exciting way (“This time it’s magnolia!“). History, doomed to repeat, etc.

As for poor old Action Recorder, that has to be the ultimate brochure feature. It’s something for Autodesk to boast about rather than something for customers to actually use; “We responded to customer requests and fulfilled AUGI wishlists for a macro recorder!” Well, you did, kind of, by giving us something that’s about as useful as a chocolate fireguard. Looks nice, though. Autodesk, please try again, but this time do it properly.

It’s interesting to note that the “worst ever” list is significantly younger than the “best ever” list. Only poor old blipmode is truly ancient. Only a single “best” feature (dynamic blocks) comes from AutoCAD 2006 or later. (In fact, that’s the only feature in the “best” list that was even introduced this century). In comparison, most of the “worst” list comes from AutoCAD 2006 or later, including the top (bottom?) three. So what does that tell you?

AutoCAD 2012 – Putting things back to “normal”

Edit: If you’re running a more recent release of AutoCAD, have a look at the post AutoCAD 2017 – Putting things back to “normal” instead.

The most popular post on this blog, in terms of both hits and comments, is AutoCAD 2009 – Putting things back to “normal”. This is followed by AutoCAD 2010 – Putting things back to “normal”, with AutoCAD 2011 – Putting things back to “normal” not too far behind. As it seems many people find these posts useful, here’s an updated version for the latest release. Much of this post is based on older versions, but there are many additions and differences in this year’s “keep off my lawn” post.

One thing that’s regularly asked whenever a new AutoCAD release hits the streets is how to make it work like earlier releases. As I stated in my original post, I think you should give any new features a fighting chance before turning them off or ignoring them. But it’s entirely your choice. We should be grateful that in AutoCAD 2012 at least (unlike some Autodesk products), you do still have that choice. At least, you have a choice in most cases.

Let’s assume you’ve made the decision to put your environment back to AutoCAD 2008 or earlier; how do you do it? I’ve arranged these items in alphabetical order:

  • Aerial View. The DSVIEWER command appears to be gone, but it’s just hiding. It has been undefined. You can use REDEFINE DSVIEWER to turn it back on, or just enter .DSVIEWER (with a leading period). It may not work perfectly on all systems under all circumstances.
  • Array dialog box. The excellent new associative array features of AutoCAD 2012 have come at the cost of the Array dialog box. While you can use the Ribbon or the Properties palette to modify arrays, if you want to create one you have to go back to the future with a Release 14-style user interface. Using -Array doesn’t give you a dialog box, just the old-style command line. There’s nothing available in standard AutoCAD 2012 to give you a dialog box interface, which is why I created ClassicArray™. It also makes it easier to create non-associative arrays, if that’s what you prefer. This plug-in has the further fortunate side-effect of acting as a workaround for several of the new Array command’s various bugs, limitations and design issues.
    Edit: Applying SP1 to AutoCAD 2012 adds an ARRAYCLASSIC command that restores the previous dialog box. This does not provide access to any of the new features; you will still need ClassicArray for that.
  • Autocomplete. Old-timers may well find this feature useful, but if it’s getting in your way, turning it off is as simple as AUTOCOMPLETE OFF. There are a variety of settings you can selectively turn off individually if you prefer.
  • Blips. The BLIPMODE command has been undefined, but you can use REDEFINE BLIPMODE to turn it back on, or just enter .BLIPMODE (with a leading period).
  • Classic commands. If you prefer not to leave the various new palettes on screen all the time, old versions of various commands are still available: ClassicLayer, ClassicXref and ClassicImage. (Autodesk deprecated these commands in 2011 and 2012, which I think is a really bad idea). There is also a system variable LAYERDLGMODE, which when set to 0 will make the Layer command work in the old (and faster) modal way. If you use this setting, you can still access the new modeless layer palette with the LayerPalette command. Going back further, there are command-line methods of using these commands: -Layer, -Xref, XAttach, -Image and ImageAttach. For 2012, Autodesk has removed the Group command’s dialog box interface. If you want the dialog box, you now need to use the ClassicGroup command instead.
  • Crosshairs. Want 100% crosshairs? Many people do. As before, use the Options command’s Display tab and look towards the bottom right, or use the CURSORSIZE system variable.
  • Dashboard. The AutoCAD 2007/8 Dashboard is gone, but you can have a vertical Ribbon instead. If the Ribbon is not visible (it won’t be if you just selected the AutoCAD Classic workspace), enter Ribbon to bring it back. In the tab title row (the bar with the word Home in it), right-click and pick Undock. Now you can place and size your Dashboard-like thing as you see fit. As before, you can right-click on things to change the various settings. However, getting the contents exactly the way you want it usually involves using CUI, and that’s well outside the scope of this post.
  • Dynamic Input. If Dynamic Input slows you down, you can turn it off with the status bar toggle or F12. If you like the general idea but don’t like some parts of it, there are lots of options available in the Dynamic Input tab of the DSettings command to enable you to control it to a fine degree. You can also get at this by right-clicking the Dynamic Input status bar button and picking Settings… As an example of the sort of thing you might do in there, the default of using relative coordinates is difficult for long-termers to get used to. To turn it off, pick the Settings… button in the Pointer Input panel, pick Absolute coordinates, then OK twice. There are a whole range of DYNxxx system variables for controlling this stuff.
  • Graphic Background. Autodesk has half-listened to users’ pleas for a black background by giving you a nearly black one (RGB 33,40,48 rather than 0,0,0), in model space only. Many of you will want a real black background to provide better contrast. To do this, invoke the Options command (right-click on the drawing area and pick Options… or just enter OP), then pick the Display tab. Don’t be tempted to choose Color Scheme and set it to Dark, because that just changes the appearance of various user interface elements. Instead, pick the Colors… button. This will put you in the Drawing Window Colors dialog box. On the left, choose a context you want to change (e.g. 2D model space), choose the appropriate background element (e.g. Uniform background) and choose the particular shade that takes your fancy. There is a Restore Classic Colors button, but that only takes you back to AutoCAD 2008 with its black model and white paper space. If you want a black paper space background too, you’ll have to pick the Sheet / layout context and specify that individually. You may wish to put the Command line > Command line history background setting to white, too. When you’re done, pick Apply & Close, then OK.
  • Grid. I generally prefer the new line-based grid. If you use isometric snap and grid, you will find that AutoCAD 2012’s line-based isometric grid is still as broken as it was in earlier releases, so you’ll need to use dots. If that applies to you or you just don’t like the lines, right-click on the Grid status button and pick Settings…, which will take you into the Drafting Settings dialog box, which you can also get at with the DSettings command, or DS for short. In the Snap and Grid tab, the grid is controlled by the options on the right. If you want your dots back, turn on the toggles in the Grid style section. This can also be done using the GRIDSTYLE system variable. If you don’t like the fact that the grid is now on by default in new drawings, this is set on a drawing-by-drawing basis and is therefore controlled by your template drawings. If you use AutoCAD’s supplied templates, you will need to open them individually and turn off the grid in each one.
  • Hatch dialog box. If you want the Ribbon on but prefer the old Hatch dialog box, set HPDLGMODE to 1.
  • Hatch double-click. If you’re not using the new Ribbon-based hatch editing feature, you will probably want to invoke the HatchEdit command when you double-click on a hatch object. Doing this involves braving the CUI interface, but I have gone into step-by-step detail of that process here. In short, you need to drag and drop the Hatch Edit command from the bottom left CUI panel onto the double-click action for Hatch in the top left panel, replacing the default action (Properties).
  • Help. If you want your Help to work with adequate speed and reliability, or to work at all in some proxy server environments, you will want to turn off AutoCAD 2012’s online help. Go into Options > System, then look in the bottom right pane to turn off the Use online help toggle. Even with online help turned off, you’re stuck with the unfortunate new browser-based AutoCAD Exchange interface for your Help. There is no sign yet of Autodesk coming to the rescue with a set of CHM-based Help files as was done for AutoCAD 2011, which is a real shame. The VLIDE Help is still partially broken, because Autodesk doesn’t care about customers who use LISP for development. While you’re in Options, you may also wish to turn off AutoCAD’s insistence on firing up Internet Explorer, that is if you dislike IE or have security concerns.
  • Initial Setup. Don’t bother looking for this, it has been removed from the product. Can’t say I’m heartbroken about that.
  • Line Smoothing. If you don’t like the anti-aliasing feature that attempts to make your graphics look less jaggy, this is controlled by the LINESMOOTHING system variable. It’s also available via the GRAPHICSCONFIG command or Options > System > Graphics Performance.
  • NavBar. If you like the new NavBar feature as much as I do, you’ll want to turn it off. You can close it easily using the little X in its top left corner. Alternatively, control it with the NAVBARDISPLAY system variable (0 for off, 1 for on)
  • Pull-down Menus. Enter MENUBAR 1 to turn pull-down menus on. To turn them off again, enter MENUBAR 0.
  • Ribbon. You can close the Ribbon with the RibbonClose command. If you ever want to turn it back on, enter Ribbon.
  • Screen menu. The SCREENMENU command has been undefined, but you can use REDEFINE SCREENMENU to turn it back on, or just enter .SCREENMENU (with a leading period). However, you can’t access the screen menu section in CUI any more, so if you want to maintain your screen menu you will need to do it in an earlier release.
  • Selection Cycling. Depending on your preference and/or system graphic performance, you may wish to turn off selection cycling (set SELECTIONCYCLING to 0), or at least the list that appears when selecting objects that lie on top of each other (set SELECTIONCYCLING to 1).
  • Selection Preview. This feature annoys some users, adding as it does an unfortunate degree of stickiness and working inaccurately when Snap is in use. This is controlled in the Selection tab of the Options command. Turn off the toggles in the Selection preview panel on the left (these control the SELECTIONPREVIEW system variable). If you dislike the coloured boxes you get while doing a Window or Crossing, pick the Visual Effect Settings… button and turn off the Indicate selection area toggle. This controls the SELECTIONAREA system variable.
  • Snap. AutoCAD 2012’s snap no longer works while there is no command active. There is no setting available to turn this feature off. If you want to move your cursor around and see the cursor snapping to precise locations to see if objects line up (e.g. in schematic diagrams), you will need to invoke a command first (e.g. L [Enter]) and ignore the command as you’re moving around on screen.
    Edit: Applying SP1 to AutoCAD 2012 adds new system variable (SNAPGRIDLEGACY) that allows you to have your snap active at the command prompt.
  • Startup performance. You may have noticed that AutoCAD 2012’s Ribbon switching performance is finally as it should have been from the start; practically instantaneous. You may also have noticed that when you start AutoCAD, the cursor is sticky for a while after the Command prompt is available. These two items are not unrelated; AutoCAD is loading Ribbon components in the background. If you would prefer this not to happen, set the RIBBONBGLOAD system variable to 0.
  • Status bar. Right-click on a status bar button, turn off Use Icons and your old text-based status bar buttons will return. If you have no use for some of the new status bar toggles, right-click on one, pick Display, then turn off what you don’t need.
  • Toolbars. In AutoCAD 2009, you could turn individual toolbars on and off by accessing a menu obtained by right-clicking on the QAT. Autodesk somewhat vindictively removed that option in 2010, and it’s still gone in 2012. That toolbar-toggling menu is still available if you right-click in an unused docked toolbar area, but if you have no toolbars visible there will be no such area available. What to do? Turn on one toolbar at the Command prompt, then you will be able to access the menu by right-clicking on the blank area to the right of it. The following command sequence will do it:
    _.-TOOLBAR ACAD.Standard _Top 0,0
    Paste this into AutoCAD’s command line area and the Standard toolbar will be turned on above your drawing area. This will leave a grey area to the right that you can right-click into. The other toolbars will be in sub-menus under that, with the main set of default ones in the AutoCAD section. Note that this will only work if you have the acad.cuix file loaded (or partially loaded). This is the case in vanilla AutoCAD and some verticals, but it may not be the case in other verticals. As I don’t have access to such verticals, I’m afraid I can’t offer much advice here.
    If you’re like me, you may well discover that this is moot because AutoCAD 2012 automatically turns on a full set of toolbars, in addition to the Ribbon, the second time you run AutoCAD. This bug occurs when there’s another release already installed and you don’t use Migration. It’s easily fixed (that is if you want to fix it) by switching to the workspace of your choice (see below).
  • Tooltips. Excessively intrusive and oversized tooltips were a “feature” of AutoCAD 2009’s revamped UI design, and we’ve been plagued with them ever since. I’m glad to see that many of them have had their verbosity somewhat curtailed in 2012, but they still annoy the heck out of me, particularly by obscuring what I’m trying to see in dialog boxes. To kill them with fire, see Options > Display and start turning off toggles about half way down the left side.
  • Trace. The TRACE command has been undefined, but you can use REDEFINE TRACE to turn it back on, or just enter .TRACE (with a leading period).
  • UCS Icon. Don’t like the new simplified UCS icon? Sorry! While you can use the UCSIcon command’s Properties option to change the appearance of the icon in various ways, there’s nothing to restore the UCS Icon’s appearance from previous releases with its little arrows pointing the way. This information isn’t totally useless, because at least it will save you the time and effort involved in finding this out for yourself.
  • Vertical variants’ AutoCAD profile. Apparently, some AutoCAD 2012 vertical variants don’t have a shortcut for running them as AutoCAD. If you want to make one, first check in Options > Profiles to see if there is a profile called “AutoCAD” or similar. If not, you will need to create one, reset it, and hope for the best. Sorry, I don’t have all the variants to check. Now, make a copy of your AutoCAD variant’s desktop shortcut and rename it as something like “AutoCAD 2012”. Then right-click on the copy and pick Properties. In the Target edit box, check to see if there is a /p switch followed by a profile name inside quotes. If there is, replace the existing profile name with “AutoCAD” or whatever the profile name is that you discovered or created in Options. If there isn’t a /p switch, add one. The end result should look something like this (there may be extra switches):
    "C:\Program Files\Autodesk\[product name]\acad.exe" /p "AutoCAD"
    Once you have ensured there’s a /p “AutoCAD” (or similar) on the end of the Target, pick OK. You should then be able to start your vertical variant as AutoCAD.
  • ViewCube. I like the ViewCube concept, and I think it’s a great piece of interface design. But not everybody agrees. It has caused performance issues and it’s not very useful for 2D users. If you want it gone, that’s a surprisingly difficult thing to find out about. The simplest way to remove it is by clicking the [-] button in the top left corner of the drawing area and tuening off the ViewCube toggle there. If you want more control, it’s handled using the Options command, in the 3D Modeling tab, in the bottom left corner. Turn off those toggles that don’t make sense for you. There is a related set of system variables called NAVVCUBExxx.
  • Workspace. In vanilla AutoCAD, you can restore much of the user interface by just switching workspaces. The main Workspace control is now located near the top left corner. If you have turned this off (right-click, Remove from Quick Access Toolbar) or if you just prefer working with interface elements in the same place year by year, there is another Workspace control in the bottom right corner. This is a little button that looks like a gearwheel. In either case, click on the Workspace control and pick the item called AutoCAD Classic. This will perform some of the steps described above, but not all of them, so I suggest you skim the whole lot to see what else you might want to do. If you’re using a vertical variant of AutoCAD 2012, this workspace may not be available, or it may only be available if you when using an “AutoCAD” profile (see above). If it’s not available at all, you’ll need to make your own classic workspace by manually setting up your interface the way you like it, then saving it as a Workspace using the Save Current As… option under one of the Workspace controls.
  • Xref fading. Don’t like your xrefs looking different? Use the Options command’s Display tab and look at the Xref display slider on the bottom right, or use the XDWGFADECTL system variable.
  • Zoom Animation. If you prefer your zooms to be instant rather than progressing from one view to another in an animated series of steps, you can turn off that feature using the VTOPTIONS command or the VTENABLE system variable.

If you have allowed AutoCAD to migrate your settings (I never do), some of the above will already be done for you, but by no means all of it. If past experience is anything to go by, the job done by Migration will probably be imperfect.

Once you’re happy with your new environment, I suggest you save your workspace under a name of your choosing (Save Current As… under a Workspace control), then export your profile in the Options command’s Profiles tab. Keep a safe copy of both your exported profile and your main CUIX file (acad.cuix by default), because that is where new workspaces are stored.

All of this advice is offered on an as-is, try-it-yourself-and see-what-happens basis. Unfortunately, I can’t check to see which parts of this post relate to AutoCAD for Mac (when the 2012 version arrives), AutoCAD LT (much of it will be the same), the various AutoCAD-based vertical variants (almost all of it should be the same). AutoCAD WS is, of course, nothing like real AutoCAD so none of this post will be relevant. Please comment to let me know if you find something you think I should modify or include.

Let me just end by saying that Autodesk generally does an excellent job of keeping long-term AutoCAD users happy by allowing them to keep working in the way that they prefer. There are exceptions, and this record has been damaged slightly by 2012, but conservative users are still better off with new releases of AutoCAD than they are with, say, Microsoft Word.

AutoCAD 2012 – How’s the Help now?

You may have noticed that the much-derided AutoCAD 2011 Help has had something of an update for AutoCAD 2012, integrating it with something called Autodesk Exchange. Rather than critique this myself, I’ll hand it over to you.

What do you think of AutoCAD 2012’s Help? Is it all better now? Is it fast, accurate and easy to use with a useful search facility? Or do you hate it and hope someone at Autodesk is scrambling to create a CHM version of it like last year? Please comment.

AutoCAD 2012 – ClassicArray Beta

People have already started to notice that AutoCAD 2012 has killed the dialog box interface for the Array command, and not everybody is happy about it. So I guess it’s time to launch ClassicArray™ Beta.

ClassicArray is an add-on for AutoCAD 2012 for Windows that allows the creation of arrays using a dialog box interface similar to that provided in AutoCAD from 2000 to 2011, but enhanced to include new AutoCAD 2012 functionality. I will create another post later have created a Help page that describes ClassicArray more fully, but for now here are the commands ClassicArray adds to AutoCAD:

ClassicArray (short form CA)
ClassicArrayRect (short form CAR)
ClassicArrayPolar (short form CAP)
ClassicArraypAth (short form CAA)

In addition, there are the same names with N appended, which default to creating non-associative arrays. For example, ClassicArraypAthN (short form CAAN) will create a non-associative path array. However, it is easy to create associative or non-associative arrays of any type, whatever command you use to start it. Toolbar and Ribbon buttons are provided. Help is currently non-functional now complete. This pre-release software is time-bombed, meaning it will no longer work after the date shown below.

Here it is to download:

ClassicArray.1.0.0.zip (Shipping product – 850 KB – will not create arrays after 15 day evaluation period
ClassicArray.0.7.0.zip (Release Candidate 2 – 850 KB – will not create arrays after 15 day evaluation period)
ClassicArray.0.6.0.zip (Release Candidate – 787 KB – will not work after 28 April 2011)
ClassicArray.0.5.0.zip (49 KB – will not work after 21 April 2011)
ClassicArray.0.4.2.zip (48 KB – will not work after 14 April 2011)

It’s a small zip file; unzip it and read the readme to see what to do with it run the setup routine of your choice, depending on whether you want to install it for just the current user or for all users. Installation is a matter of simply copying a folder to a specific location; uninstallation is simply a matter of removing that folder. The mechanism I used for this is AutoCAD 2012’s new Plug-In feature. This feature is A Good Thing that deserves to be described more fully, which I intend to do when I get the time.

This is pre-release software. It generally works fine, but it will contain bugs. Please let me know about them, either in a comment here or using my email form. Over time, I expect to update this post with later versions, so I would appreciate it if you let me know the version number along with any other relevant information, such as the AutoCAD variant and OS you have installed it on. If you have any suggestions, of even if it works without problems, please feel free to let me know that, too!

Autodesk discussion group changes – user reaction

I will be airing my own views on the Autodesk discussion group changes in a future post. In the meantime, I have collected some reactions from other users. For the record, there has been only a little censorship in this area. Here are some of the comments that made it through unhindered:

  • I’ve given it a fair shake and it’s just as bad as I imagined
  • Goodbye, people. It was nice while it lasted
  • it sucks
  • it doesn’t look like you have any intention to meet the expectations of these people
  • not [as] much traffic as there was before the change.  I hope things improve
  • I’m sure you’ve noticed the sourness many folks are having with this interface
  • What a f’in f-up
  • This is so aggravating that I am resorting to posting questions that may have already been answered vs. trying to find them via the search tool
  • Very annoying
  • We use NNTP because it’s easy and fast, and better
  • very slow, compared to “other” html forums
  • This was hyped as a “state-of-art web experience”. It is clearly not
  • Extremely slow compared to the previous web forum
  • we are screwed with this interface
  • This is like having your high performance vehicle (NNTP) stolen and having to take the bus to get to your destination
  • 4 days later, still sucks
  • Still very slow, cumbersome, difficult to track and navigate, unintuitive
  • It took me literally 30 seconds to get that smiley to insert
  • I really was expecting something better
  • I see too many people who may not be around anymore. In most cases their expertise far outweighs any improvements to the forums
  • Welcome to the new and improved Autodesk forum brought to you by high school students near you
  • You keep using that word [“upgrade”]. I do not think it means what you think it means
  • Better? Wanna bet? It’s cumbersome, at best
  • Another annoying thing here is that I can’t seem to find a way to show threading
  • Very, VERRRY slow, compared to forums using PHP and the like
  • Why even have an edit feature at all, when it’s virtually useless?
  • the “experts” are being alienated and having a harder time contributing to aid the beginners
  • I don’t like reading this forum in a browser. NNTP was and is much better
  • This sucks
  • about 40 unanswerable questions that have popped up in the first 30 (wasted) minutes of trying to “give it a chance”
  • If we aren’t going to get our newsgroups back at least attempt to make this forum professional
  • Sorry folks but I just don’t have the time to log in and browse thru all the different pages required now
  • Map 3d is “losing” its best contributor because of a dumb forum update
  • Autodesk prove again if something works  they will find something to make wrong
  • I stopped posting here after the change for the same reasons.  Just logged in for this
  • since the demise of the NNTP feed I rarely visit several of the forums I used to watch
  • It is just too time consuming now. This is really discouraging
  • I cannot be nearly as productive as I could with a newsreader…it takes no less than 4-5x longer
  • getting rid of the NNTP server was one of the worst things Autodesk has done in years
  • Goodbye
  • your update and support policy really force me into alternatives to Autodesk

That’s going down well, then. To be fair, there have been a few people who are relatively supportive of at least some of the changes. As usual with any unpopular change, there are a couple of asinine comments attacking the critics as just a bunch of old whiners who are resistant to all change. But the selection of comments above reflects the overwhelming negative sentiment, and that’s from those people who bothered to stick around long enough to make their views known.

I would have thought Autodesk would have learned its lesson after the well-deserved thrashing it got the last time round, but apparently not.

Command line poll replaced

For the past couple of months, I have been running a poll about the command line. I ran it using wording copied directly from a Project Butterfly poll, to get some kind of comparison between the poll respondents on this blog and those on the Project Butterfly blog.

It’s fair to say that I don’t like the wording of the available options, which appear designed to influence the result rather than find out what people really think. The “I can’t work with…” option has negative connotations; if I pick this choice, it implies that my abilities fall short in some way and I lack flexibility. On the other hand, the “I think it’s time for a new way…” option has a positive feel about it. If I pick this choice, I’m a thinker, I’m progressive, I’m looking to the future. It’s no accident that marketing people love to plaster “NEW!” over their products.

Despite the push-poll options, the command line was the clear winner on both blogs. Here are the Project Butterfly results (unknown number of voters):

I can’t work without the command line (66%)
I think it’s time for a new way to draw without the command line (34%)

Here are my results (378 voters):

I can’t work without the command line (81.7%)
I think it’s time for a new way to draw without the command line (18.3%)

I expected to see a greater preference for the command line among readers of this blog (largely command-line-using AutoCAD users) than among readers of the Project Butterfly blog (largely command-line-less Project Butterfly users). My expectation has been met. Instead of about a 2:1 majority there, command-line people here have about a 4.5:1 majority.

Now let’s try a similar poll, hopefully without biased options, and see if that affects the result. I have replaced the above poll with this one:

Should CAD software have a command line?

Yes
No

There are several ways in which this question could have been asked (do you prefer, is it more efficient, is it better, etc.), but the above appears to be the least biased I can come up with. Please have a look at this and other polls over on the right and vote if you feel so moved.

Ribbon poll roundup

Further to my last post, Here is a brief summary of this blog’s various poll results that relate in some way to Ribbon and CIP use. The most recent polls are at the top of the list. I have placed in bold those percentages that relate directly to the proportion of AutoCAD Ribbon use among the voters on this blog.

  • AutoCAD 2010 users’  Ribbon use: 44% (AutoCAD 2010 users’ CIP on: 36%)
  • Ribbon love: 28%
  • AutoCAD 2010 menu bar non-users: 23%
  • Inventor Ribbon use: 44% (Inventor 2010 users’ Ribbon use: 59%)
  • Revit Ribbon use: 42% (Revit 2010 users’ Ribbon use: 58%)
  • AutoCAD Ribbon use: 32% (AutoCAD 2009/2010 users’ Ribbon use: 38%)
  • CIP on: 27%
  • AutoCAD 2009 menu bar non-users: 21%
  • AutoCAD 2009 Ribbon one of 3 best new features: 11%
  • AutoCAD 2009 Ribbon turned on in some way: 29% (fully visible 13%)

The polls were run at different times over the past couple of years with different questions being asked in different ways about different releases, and responded to by very different numbers of voters. Don’t expect consistent or directly comparable results; this is not a scientific study. As with all polls here, there is a self-selection bias; those people who feel most strongly about a subject are more likely to find these polls and make the effort to vote in them.

The more recent polls generally have significantly greater sample size than the early ones. The smallest poll (AutoCAD 2009 best new features) has 37 voters, the largest poll (AutoCAD users generally using Ribbon) has 751. While the former certainly qualifies as Shaan’s “a few dozen”, the latter does only if you consider 62 to be “a few”. In which case, can I give you a thousand dollars and you give me a few hundred back?

Here are the poll details, which you can also see in the Polls Archive. If you think any of these questions or the available responses are in any way biased or leading , I’d be interested to hear your reasoning.

AutoCAD 2010 users, what are your Ribbon and CIP settings?
Start Date: 15 March 2010

  • Ribbon on, CIP on (24.7%, 65 Votes)
  • Ribbon on, CIP off (19.4%, 51 Votes)
  • Ribbon off, CIP on (11%, 29 Votes)
  • Ribbon off, CIP off (44.9%, 118 Votes)
  • Ribbon
    Start Date: 16 January 2010

  • Love (28.2%, 164 Votes)
  • Hate (71.8%, 417 Votes)
  • AutoCAD 2010 users: pull-down menus – is your menu bar turned on (MENUBAR=1)?
    Start Date: 14 September 2009

  • Yes, it’s on all the time (69.3%, 475 Votes)
  • Yes, it’s usually on but I sometimes turn it off (4.1%, 28 Votes)
  • Yes in verticals, no in AutoCAD (1.9%, 13 Votes)
  • Yes (other) (1.5%, 10 Votes)
  • No, it’s usually off but I sometimes turn it on (7%, 48 Votes)
  • No, I never use pull-downs (13.7%, 94 Votes)
  • No (other) (2.5%, 17 Votes)
  • Inventor users: are you generally using the Ribbon?
    Start Date: 11 September 2009

  • Yes (44.3%, 82 Votes)
  • No (using 2010) (30.8%, 57 Votes)
  • No (using an earlier release to avoid the Ribbon) (15.7%, 29 Votes)
  • No (using an earlier release for other reasons) (9.2%, 17 Votes)
  • Revit users: are you generally using the Ribbon?
    Start Date: 9 September 2009

  • Yes (41.6%, 153 Votes)
  • No (using 2010 in unsupported classic mode) (30.2%, 111 Votes)
  • No (using an earlier release to avoid the Ribbon) (20.4%, 75 Votes)
  • No (using an earlier release for other reasons) (7.9%, 29 Votes)
  • AutoCAD users: are you generally using the Ribbon?
    Start Date: 9 September 2009

  • Yes (32%, 240 Votes)
  • No (using 2009/10) (51.1%, 384 Votes)
  • No (using an earlier release to avoid the Ribbon) (11.7%, 88 Votes)
  • No (using an earlier release for other reasons) (5.2%, 39 Votes)
  • Do you enable CIP (Customer Involvement Program) in your Autodesk products in production?
    Start Date: 23 February 2009

  • Yes, always (17.9%, 74 Votes)
  • Yes, on some products/releases (8.9%, 37 Votes)
  • No, because of privacy concerns (30.4%, 126 Votes)
  • No, because of performance concers (19.3%, 80 Votes)
  • No, it is not available for me (3.4%, 14 Votes)
  • No, other (20%, 83 Votes)
  • AutoCAD 2009 users: pull-down menus – is your menu bar turned on (MENUBAR=1)?
    Start Date: 28 November 2008

  • Yes, it’s on all the time (68.3%, 136 Votes)
  • Yes, it’s usually on but I sometimes turn it off (6.5%, 13 Votes)
  • Yes in verticals, no in AutoCAD (2.5%, 5 Votes)
  • Yes (other) (2%, 4 Votes)
  • No, it’s usually off but I sometimes turn it on (2%, 4 Votes)
  • No, I use the menu under the big red A (6.5%, 13 Votes)
  • No, I never use pull-downs (9.5%, 19 Votes)
  • No (other) (2.5%, 5 Votes)
  • Choose the best things about AutoCAD 2009 (up to 3)
    Start Date: 11 July 2008

  • Ribbon (10.8%, 4 Votes)
  • Menu Browser (5.4%, 2 Votes)
  • Quick Access Toolbar (5.4%, 2 Votes)
  • Smaller floating toolbars (8.1%, 3 Votes)
  • Status bar changes (8.1%, 3 Votes)
  • Action Recorder (18.9%, 7 Votes)
  • Modeless layer interface (18.9%, 7 Votes)
  • Quick View Layouts/Drawings (8.1%, 3 Votes)
  • Quick Properties (13.5%, 5 Votes)
  • Spell checking in text editor (29.7%, 11 Votes)
  • Rollover tooltips for objects (13.5%, 5 Votes)
  • Enlarged tooltips for user interface (0%, 0 Votes)
  • ViewCube (21.6%, 8 Votes)
  • Steering Wheel (2.7%, 1 Votes)
  • ShowMotion (0%, 0 Votes)
  • Geographic Location (2.7%, 1 Votes)
  • DWFx (5.4%, 2 Votes)
  • Off-white model space background (0%, 0 Votes)
  • Drawing recovery changes (8.1%, 3 Votes)
  • Updated button images (2.7%, 1 Votes)
  • LISP bug fixes (13.5%, 5 Votes)
  • Scale List bug fixes (10.8%, 4 Votes)
  • Other bug fixes (10.8%, 4 Votes)
  • Improvements available only in vertical products (16.2%, 6 Votes)
  • Other improvements in base AutoCAD (8.1%, 3 Votes)
  • AutoCAD 2009 non-Ribbon users: why don’t you use it?
    Start Date: 20 June 2008

  • Uses up too much screen space (63.6%, 35 Votes)
  • Doesn’t make good use of my screen size/shape (45.5%, 25 Votes)
  • Using it minimised requires an extra click/hover (47.3%, 26 Votes)
  • Tab concept means extra clicks (65.5%, 36 Votes)
  • Dislike concept of hiding tools – want buttons to stay visible (60%, 33 Votes)
  • Tab switching is too slow (45.5%, 25 Votes)
  • Button click reaction is too slow (38.2%, 21 Votes)
  • Turning it off saves startup time (30.9%, 17 Votes)
  • Ribbon content doesn’t match my needs (43.6%, 24 Votes)
  • All the commands should be on it (27.3%, 15 Votes)
  • Express Tools are missing (32.7%, 18 Votes)
  • Other things I use frequently are missing (40%, 22 Votes)
  • Too hard to find things (50.9%, 28 Votes)
  • No advantage over existing methods (63.6%, 35 Votes)
  • Customising it is too difficult (43.6%, 24 Votes)
  • Don’t like the colour scheme (16.4%, 9 Votes)
  • Don’t like fuzzy text (ClearType) (25.5%, 14 Votes)
  • Using a vertical product that doesn’t make use of the Ribbon (23.6%, 13 Votes)
  • Want to avoid training expense/inconvenience (18.2%, 10 Votes)
  • Want to avoid initial productivity reduction (18.2%, 10 Votes)
  • Inconsistent with other programs we use (e.g. Office pre-2007) (12.7%, 7 Votes)
  • Opposition to Microsoft’s influence (23.6%, 13 Votes)
  • I’m a Luddite and resist change for the sake of it (7.3%, 4 Votes)
  • AutoCAD 2009 users: in what state do you usually have your Ribbon?
    Start Date: 28 May 2008

  • Horizontal and fully visible (10.4%, 8 Votes)
  • Horizontal and minimised to panel titles (5.2%, 4 Votes)
  • Horizontal and minimised to tabs (7.8%, 6 Votes)
  • Vertical, floating and fully visible (1.3%, 1 Votes)
  • Vertical, floating and auto-hiding (0%, 0 Votes)
  • Vertical, docked and fully visible (1.3%, 1 Votes)
  • Vertical, docked and auto-hiding (Anchor left or right) (2.6%, 2 Votes)
  • Turned off (71.4%, 55 Votes)
  • Autodesk’s CIP data – massively biased?

    You may have seen Shaan Hurley and I having a discussion (ahem) over the validity of his statement:

    I really do use the ribbon now with AutoCAD 2010 along with most users as evidenced by the CIP data we receive daily from thousands of AutoCAD users who choose to send the great data.

    So, now you know. Most of you use the Ribbon now,  Shaan said so. Shaan, as he always has done in the past, declined my invitation to back up this assertion with more details. He has vast amounts of data collected from huge numbers of users. How could that possibly be wrong?

    Here’s how. CIP data is biased.

    How can millions of data points be biased? Actually, all samples are biased. Only the degree of bias varies. The polls on this blog are no exception. I do my best to keep the questions and options neutral; the only leading questions you’ll see here in serious polls are the ones I copy and paste from Autodesk blogs. But readers of this blog are one self-selecting small portion of Autodesk customers, and people who vote in my polls represent another self-selecting portion of that portion.

    The question is, how biased is Autodesk’s CIP data? Without access to Autodesk’s data (which it won’t provide) and resources for alternative data collection from its customers (ditto), the best I can do is use my own biased sample (that’s you lot out there) as a cross-check.

    Let’s examine it in light of Ribbon use among AutoCAD 2010 users. In an earlier comparison of my 2009 poll figures and Shaan’s CIP data, I wrote this:

    But Shaan’s CIP users are also a biased sample, comprising those AutoCAD users who have CIP turned on. Are users who go with the flow and have CIP on also more likely to go with the flow and leave the Ribbon on? Possibly, but I would have thought the CIP-on bias would be less significant than the blog-reader bias.

    I have recently run a poll to try to determine if that “possibly”, that hunch, has any basis. Let’s examine the results I got.

    AutoCAD 2010 users, what are your Ribbon and CIP settings?

    Ribbon on, CIP on (24.7%, 65 Votes)
    Ribbon on, CIP off (19.4%, 51 Votes)
    Ribbon off, CIP on (11%, 29 Votes)
    Ribbon off, CIP off (44.9%, 118 Votes)

    Total Voters: 263

    For the sake of argument, let’s make the assumption that my poll sample is unbiased. It’s not, and the degree of bias is unknown, but let’s see what it would mean if it was. Let’s see what kind of results Autodesk would see from its CIP sample:

    CIP-on voters (94):
    Ribbon on 69% (65)
    Ribbon off 31% (29)

    Shaan would see from this result that 69% of AutoCAD 2010 users have the Ribbon on, and would be tempted to say stuff like “use the ribbon now with AutoCAD 2010 along with most users”. Understandable. That’s just CIP users, but non-CIP users can’t be that different, surely? Or can they?

    CIP-off voters (169):
    Ribbon on 30% (51)
    Ribbon off 70% (118)

    Wow. That’s a huge discrepancy, and it implies that a sample selection based on CIP use introduces a massive bias. I’ve watched this poll grow over the weeks, half-expecting things to even out as the sample size increased. It didn’t. It has been pretty constant, with non-Ribbon non-CIP users outnumbering Ribbonite non-CIP users by a substantial margin.

    Let’s put the groups together, shall we?

    All voters (263)
    Ribbon on 44% (116)
    Ribbon off 56% (147)

    So, if the voters in my poll were observed by Autodesk via CIP they would appear to be 69% Ribbon users. In fact, only 44% of these voters are Ribbon users.

    How many AutoCAD 2010 users really have the Ribbon on? 69%? 30%? 44%? Some other number? I don’t know, and that’s not the point. The point is, Autodesk doesn’t know either. It can take some smart guesses, but just assuming CIP is accurate isn’t smart, it’s just a guess.

    Why does this matter? Because Autodesk makes decisions based on this stuff. Decisions that affect you and me and how we use our tools. Have a look at this statement from Autodesk’s Teresa Anania, Director of Industry Management (taken from her interview with Deelip Menezes about Inventor):

    …we had data that suggested that the new ribbon UI was well received and would be absolutely all that customers needed …. And now since we have the CIP data that shows us how our customers are using the software, we can analyze this before we permanently turn anything off.

    Comments like this (and others from other Adeskers) seem to indicate that there is an unspoken assumption that CIP users accurately represent a true cross-section of users in general.

    I know that Autodesk doesn’t rely solely on CIP; it uses a wide range of research tools to find out what users are up to and what they need. I regularly encourage you to participate in various Autodesk surveys, for example. But there are problems of accuracy inherent in all those methods. It would be natural, when faced with a set of apparently conflicting results from different sources, for Autodesk decision-makers to simply assume that the source with the biggest sample size is the most accurate. That could be a dangerous mistake, for both Autodesk and its customers.

    Note: my arithmetic was off in several places when I posted this, and I have edited the post to correct some of the figures. These corrections do not invalidate the arguments; the substantial bias is still evident.

    How is your AutoCAD 2011 hatching?

    Hatching is the poster child for AutoCAD 2011’s 2D drafting feature changes (although there are several other significant ones), and also for demonstrating the advantages of providing a contextual interface via the Ribbon. It looks great at first glance when working with simple demo drawings, but how are things going in the real world? I’d be interested in hearing about your experiences.

    • Is the hatch Ribbon tab snapping into place and going away quickly enough, both the first time it is used in a session and subsequently?
    • Is the Ribbon interface easy to use, efficient and complete?
    • Does the hatch preview always match what’s actually hatched when you accept the preview? If not, how often is it wrong?
    • Are you happy with the new default double-click hatch action? (If not, see the Hatch double-click section of my AutoCAD 2011 – Putting things back to “normal” post).
    • Does the hatch preview work quickly and accurately in simple areas? How about more complex areas? How about areas bounded by complex polylines with lots of vertices?
    • Is the performance up to scratch when creating and editing both associative and non-associative hatches? How about when grips are visible on complex bounding areas? How about when you make changes to hatches using the Properties palette?
    • Is boundary detection working reliably in finding and filling a closed hatch area? Even when using a solid or gradient hatch pattern?
    • How is your zoom and pan performance in drawings with a lot of hatching?
    • Have you noticed any problems with the new transparency and background features?
    • Have you experienced any hatch-induced crashes or lockups?
    • Are any of your hatch problems new to 2011, or do they also exist in earlier releases on the same PC when using the same drawings?

    If your hatching performance is poor, have you tried changing the values of system variables to turn off features to see if the problems persist? Try HPQUICKPREVIEW = 0, HPDLGMODE = 1 and SELECTIONPREVIEW = 0. Also, if you are having display performance issues, try VTENABLE =0 and check using 3DCONFIG to see if your graphics card/driver combination is certified.

    What do I think of the Ribbon?

    I’m curious. What do you think I think about the Ribbon, particularly in AutoCAD? Do you think I’m a hater, a lover, indifferent, or what? Now, on what evidence do you base that view? Feel free to quote back to me anything I’ve written on this blog or any other public place to support your opinion. If you can’t find anything that gives you any clues one way or the other, feel free to mention that, too.

    AutoCAD 2011’s new Help system – what do you think?

    With all this talk of clouds in the air, it is interesting to note that Autodesk has moved AutoCAD’s Help system to a browser-based format, with online access as the default. So, how has Autodesk done with this first dipping of its toes into the cloudy waters with its primary mainstream product? I’ve already had a couple of unsolicited comments on the subject, and I’d like to hear from you. How do you rate the following, compared with previous releases?

    • Performance (online)
    • Performance (offline)
    • Search results
    • Content completeness and accuracy
    • Ease of manual browsing
    • Efficiency of user interface
    • Concept of online Help
    • Anything else you want to mention

    Please comment to express your views and use the poll on the right to provide an overall rating of the new system.

    AutoCAD 2011 – Putting things back to “normal”

    Edit: If you’re running a more recent release of AutoCAD, have a look at the post AutoCAD 2017 – Putting things back to “normal” instead.

    Easily the most popular post on this blog, in terms of both hits and comments, is AutoCAD 2009 – Putting things back to “normal”. Not too far behind it is AutoCAD 2010 – Putting things back to “normal”. Apparently, lots of people find these posts useful, so here’s an updated version for the latest release. Some of this post is based on the originals, but there are significant additions and differences in this year’s Luddite post.

    Note: there is an updated version of this post for AutoCAD 2012.

    One thing that’s regularly asked whenever a new AutoCAD release hits the streets is how to make it work like earlier releases. As I stated in my original post, I think you should give any new features a fighting chance before turning them off or ignoring them. But it’s entirely your choice. We should be grateful that in AutoCAD 2011 at least (unlike some Autodesk products), you do still have that choice.

    Let’s assume you’ve made the decision to put your environment back to AutoCAD 2008 or earlier; how do you do it?

    • Workspace. In vanilla AutoCAD, you can restore much of the user interface by just switching workspaces. The main Workspace control is now located near the top right corner. If you have turned this off (right-click, Remove from Quick Access Toolbar) or if you just prefer working with interface elements in the same place year by year, there is another Workspace control in the bottom right corner. This is a little button that looks like a gearwheel. Every odd-numbered release seems to have the current workspace name missing from this button, so this year we miss out. If you want the name, this year you need to look in the QAT. In either case, click on the Workspace control and pick the item called AutoCAD Classic. This will perform some of the steps described below, but not all of them, so I suggest you read on. If you’re using a vertical variant of AutoCAD 2011, this workspace may not be available, so you’ll need to make your own by manually setting up your interface the way you like it, then saving it as a Workspace using the Save Current As… option under one of the Workspace controls.
    • Ribbon. You can close the Ribbon with the RibbonClose command. If you ever want to turn it back on, enter Ribbon.
    • Dashboard. The AutoCAD 2007/8 Dashboard is gone, but you can have a vertical Ribbon instead. If the Ribbon is not visible (it won’t be if you just selected the AutoCAD Classic workspace), enter Riboon to bring it back. In the tab title row (the bar with the word Home in it), right-click and pick Undock. Now you can place and size your Dashboard-like thing as you see fit. As before, you can right-click on things to change the various settings. However, getting the contents exactly the way you want it usually involves using CUI, and that’s well outside the scope of this post.
    • NavBar. If you like the new NavBar feature as much as I do, you’ll want to turn it off. You can close it easily using the little X in its top left corner. Alternatively, control it with the NAVBARDISPLAY system variable (0 for off, 1 for on)
    • ViewCube. I like the ViewCube concept, and I think it’s a great piece of interface design. But not everybody agrees. It has caused performance issues and it’s not very useful for 2D users. If you want it gone, that’s a surprisingly difficult thing to find out about. It’s controlled using the Options command, in the 3D Modeling tab, in the bottom left corner. Turn off those toggles that don’t make sense for you. There is a related set of system variables called NAVVCUBExxx.
    • UCS Icon. Don’t like the new simplified UCS icon? Sorry! While you can use the UCSIcon command’s Properties option to change the appearance of the icon in various ways, there’s nothing to restore the UCS Icon’s appearance from previous releases with its little arrows pointing the way. This information isn’t totally useless, because at least it will save you the time and effort involved in finding this out for yourself.
    • Help. Unless you want your Help to work with the speed of a long-dead slug that has been nailed to a hefty piece of wood, you will want to turn off AutoCAD 2011’s online help. Go into Options again, this time in the System tab, then look in the bottom right pane to turn off the Use online help toggle. Even with online help turned off, you’re stuck with the unfortunate new browser-based Help interface. While you’re looking there, you may also wish to turn off AutoCAD’s insistence on firing up Internet Explorer, that is if you dislike IE or have security concerns.
    • Pull-down Menus. Enter MENUBAR 1 to turn pull-down menus on. To turn them off again, enter MENUBAR 0.
    • Toolbars. In AutoCAD 2009, you could turn individual toolbars on and off by accessing a menu obtained by right-clicking on the QAT. Autodesk rather nastily removed that option in 2010, and it’s still gone in 2011. That menu is still available if you right-click in an unused docked toolbar area, but if you have no toolbars visible there will be no such area available. What to do? Turn on one toolbar at the Command prompt, then you will be able to access the menu by right-clicking on the blank area to the right of it. The following command sequence will do it:
      _.-TOOLBAR ACAD.Standard _Top 0,0
      Paste this into AutoCAD’s command line area and the Standard toolbar will be turned on above your drawing area. This will leave a grey area to the right that you can right-click into. The other toolbars will be in sub-menus under that, with the main set of default ones in the AutoCAD section. Note that this will only work if you have the acad.cuix file loaded (or partially loaded). This is the case in vanilla AutoCAD and some verticals, but it may not be the case in other verticals. As I don’t have access to such verticals, I’m afraid I can’t offer much advice here.
    • Graphic Background. Autodesk has half-listened to users’ pleas for a black background by giving you a nearly black one (RGB 33,40,48 rather than 0,0,0), in model space only. Many of you will want a real black background to provide better contrast. To do this, invoke the Options command (right-click on the drawing area and pick Options… or just enter OP), then pick the Display tab. Don’t be tempted to choose Color Scheme and set it to Dark, because that just changes the appearance of various user interface elements. Instead, pick the Colors… button. This will put you in the Drawing Window Colors dialogue box. On the left, choose a context you want to change (e.g. 2D model space), choose the appropriate background element (e.g. Uniform background) and choose the particular shade that takes your fancy. There is a Restore Classic Colors button, but that only takes you back to AutoCAD 2008 with its black model and white paper space. If you want a black paper space background too, you’ll have to pick the Sheet / layout context and specify that individually. When you’re done, pick Apply & Close, then OK.
    • Crosshairs. Want 100% crosshairs? Many people do. As before, use the Options command’s Display tab and look towards the bottom right, or use the CURSORSIZE system variable.
    • Status bar. Right-click on a status bar button, turn off Use Icons and your old text-based status bar buttons will return. If you have no use for some of the new status bar toggles, right-click on one, pick Display, then turn off what you don’t need.
    • Grid. I much prefer the new line-based grid. If you don’t, right-click on the Grid status button and pick Settings…, which will take you into the Drafting Settings dialogue box, which you can also get at with the DSettings command, or DS for short. In the Snap and Grid tab, the grid is controlled by the options on the right. If you want your dots back, turn on the toggles in the Grid style section. This can also be done using the GRIDSTYLE system variable. If you don’t like the fact that the grid is now on by default in new drawings, this is set on a drawing-by-drawing basis and is therefore controlled by your template drawings. If you use AutoCAD’s supplied templates, you will need to open them individually and turn off the grid in each one.
    • Dynamic Input. If Dynamic Input slows you down, you can turn it off with the status bar toggle or F12. If you like the general idea but don’t like some parts of it, there are lots of options available in the Dynamic Input tab of the DSettings command to enable you to control it to a fine degree. You can also get at this by right-clicking the Dynamic Input status bar button and picking Settings… As an example of the sort of thing you might do in there, the default of using relative coordinates is difficult for long-termers to get used to. To turn it off, pick the Settings… button in the Pointer Input panel, pick Absolute coordinates, then OK twice. There are a whole range of DYNxxx system variables for controlling this stuff.
    • Xref fading. Don’t like your xrefs looking different? Use the Options command’s Display tab and look at the Xref display slider on the bottom right, or use the XDWGFADECTL system variable.
    • Selection. Selection Preview annoys some users, adding as it does an unfortunate degree of stickiness and working inaccurately when Snap is in use. This is controlled in the Selection tab of the Options command. Turn off the toggles in the Selection preview panel on the left (these control the SELECTIONPREVIEW system variable). If you dislike the coloured boxes you get while doing a Window or Crossing, pick the Visual Effect Settings… button and turn off the Indicate selection area toggle. This controls the SELECTIONAREA system variable.
    • Hatch dialog box. If you want the Ribbon on but prefer the old Hatch dialog box, set HPDLGMODE to 1.
    • Hatch double-click. If you’re not using the new Ribbon-based hatch editing feature, you will probably want to invoke the HatchEdit command when you double-click on a hatch object. Doing this involves braving the CUI interface, but I have gone into step-by-step detail of that process here. In short, you need to drag and drop the Hatch Edit command from the bottom left CUI panel onto the double-click action for Hatch in the top left panel, replacing the default action (Properties).
    • Classic commands. If you prefer not to leave the various new palettes on screen all the time, old versions of various commands are still available: ClassicLayer, ClassicXref and ClassicImage. (Autodesk has deprecated these commands in 2011, which I think is a really bad idea). There is also a system variable LAYERDLGMODE, which when set to 0 will make the Layer command work in the old (and faster) modal way. If you use this setting, you can still access the new modeless layer palette with the LayerPalette command. Going back further, there are command-line methods of using these commands: -Layer, -Xref, XAttach, -Image and ImageAttach.

    If you have allowed AutoCAD to migrate your settings (I never do), some of the above will already be done for you, but by no means all of it. If past experience is anything to go by, the job done by Migration will probably be imperfect.

    Once you’re happy with your new environment, I suggest you save your workspace under a name of your choosing (Save Current As… under a Workspace control), then export your profile in the Options command’s Profiles tab. Keep a safe copy of both your exported profile and your main CUIX file (acad.cuix by default), because that is where new workspaces are stored.

    Let me just end by saying that Autodesk generally does an excellent job of keeping long-term AutoCAD users happy by allowing them to keep working in the way that they prefer. There are exceptions, but conservative users are much better off with new releases of AutoCAD than they are with, say, Microsoft Word.

    Send your screen to Autodesk

    No, I don’t mean Autodesk is now so impoverished that it is running short of monitors for its staff, I mean send a capture of your screen to Autodesk. Guillermo Melantoni, one of AutoCAD’s Product Managers, would like to see how you arrange your user interface for production use. As I’ve mentioned before, Guillermo is a very smart guy who is responsible for recent 3D enhancements to AutoCAD. He is open to listening to customers and trying to accommodate their needs. Here’s what he has to say:

    I would like to ask all of you to send me screen capture of your AutoCAD in production. I’d like to understand how you organize the diverse components, how you use the Ribbon and/or the toolbars, if you display the command line or not, if you use tool palettes.

    I’m very happy Guillermo is seeking to gain a fuller understanding of the diverse ways in which we use AutoCAD, and I encourage you to send him a screen capture of your working environment. If you have several workspaces, send him several screen captures explaining what each capture is showing and how often it is used. If you are a CAD manager or other person with access to several users who set up their interfaces differently, then please send in examples from those other users too.

    There are many ways of creating screen captures, but the good old Print Scrn button should do the job fine here, capturing both screens if you use a dual-monitor setup. You can then fire up any graphics app such as Paint (e.g. in XP, Start > Run > mspaint [Enter]) and paste in your capture. Please don’t save it as a BMP file even if that’s the default, as that’s extremely space-inefficient. The PNG format works well for screen captures, being compact without losing quality.

    Please send your captures by email to guillermo.melantoni@autodesk.com, and use a subject that begins with MyUI, to help Guillermo deal with what I hope is a lot of screen capture emails!

    These messages are brought to you by AutoCAD

    Over the past few releases, and particularly in AutoCAD 2009 and 2010, I have noticed an increase in the number of information notices (bubbles, warnings, task dialogs, Communication Center notices, etc.) being displayed. Shaan Hurley has pointed out that 2010 Update 1 introduces a balloon notification that periodically makes you aware of how much time remains before your subscription expires. Is this a good thing?

    There’s a poll on the right that asks a specific question about the default state of AutoCAD 2009 and 2010, but I’d also like to see some comments on this. What do you think of these messages? Are they useful? Do they get in the way? Do you take any notice of them? Are there too many? Do we need any others? Do you turn them off? Is it easy enough to control them?

    AutoCAD 2010 – Putting things back to “normal”

    Edit: If you’re running a more recent release of AutoCAD, have a look at the post AutoCAD 2017 – Putting things back to “normal” instead.

    Easily the most popular post on this blog, in terms of both hits and comments, is AutoCAD 2009 – Putting things back to “normal”. Lots of people seemed to find it useful, so I guess it’s worth doing an updated sequel for the current release. Much of this post is the same as the original, but there are differences.

    Note: there are updated versions of this post for AutoCAD 2011 and 2012.

    One thing that’s regularly asked whenever a new AutoCAD release hits the streets is how to make it work like earlier releases. As I stated in my original post, I think you should give any new features a fighting chance before turning them off or ignoring them. The 2010 Ribbon is still a Ribbon, but in my view it’s a better one than in 2009. But it’s entirely your choice. We should be grateful that in AutoCAD 2010 at least (unlike Revit 2010), you do still have that choice.

    Let’s assume you’ve made the decision to put your environment back to AutoCAD 2008 or earlier; how do you do it?

    • Workspace. In vanilla AutoCAD, you can restore much of the user interface by just switching workspaces. In the bottom right corner, there is a little button that looks like a gearwheel. This is the Workspace control. Click on it and pick the item called AutoCAD Classic. If you’re using a vertical variant of AutoCAD 2010, this workspace may not be available. If so, or if you want finer control over your interface, read on.
    • Pull-down Menus. Enter MENUBAR 1 to turn pull-down menus on. To turn them off again, enter MENUBAR 0.
    • Toolbars. In AutoCAD 2009, you could turn individual toolbars on and off by accessing a menu obtained by right-clicking on the QAT. Autodesk (vindictively?) removed that option in 2010. That menu is still available if you right-click in an unused docked toolbar area, but if you have no toolbars visible there will be no such area available. What to do? Turn on one toolbar at the Command prompt, then you will be able to access the menu by right-clicking on the blank area to the right of it. The following command sequence will do it:

      _.-TOOLBAR ACAD.Standard _Top 0,0

      Note that this will only work if you have the acad.cuix file loaded (or partially loaded). This is the case in vanilla AutoCAD and some verticals (e.g. AutoCAD Civil 3D), but it may not be the case in other verticals (e.g. AutoCAD Architecture).

    • Ribbon. You can close the Ribbon with the RibbonClose command. If you ever want to turn it back on, enter Ribbon.
    • Dashboard. The AutoCAD 2007/8 Dashboard is gone, but you can have a vertical Ribbon instead. If the Ribbon is not visible (it won’t be if you just selected the AutoCAD Classic workspace), enter Riboon to bring it back. In the tab title row (the bar with the word Home in it), right-click and pick Undock. Now you can place and size your Dashboard-like thing as you see fit. As before, you can right-click on things to change the various settings. However, getting the contents exactly the way you want it usually involves using CUI, and that’s well outside the scope of this post.
    • Graphic Background. Despite Autodesk thinking it’s a good idea to hide all the yellow lines in your drawings by giving you a creamy drawing area, many of you will want a black background. To do this, right-click on the drawing area and pick Options… (or just enter OP), then pick the Display tab. Don’t be tempted to choose Color Scheme and set it to Dark, because that just changes the appearance of various user interface elements. Instead, pick the Colors… button. On the left, choose a context you want to change (e.g. 2D model space), choose the appropriate background element (e.g. Uniform background) and choose the particular shade that takes your fancy. There is a Restore Classic Colors button, but that only takes you back to AutoCAD 2008 with its white paper space. If you want a black paper space, you’ll have to specify that individually. When you’re done, pick Apply & Close, then OK.
    • Status bar. Right-click on a status bar button, turn off Use Icons and your text-based status bar buttons will return.
    • Classic commands. If you prefer not to leave the various new palettes on screen all the time, old versions of various commands are still available: ClassicLayer, ClassicXref and ClassicImage. There is also a system variable LAYERDLGMODE, which when set to 0 will make the Layer command work in the old and faster modal way. If you use this setting, you can still access the new modeless layer palette with the LayerPalette command. Going back further, there are command-line methods of these commands: -Layer, -Xref, XAttach, -Image and ImageAttach.

    If you have allowed AutoCAD to migrate your settings (I never do), some of the above will already be done for you, but by no means all of it. Once you’re happy with your new environment, I suggest you save your workspace under a name of your choosing (Save Current As… under the gearwheel button), then export your profile in the Options command’s Profiles tab.

    Revolt of the Revit Ribbon Renegades

    I hesitate to cover this subject because my understanding of Revit is very close to nil. I’m going to cover it anyway, because it relates to the Does Autodesk Listen? theme that I’ve discussed here in the past.

    Revit 2010 has appeared with a Ribbon interface, and many users don’t like it. Some well-known Revit users, including bloggers, former Autodesk employees and Revit founders, have railed against the new release. Autodesk has been accused of ignoring long-standing wishlists and pre-release feedback. Autodesk has (it is said) wasted precious development resources by introducing a badly-designed and poorly-performing pretty new face at the expense of solving long-standing and much-requested improvements to the core product. The main complaint appears to be that Autodesk didn’t do much with this release, other than introducing an interface that doesn’t work as well as the one it replaced.

    All this will sound very familiar to AutoCAD users, but there are some significant differences between the AutoCAD 2009 situation and the Revit 2010 one. First, I think it’s fair to say (even based on my limited knowledge) that the old Revit interface was in some need of attention. It was basically an old NT-style interface that had been left neglected for some years. Revit users may have been mostly happy with the way the interface worked, but the way it looked must have been a bit embarrasing, especially for Autodesk. Second, AutoCAD 2009 left the old interface in place for those people who wanted or needed to use it; with Revit 2010 it’s Ribbon or nothing. There is no transition strategy.

    I’m not qualified to make a judgement on whether the complaints about the usability of the new interface are justified. I should also mention that not every Revit user hates everything about Revit 2010, and there are positive comments from some about the new interface. However, I can say that the anti-Ribbon arguments have been expressed not only passionately, but also intelligently and persuasively. It’s not so much a matter of “change is bad”, but more “this change is bad, and here’s why”. Here are some examples:

    One More Thing…
    One More One More Thing…
    A Well-Intentioned Road Paving
    Don’t Confuse Change with Progress
    Autodesk Bob
    Humpty Dumpty Sat On a A Wall…
    Dear Autodesk
    Revit 2011 – the most significant release EVER

    Some of the threads from the AUGI Revit – Out There forum (requires free AUGI membership sign-up to view):

    Revit 2010 – New Ribbon UI
    1st impression from Revit 2010…
    What is your official opinion of 2010?
    Who do we complain to?
    2009 vs. 2010
    Revit evangelist fatigue

    Finally, here’s a Dilbert cartoon that was somebody else thought was a relevant comment on this situation.

    In a future post, I’ll discuss how Autodesk’s Revit people have reacted to this criticism. Is Autodesk listening? Is it issuing corporate feelgood drivel? Is it circling the wagons and shooting the messengers as they ride by? Or is it doing all of the above?

    AutoCAD 2010 – Will you miss the Menu Browser?

    I’ve closed the poll that asked AutoCAD 2009 users about their MENUBAR setting. It’s very clear that pull-down menus are still very much in use in the Ribboned world of post-2008 AutoCAD. In AutoCAD 2009, an attempt was made to provide access to pull-down menus without sacrificing that strip of screen real estate. That attempt was called the Menu Browser, it was one of the thing you could find under the Big Red A, and it really didn’t work very well. In AutoCAD 2010, the Menu Browser has gone away. The A hasn’t gone away, just the ability to access pull-down menus through it.

    There are some who have expressed a deep dislike of the Big Red A, although it never offended me greatly. I just wished the features hidden under it worked better than they did in 2009. Personally, I generally prefer what’s under the A in 2010 than what’s there in 2009, but you may not. I know that when the 2009 user interface was being attacked, its most prominent defenders were those keyboard-heavy users who turned both the Ribbon and the menu bar off, giving themselves more screen space. On the infrequent occasions when a pull-down menu was required, those people were content to provide an extra click.

    When I found out about the Menu Browser’s death a few months ago, I expected there would be a severe adverse reaction from such people. Maybe there will be one when people hold get the shipping product and notice it’s gone. But after my poll showed only 7% of respondents used it instead of the menu bar, I’m now expecting that adverse reaction to be smaller than I originally thought.

    If you want to use AutoCAD 2010, want to work without a menu bar but still have access to menu items occasionally, what can you do? You can add a button to the Quick Access Toolbar (QAT), or any other toolbar, that toggles the menu bar on and off. Use the CUI command to add such a button.* The following macro will do the job:

    'menubar $M=$(-,1,$(getvar,menubar))

    There are a couple of downsides to this method. First, although this macro has been written in such a way that it should be transparent, it doesn’t currently work that way. When you push the button, AutoCAD will still cancel any command you’re in. Second, the screen resize forces a redraw, which could slow you down in very complex drawings. However, under most circumstances that redraw will still be quicker than waiting for a reaction from AutoCAD the first time you pick the Big Red A. By the way, that reaction time is better in 2010 than the very tardy 2009. As a result, even AutoCAD 2009 users might prefer to use the QAT-button method and forget the Menu Browser ever existed.

    * If there is enough interest, I will do a video tutorial explaining how to add such a button to the QAT.

    AutoCAD 2009 – Do you use the menu bar?

    You may have noticed that I’ve added a poll to find out if the AutoCAD 2009 users among you are using the menu bar (i.e. MENUBAR = 1). I’m also interested in hearing your comments about your usage and the reasons behind it.

    If your menu bar turned on, why? Do you use it all the time or do you just need it for those less-frequently-used commands that you don’t have handy at your fingertips, on toolbars, palettes or the Ribbon? Do you need it because your own custom routines are on menus, or third-party commands? Does the vertical AutoCAD variant you’re using need it?

    If your menu bar is turned off, why? Do you never have any need for the stuff in there? Do you use the Menu Browser instead, sacrificing an occasional extra click for the sake of a permanent strip of screen space?