PDA

View Full Version : Controlling the display of the Ribbon Menu from command prompt



andy.millard
2010-01-05, 05:14 PM
is there a way to controll the display of the ribbon menu with the command prompt? The way it displays as either panels showing or just the panel title, etc....Is there a system variable for this maybe?

rkmcswain
2010-01-05, 07:57 PM
I don't think so.
This sort of agrees with me....
http://discussion.autodesk.com/forums/thread.jspa?messageID=6295341

However, I'll keep watching this thread to see if someone comes up with something....

rick.21832
2010-01-26, 06:37 AM
is there a way to controll the display of the ribbon menu with the command prompt? The way it displays as either panels showing or just the panel title, etc....Is there a system variable for this maybe?

At the command prompt, try typing: ribbonclose
The ribbon disappears. To get it back, type: ribbon
I suppose you could do it in Lisp: (command "ribbonclose"), etc.

I am not aware of a way to control the "way it displays", in other words, the visible panels, etc., from the command prompt.

Am I missing what you are asking?

rb