PDA

View Full Version : Status Bar


Namroth
02-08-2003, 04:26 PM
How can I hide Status Bar in max I cant hide all tabs, command, time slider but I dont remember how to hide Status Bar.

jadedchron
02-08-2003, 05:00 PM
status bar or the status line?

Namroth
02-08-2003, 05:23 PM
This: I know it is posible but I dont remember.

jadedchron
02-08-2003, 06:48 PM
well the only way i know how to get rid of that is go into expert mode (ctrl + x) then go to Customize > Show UI> and turn off the track view.. and then turn on anything else you might need.

Namroth
02-08-2003, 07:18 PM
statusPanel.visible = not (statusPanel.visible) , I remember now. :bounce:

jadedchron
02-08-2003, 07:20 PM
ah status "panel" :scream: . same results.. i think i'll make yours a button tho. :thumbsup:



Try(If (TimeSlider.IsVisible ()) == False then (TimeSlider.SetVisible True) else (TimeSlider.SetVisible False))Catch()

turns off timeslider.. if only i can find the toggle for the menus then i can have 100% viewport space muahahaha! :buttrock: :airguitar

LFShade
02-08-2003, 10:04 PM
You can simplify the command to toggle the time slider:

timeSlider.setVisible (not timeSlider.isVisible())

CGTalk Moderation
01-14-2006, 09:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.