How to use removeView() ?!

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

Sorry guys,

i can't get anything to work in VSTGUI :(

I want to remove a COnOffButton in setParameter() of my editor class:

frame->removeView( btnSyncLeft, true ) or
frame->removeView( btnSyncLeft, false )

both not working. The button gets locked somehow but doesn't disappear. What else should i call ?!

Thanks in advance and sorry again for all this stupid questions ! :(

Thomas

Post

EagleEye wrote:What else should i call ?!
frame->setDirty()

cheers,
Bart

Post

Hell yes !

Thank you very much !

Post Reply

Return to “DSP and Plugin Development”