Notifications
Clear all
[Closed] Dynamic rollouts – hide them C++
Oct 16, 2015 10:46 am
static ParamBlockDesc2 geo_typein_blk ( geo_type_in, _T("GeosphereTypeIn"), 0, &gsphereDesc, P_CLASS_PARAMS + P_AUTO_UI,
//rollout
IDD_GSPHERE3, IDS_KEYBOARD_ENTRY, **->HERE<-***, APPENDROLL_CLOSED, NULL,
This is for an object plugin
So, looking at the settings for making a rollout
BEGIN_EDIT_CREATE <- shows on creation panel only
0 <- show on modify panel
plus others
BEGIN_EDIT_MOTION
BEGIN_EDIT_HIERARCHY
BEGIN_EDIT_LINKINFO
BEGIN_EDIT_SHAPE_NO_RENDPARAM
I would like to hide some when in the create panel and dynamically hide some at time to time?
Any thoughts on how you do this?
Thanks
1 Reply