rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
518 stars 202 forks source link

Function addToggle on ofxUIRadio not working after the widget has been added to the canvas #216

Open amicoleo opened 10 years ago

amicoleo commented 10 years ago

I'm trying to add a new toggle on a ofxUIRadio element after it had been added to the canvas but it doesn't work. I thought that was a design choice, but I've noticed is possible to use addToggle on ofxUIDropDownList even after the widget has been added to the canvas.