hoangtaybaokiem1993
New Member
Hi all
I'm trying to update one list property depending on the value selected in another list property. I register to the "another" property changes with obs_property_set_modified_callback, then get the "one" property with obs_properties_get and for the beginnig try to clear the list with obs_property_list_clear, but the list keeps showing old values. What am I doing wrong and is there actually a way to update list properties in script runtime?
I'm trying to update one list property depending on the value selected in another list property. I register to the "another" property changes with obs_property_set_modified_callback, then get the "one" property with obs_properties_get and for the beginnig try to clear the list with obs_property_list_clear, but the list keeps showing old values. What am I doing wrong and is there actually a way to update list properties in script runtime?