[Closed] Tabs Render scene dialog ?
Hey guys, I’m I missing something or there’s no way to create tabs like in the renderscenedialog or the environment dialog? I’ve created tabs by using Bobo’s snippet with dotnet tabs but I feel it’s not quite the same
Thanks!
I think not David, that is the method I’m currently using, it uses a dotnet tab control to fake things up by removing and adding subrollouts when the user clicks on different tabs, but if you see the render scene dialog, even the UI is different, you can see the actual tabs being drawn and they have two rows…
AFAIK those are SDK controls, not Dotnet tabs, and while the existing ones are somewhat accessible I don’t think there is any way in maxscript to create new ones.
There is however a way to create more than one line in the dotnet tabcontrol:
http://msdn.microsoft.com/en-us/library/system.windows.forms.tabcontrol.multiline.aspx