I've developed a component which is a combination of a few items (canvas, labels, etc...) but when I try to bind it to a variable such as : {stationXML.getItemAt(1).AAA.@value}, it doesnt work. Before I combined all the items in a component, they were all in the main MXML file at which time they worked.
Not sure if it matters, but the "stationXML" arraycollection variable is declared inside the file "Station.as".
Any ideas?