Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Ribbon vs Classic

  1. #11
    Certifiable AUGI Addict irneb's Avatar
    Join Date
    2007-07
    Location
    Jo'burg SA
    Posts
    4,344

    Default Re: Ribbon vs Classic

    Quote Originally Posted by nextvkin View Post
    As suggested, I now have the ribbon on my other screen but still having my personal UI on the main screen, ie with menubar & toolbars. However I found that when I do a hatch (keyboard command H), the dialog box doesn't come up, but the command line says HATCH Pick internal point or [Select objects/seTtings], and by typing T the dialog box appears. Any way to overcome this, ie without having to type that T option? I know it's a minor thing, but if it can be fixed, great! Thanks.
    Quote Originally Posted by irneb View Post
    ... Only I tend to turn it on/off every time I want to work with hatches, otherwise my i7-SandyBridge + 16GB crashes on my drawings (they're just too complex for that preview hatching).
    I've made a keyboard shortcut for the Ribbon command (set to Ctrl+R), that way I can toggle it on/off quickly before creating / editing hatches.

    Edit: Here's the macro code:
    Code:
    ^P^C^C(command (if (= (getvar 'RibbonState) 0) "._RIBBON" "._RIBBONCLOSE"))
    Last edited by irneb; 2012-05-04 at 07:25 AM.
    Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
    My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!

  2. #12
    Certifiable AUGI Addict irneb's Avatar
    Join Date
    2007-07
    Location
    Jo'burg SA
    Posts
    4,344

    Default Re: Ribbon vs Classic

    Actually, it seems that doesn't need to be done. The HPDLGMODE in 2012 seems to sort out this issue, just set it to 1 instead of the default 2.
    Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
    My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!

  3. #13
    I could stop if I wanted to nextvkin's Avatar
    Join Date
    2007-07
    Posts
    315

    Default Re: Ribbon vs Classic

    irneb, you're a champ! Thanks.

  4. #14
    Certifiable AUGI Addict irneb's Avatar
    Join Date
    2007-07
    Location
    Jo'burg SA
    Posts
    4,344

    Default Re: Ribbon vs Classic

    Glad to help, though I only found out about that setting because of this thread

    It's a much better solution than my previous way of toggling the Ribbon on/off! Now if only I could get at a setting to display the bedit palette & toolbar instead of the ribbon panel in bedit mode (just because I like it better) ... probably need to learn how to use the ribbon panel instead (though I hate it when the wrong panel is displayed when you need it)!
    Knowledge is proportional to experience, but wisdom is inversely proportional to ego!
    My little bit of "wisdom": Hind-sight is useless, unless used to improve the next forethought!

  5. #15
    I could stop if I wanted to nextvkin's Avatar
    Join Date
    2007-07
    Posts
    315

    Default Re: Ribbon vs Classic

    In the same vein, when editing mtext with the ribbon on, the text formatting toolbar does not show up unless MTEXTTOOLBAR is set to 1 (default is 2).

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 18
    Last Post: 2011-05-10, 07:54 PM
  2. 2011: Classic
    By MikeRobinson in forum AutoCAD General
    Replies: 2
    Last Post: 2010-04-23, 04:07 AM
  3. Ribbon or Classic interface: vote here
    By Wes Macaulay in forum Revit - Platform
    Replies: 87
    Last Post: 2009-09-16, 11:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •