Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3ds® Max® / MaxScript / Removing Rollouts from current Window
  RSS 2.0 ATOM  

Removing Rollouts from current Window
Rate this thread
 
19424
 
Permlink of this thread  
avatar
  • Location: Eugene, Oregon
  • Total Posts: 74
  • Joined: 26 August 2006 02:43 AM

Hi all,

I seem to be stuck here on some ui Creation.

I have a base rollout that has several subrollouts inside of it.

I am using buttons to add other defined rollouts in to the subrollouts of the main window, They load up fine but i am stuck in trying to remove them from the window once i am done with them..

I have tried both the removeRollout and the removeSubRollout command…

all of which just return OK

is there another command that i am missing somewhere?

Thanks



Replies: 0
avatar

FWIW, I seem to be having the same problem.  If you have found any solution since you posted this, please post it.  I can’t seem to find an analogous “DestroyDialog” command for rolloutFloaters.  And the closeRolloutfloater command doesn’t seem to do anything to my rolloutfloater.

Thanks!



Replies: 0
avatar

Nvmd.  I got it to work with this line:

try (closeRolloutFloater MYROLLOUTFLOATER) catch ()

Though I swear I tried that before.  Oh well, can’t complain.



Replies: 0