RE: [flexcoders] Accessing and binding to (and from) Application level vars

2006-04-18 Thread Roger Gonzalez
> Hello, I have a couple of questions relating to Application level > access and binding. First off, why can I not bind to a property using > this syntax even if the var is declared [Bindable]?: > > dataProvider="{Application.application.arr_selectedPlans}" > > I get the 'Data binding will not be

[flexcoders] Accessing and binding to (and from) Application level vars

2006-04-18 Thread ben.clinkinbeard
Hello, I have a couple of questions relating to Application level access and binding. First off, why can I not bind to a property using this syntax even if the var is declared [Bindable]?: dataProvider="{Application.application.arr_selectedPlans}" I get the 'Data binding will not be able to detec