Filter callbacks not working am I missing something?
-
So the combobox makes changes to the filter but wont print to console am I missing something? video below...
-
@Felix10870 - you cant use script callbacks as well as interface assignments -- as you have here,
You can either assign controls using the interface, OR write script based call backs.. not both.
-
@Lindon You can essentially do both now using broadcasters instead of control callbacks
-
@d-healey said in Filter callbacks not working am I missing something?:
@Lindon You can essentially do both now using broadcasters instead of control callbacks
yes - but I didn't want to introduce a 3rd approach before he has the first two (and esp. the scripting version) down.
-
@Lindon thank you...