Another alternative UI

 From:  Michael Gibson
1521.43 In reply to 1521.42 
Hi Nick, so for inside mode the scene browser is defined by a tag at the bottom of the other palettes. That custom UI is probably missing that, but if you add it in it should work.

To find what you need to add, go to the default UI file SidePane.htm and go near the bottom, there is a piece of it that looks like this:

code:
<div id="SceneBrowserContainer">
     <some content inside of it>
</div>


That's the piece you want to copy into the same location near the bottom of the customized UI's side pane.


> While I'm at it, is there a way to put the close/minimize/maximize
> buttons in the default Windows location (upper right)?

Yes, they should go there if you change the position of the side pane (under Options > General > Side pane position) to the right-hand side instead of the left-hand side.

They're currently part of the top of the side pane so they move along with it.

It could be possible to further customize that custom UI to put them along the upper bar though, to do that go find the file named SidePaneHeader.htm from the default UI and there are some tags in there labeled <moi:WindowControlButton> which are the definitions of those close buttons, put those in the file for that custom top bar.

Basically, there is not any nice "just check a button" method for doing what you are asking for, but it is possible to do it by some further editing of the UI files.

- Michael

EDITED: 1 Mar 2011 by MICHAEL GIBSON