1 | How to define different scripts where scriptControl defined as a prototype |
2 | |
3 | DEF Filter1 scriptControl {}, |
4 | DEF Filter2 scriptControl {}, |
5 | DEF Filter3 scriptControl {} |
6 | |
7 | How to define ROUTE |
8 | |
9 | ROUTE BackButton1.cc_isActive TO Filter1.set_boolean |
10 | ROUTE Filter1.true_changed TO Back1.set_bind |