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

Re: how to PERMANENTLY AND FOREVER turn off the Navigation Bar and View Cube

5 REPLIES 5
Reply
Message 1 of 6
marcel.vandenoosterkamp
187 Views, 5 Replies

Re: how to PERMANENTLY AND FOREVER turn off the Navigation Bar and View Cube

When opening a 3rd party drawing the navvbar/cube whatever it's called is there in every viewport I activate in paperspace. 10+ yeras down the road after this was asked first and still no solution.

 

Freaking insane. I want them gone, like topicstarter:

 

PERMANENTLY AND FOREVER

5 REPLIES 5
Message 2 of 6

NAVVCUBEDISPLAY => 0

NAVBAR => OFF

Marko Ribar, d.i.a. (graduated engineer of architecture)
Message 3 of 6

Message 4 of 6

Put this in your ACADDOC.lsp and you'll never see the Nav stuff again.

(setq nonav_login (getvar "loginname"))
(if (= nonav_login "YOURLOGINNAME");<--Change "YOURLOGINNAME" to your actual login name
	(progn
		(setvar "NAVVCUBEDISPLAY" 0)
		(command "NAVBAR" "off")
	)
)

 

Message 5 of 6
Sea-Haven
in reply to: deegeeceesG5996

Agree have that in my "autoload.lsp" a lisp that is loaded via Appload "Start up suite", find it easier to have a custom one rather than play with acaddoc.lsp. Think upgrades, just do Appload and save to Start up suite again all done.

 

The autoload.lsp has lots of stuff in it.

Message 6 of 6

I use an initialization lsp that sets support paths and trusted dirs. There's an acaddoc.lsp in the support path with only 2 lines in it for loading a startup lsp. Drag and drop the initialization lsp onto new users PC's and they're all set. Works for upgrades as well.

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

Post to forums  

Autodesk Design & Make Report

”Boost