Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Switching between 'Use Icons' option

4 REPLIES 4
Reply
Message 1 of 5
eddyrichardson
462 Views, 4 Replies

Switching between 'Use Icons' option

Anybody know the Setenv, Setvar, Registry switch to change the bottom option bar (Snap, Grid, Ortho, Polar etc.) from icons to text please?

 

I know yu can right click and change it there, but I would like to do it when setting up new Autocad upgrades.

4 REPLIES 4
Message 2 of 5
Moshe-A
in reply to: eddyrichardson

Eddy,

 

look inside the following registry key

 

HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\Rxx.x\ACAD-xxxx:xxx\Profiles\StatusBar\Application

 

Cheers

Moshe

 

Message 3 of 5

I found the registry value here:

Profiles / <myprofile> / General / "AppStatusBarUseIcons" =dword:00000000 (0) for off and 00000001 (1) for on.

 

Problem is that:

 

(vl-registry-write

(strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\Profiles\\<my profile>\\General\\")

"AppStatusBarUseIcons" 0)

 

Does not work - any suggestions?

Message 4 of 5
Moshe-A
in reply to: eddyrichardson

Sorry i do not have "Profiles / <myprofile> / General / AppStatusBarUseIcons" key

what autocad version are you using?

 

Message 5 of 5

We are on Autocad Architecture 2012 I've just checked and it's the same for 2011... search your registry for:

"AppStatusBarUseicons"

 

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

Post to forums  

Autodesk Design & Make Report

”Boost