hello akshay, I have also faced this issue, the problem is, if u cange the proprties of the objects, inside the array collection, binding doesnt fires. to make it work the ready made solution is to use
objArrayCollection.refresh(); after u have done some changes with the elements within array collection, it fires collection change event. or objArrayCollection.dispatchEvent(new CollectionEvent (CollectionEvent.COLECTION_CHANGE)) Hav yu pushd the raw object in the array collection ?? good practice is to use a custom class with the required properties and dont forget to make it bindable, then u will see that binding works as usual. You can also check Delhi Flash/Flex group @ adobe groups. Njoy..:) Vaibhav. On Mar 12, 8:28 pm, HISSAM <[email protected]> wrote: > The change event is for the selection change of an element in the array > You got to use a flag when changing the complete array > > Is it clear?? > > On Thu, Mar 12, 2009 at 4:16 AM, akshay <[email protected]> wrote: > > > Hi all, > > I have loaded one swf file into my application in that loaded > > application i have handled Collection Change event but the problem is > > that when i change the array collection object into my application > > where i hv loaded it.. it is not generating the Array Collection > > change event .. What is the problem ?? Where am i doing wrong ?? > > Pl help me .. Pl give me idea.. > > Thanks and regards > > Akshay > > -- > ----------------------------- > Regards, > HISSAM, > ------------------------------ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

