Dotnet Tabs ?

HI!

Im trying to creat tab panels, but is not possible in maxscript.
I ve seen some dotnet code to do that:
http://paulneale.com/tutorials/dotNet/tabControl/tabControl.htm

But the tabs stays quiet when are highlighted. Not as the modifier-zorb script:
http://www.scriptspot.com/3ds-max/scripts/modifier-modifier-zorb

It reacts as it would be, but the code is encripted.

Any solution?
Thanks.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
rodimus111's picture

didnt work

I've tried to insert the fajars code into the paulneale tabcontrol code, but it seems to be some syntax errors.

fajar's picture

maybe you should using case

maybe you should using case of method....

on dn_tabs Selected itm do
(
case itm.TabPageIndex of
(
0:
(
case lastTab of
(
"Modifiers": (removeSubRollout ModModSubRoll x2
)
)

lastTab = "Modifiers"
addSubRollout ModModSubRoll subModifers
)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.