construct and transform menus both open

 From:  Michael Gibson
10063.12 In reply to 10063.11 
Hi Wim, sorry I thought you were talking about placing them somewhere in the regular side pane UI, I didn't know you meant on that dialog box.

Give the updated one a little further down in that thread a try:
https://moi3d.com/forum/index.php?webtag=MOI&msg=9758.3

> I don't see any window formatting in the script, so I presume that the frame adapts
> to the amount of items in a row/column, no?

There is formatting in there - it's set up in a table and every section in between is a table row and then a
is a table cell. So to replace Twist and Tube, those are on line number and 76 in the file, they look like this:
code:
	        <td><moi:CommandButton icon="moi://ui/icons/TwistIcon.png" command="Twist"></moi:CommandButton></td>
                <td><moi:CommandButton icon="moi://ui/icons/PipeIcon.png" command="Pipe"></moi:CommandButton></td>
You can find the regular scale command buttons inside the file Scalings.htm inside MoI's ui sub-folder. Look in there to see what you should put for icon="" and command="" for scale command buttons. - Michael