How to define different scripts where scriptControl defined as a prototype |
DEF Filter1 scriptControl {}, |
DEF Filter2 scriptControl {}, |
DEF Filter3 scriptControl {} |
How to define ROUTE |
ROUTE BackButton1.cc_isActive TO Filter1.set_boolean |
ROUTE Filter1.true_changed TO Back1.set_bind |