Notifications
Clear all

[Closed] Hide rollout in object or mod plugin SDK

Is there a was of dynamically hiding a rollout in your plugin?

2 Replies

I know it can be done easily using a IRollWindow, as you can just set the rollouts and remove them when needed. Although, to use this, you will need a Custom Control with the Class of RollUpWindow so they can be added in
Going from this though, how could this be done with Paramblocks ?? As they are automaticly created, is there a way to remove them?

Yes, I would need to keep the data in my Pramblock2.

I just want not to display the rollout in my object plugin on some states. Setting the dialog to not visible do not change it.