[flexcoders] Binding warnings - per instance suppression?

2008-09-05 Thread Richard Rodseth
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}

Re: [flexcoders] Binding warnings - per instance suppression?

2008-09-05 Thread Igor Costa
Try this. http://life.neophi.com/danielr/2006/08/binding_error.html#comments It will help you on that. Regards Igor Costa www.igorcosta.org On Fri, Sep 5, 2008 at 4:05 PM, Richard Rodseth [EMAIL PROTECTED] wrote: I like wiring things together in MXML, and I like having no warnings. Is