I spoke too fast. this.source = this.dispatcher = this.document[this.sourceID]; if (this.dispatcher) this.dispatcher.addEventListener(this.eventName, org.apache.royale.utils.Language.closure(this.org_apache_royale_binding_SimpleBinding_changeHandler, this, 'org_apache_royale_binding_SimpleBinding_changeHandler'));
I’m getting errors because this.dispatcher is an object. I’m guessing that JSONReviver is not working properly? > On Nov 29, 2021, at 12:09 PM, Harbs <harbs.li...@gmail.com> wrote: > > I got it compile and work by commenting out all the MX and Spark stuff.