rezaali / ofxUI

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

suggestion: ofxUIRadio. values zeroed when loading .xml files with fewer items than actual ones #237

Open dimitre opened 9 years ago

dimitre commented 9 years ago

Sometimes I record presets in xml files, and some radios are directory listing. If I change adding more items to the folder I have to load and save again every preset because values not set in xml use to get the value from the latest preset. Radios should have exclusive values but I know they are a group of toggle buttons. Better yet would be a special widget for ofDirectory, with ability to populate and refresh folder listings :) Thank you

rezaali commented 9 years ago

oh right, i get this, looking into it now.

rezaali commented 9 years ago

@dimitre so this is a problem that is deep, I'm going to re-architect ofxUI to be way more modular and that modularity will solve this issue! Sorry its causing you troubles!