tazboy
08-16-2008, 02:11 PM
Here's what I tried:
[Bindable]
public var WrAC:ArrayCollection = new ArrayCollection(
[ {label:"Dude"},]);
[Bindable]
public var WrRbAC:ArrayCollection = new ArrayCollection();
WrRbAC.source = WrRbAC.source.concat(WrAC.source);
I get this error:
1120: Access of undefined property WrAC.
Any ideas of suggestions would be appreciated. Thanks.
[Bindable]
public var WrAC:ArrayCollection = new ArrayCollection(
[ {label:"Dude"},]);
[Bindable]
public var WrRbAC:ArrayCollection = new ArrayCollection();
WrRbAC.source = WrRbAC.source.concat(WrAC.source);
I get this error:
1120: Access of undefined property WrAC.
Any ideas of suggestions would be appreciated. Thanks.