I have a custom component on which I have bound an array collection to o开发者_运维问答ne of its proeprties:
As you may know, ActionScr开发者_StackOverflow社区ipt allows you to mark a variable as [Bindable], causing any changes to that variable to have immediate effect all over your application. Pretty neat.
I tried using filterFunction not get any results, check out this example: [Bindable] publicvar SearchLoadlistOneDP:ArrayCollection;
I would like to have a text field whose value always reflects that of a certain field in a given object. I thought Bindable might be the way to do this. However, using the following example:
I have implemented a back-end for my application in Groovy/Gradle, and am now trying to implement a GUI.
I am using flex SDK 3.5. I have model.as and in it i have an ArrayCollection (name it arr_mod) which is Bindable.
I have a custom ActionScript class: package EntityClasses { import mx.collections.ArrayCollection; [RemoteClass(alias=\"tkatva.tt.entities.CompanyInfo\")]