Re: Binding question/issue

2020-05-18 Thread Nicolas Aguttes
Hello Greg, Thanks for your answer. I will test that. Nicolas Le lun. 18 mai 2020 à 13:48, Greg Dove a écrit : > > There's a few things to take note of here. > > 1. If you are binding to a static constant in another class, you need to > reference it via the other class (even if it is in ancest

Re: Binding question/issue

2020-05-18 Thread Greg Dove
There's a few things to take note of here. 1. If you are binding to a static constant in another class, you need to reference it via the other class (even if it is in ancestry). This is the same as actionscript. That means importing the class inside a script block. You don't need to use member acc