Thread: IPlug - Youlean
View Single Post
Old 04-19-2017, 04:48 AM   #53
Youlean
Human being with feelings
 
Youlean's Avatar
 
Join Date: May 2015
Location: Serbia
Posts: 654
Default

Quote:
Originally Posted by Soundbytes View Post
I would expect that by using the IControls interface for the ControlGroup you could streamline things quite a bit.
An Example: To hide a ControlGroup You would just call the IControl::Hide() method which in turn called Hide() for all included Controls and Control Groups. These could of course be held in the same container.
Indeed but there are some problems. You can set Draw RECT and target RECT directly by pointer and that wouldn't move connected IControls and this could be a problem. I will think about that. BTW, you can do the same with IControlGroup now...
Youlean is offline   Reply With Quote