Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AutoCAD 2015 Status Bar Icons

80 REPLIES 80
Reply
Message 1 of 81
cad-pe
30995 Views, 80 Replies

AutoCAD 2015 Status Bar Icons

How are the Status Bar Icons change to text? Such as the Grid, Snap, etc. icons/

80 REPLIES 80
Message 2 of 81
Alfred.NESWADBA
in reply to: cad-pe

Hi,

 

is not available any more.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at ... blog.hollaus.at ... CDay 2024
------------------------------------------------------------------------------------
(not an Autodesk consultant)
Message 3 of 81
cad-pe
in reply to: Alfred.NESWADBA

Again, I'm disappointed with Autodesk.

 

Thank you for the information.

Message 4 of 81
Alfred.NESWADBA
in reply to: cad-pe

Hi,

 

it was hot discussed, at least for me - wanting to have all (inlcuding new) icons visible - a switch to text would not be possible for a display width of 1920 pixel 😉

E.g. for Map3D (that has also it's own icons) it looks like that:

 

2014-03-29 21-10-39.png

 

Really no space left for switching to text.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at ... blog.hollaus.at ... CDay 2024
------------------------------------------------------------------------------------
(not an Autodesk consultant)
Message 5 of 81
cad-pe
in reply to: Alfred.NESWADBA

Icons do take less space. I wrote a little LISP routine that adds the Dimlfac, Dimscale, and TextStyle to the left of the coordinates. It takes up more space, but very usefull.

 

I'll guess I'll live with the Icons. It's a relearning process.

 

Here are the modemacro LISP routines...

 

; SDDON.LSP - Turns on status line variables for Dimlfac, Dimscale, and TextStyle

(defun c:sddon ( )

 (command "_modemacro" (strcat "Dimlfac= $(getvar,dimlfac) " (strcat "Dimscale=$(getvar,dimscale) " (strcat "TextStyle=$(getvar,textstyle) "))))
) ;defun

 

; SDDON.LSP - Turns on status line variables off
(defun c:sddoff ()
 (command "_modemacro" ".")
) ; defun

 

Message 6 of 81
cad-pe
in reply to: Alfred.NESWADBA

To add space in the Status Line, I right-click on a Layout Tab and click on "Dock above Status Bar" at the bottom of the window that pops open.

Message 7 of 81
Alfred.NESWADBA
in reply to: cad-pe

Thank you, reduces the area by one line, but may help when you have a lot of layouts.

 

At least what I see as mistake with that: if you have switched on a lot of icons and then reduce the width of the application window (e.g. when you leave the office with a big second monitor and you have to work at home at the small notebook display) the button for adding/removing the status-bar icons is moved out of the accessable area. The better option would have been to fix the position of that specific button which configures the visibility of the icons.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at ... blog.hollaus.at ... CDay 2024
------------------------------------------------------------------------------------
(not an Autodesk consultant)
Message 8 of 81
w64bit
in reply to: cad-pe

Very good lsp.

Thank you

 

Message 9 of 81
CrystalPearson
in reply to: cad-pe

This really bugs me too. 😞 I understand saving space, but it should still be an option for us Vanilla CAD users.
Message 10 of 81
paullimapa
in reply to: cad-pe

Do you know if there's a command line of system variable that can toggle the docking of the Layout Tab position?


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 11 of 81

Hi,

 

>> system variable that can toggle the docking of the Layout Tab position?

The sysvar is STATUSBARORIENTATION

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at ... blog.hollaus.at ... CDay 2024
------------------------------------------------------------------------------------
(not an Autodesk consultant)
Message 12 of 81

Thanks!!!!


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 13 of 81
SeanMacOz
in reply to: Alfred.NESWADBA

That's why I have 3 monitors at home, work harder 🙂

Message 14 of 81
Steve_Johnson
in reply to: SeanMacOz

Actually, Autodesk does not even have the excuse that text labels take more space than icons. While it was true prior to 2015 that status bar icons took less space than their text equivalents, the 2015 icons are larger than in earlier releases (now 24 pixels wide). It would have been quite possible in 2015 to provide text-based buttons with 2 or 3 characters each that took up no more width than the new icons; some of the 2-character text buttons in prior releases are only 20 pixels wide. In any case, on the average CAD user's monitor there is still plenty of width available.

 

There's no valid technical reason for removing the text option for these icons, it's a case of "we know best, you don't really need text" and "look how pretty it is now".

Steve Johnson - blog nauseam - ClassicArray
Message 15 of 81
jdavis417
in reply to: Steve_Johnson

When "a picture is worth a thousand words" (most of them non-repeatable here), why do I need a picture to express ONE word?  LOL

 

I'm kinda joking since I realize that they're adding buttons for new stuff that isn't easily expressed in one word.  I have embraced Paper Space, Dynamic Blocks, Annotative text and blocks and even the Ribbon and actually like them so I guess I'll get used to this too.  I am reminded of Red Green's "Man Prayer", though...

"I'm a man,

but I can change,

If I have to,

I guess."

😉

Message 16 of 81
KimBruns
in reply to: Steve_Johnson

I agree Steve, at least give us the option.

 

Why not have the option to be able to toggle each icon independently to either text or icon.

 

Kim


Product Design Suite 2016
Windows 7 Professional x64
Intel Xeon E31270 @ 3.4GHz
16GB RAM
NVIDIA Quadro 2000
Message 17 of 81
rkmcswain
in reply to: Steve_Johnson

Steve_Johnson wrote:

There's no valid technical reason for removing the text option for these icons, it's a case of "we know best, you don't really need text" and "look how pretty it is now".

I agree with you Steve.
R.K. McSwain     | CADpanacea | on twitter
Message 18 of 81
Ron-C
in reply to: Steve_Johnson

I actually think Autodesk has run out of new ideas that would actually benifit users !

Now they are just changing appearances, icon colors (or lack of)

But in doing so,,,,,,,,,,have created problems with displays and video drivers.

I may go back to 2014.........unless they make some quick major changes to what all the users

here have reported to them !

 

My  2Cents !

 

Ron

Message 19 of 81
rkmcswain
in reply to: rkmcswain

Here is a known issue related to the new status bar:

http://forums.autodesk.com/t5/AutoCAD-2013-2014-2015/2015-Status-Bar-issue/td-p/5012134

R.K. McSwain     | CADpanacea | on twitter
Message 20 of 81
dgorsman
in reply to: Ron-C

Change takes work.

Work takes money.

Doing nothing would cost less than doing something.

Spending money for nothing is not a good business decision.

 

Ergo, this is not change for the sake of change.

 

Just because we don't understand or approve of the rationale doesn't make it invalid.

----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.


Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost