TabControl in IPlug2 framework

Is it realistic to create a TabControl within the IPlug2 framework.
If so, what is the best parent control?

We are working on container controls on the multitouch controls branch, on master, you can use an IVTabControl and Hide/Show each control on the tabs. You can assign controls to “groups”, to manage that more easily

This is difficult. I would like how it is done in RAD Studio - TPageControl Class
However, thanks for the hint, I’ll keep it in mind.

I did find some things difficult in IPlug 2 but “Hide/Show” was easy.

1 Like

Thank you! I am about the same direction and made an implementation. However, all child controls were placed on the parent panel, and already, depending on the tab index, the visibility of the required panel and its child controls was set.

Indeed, tab index is something you have to keep track of. However, Hide/Show was the way for me to go with the qyooo’s Filter & Envelope & LFO tabs, too. I even used it for the “modal” Details view (here I had to take care of the Target RECT as well…).

qyooo_tabs

qyooo_details