I like wiring things together in MXML, and I like having no warnings. Is
there any way to suppress binding warnings on a per-line basis?

In the following case, "module" and "services" really aren't going to
change:

   <controller:MyController id="controller" hostContainer="{this}"
services="{this.module.services}" />

The references are interfaces, and using custom events, I can add binding
support to those interfaces, but it's a bit unnecessary. I suppose I could
also set controller.services in a Script block, but I'm not crazy about that
either.

Reply via email to