when u assign value to shared obj, SObj.data.xyz = "XYZ"; try using .flush() method, u may b abl 2 solv ur prob. SObj.data.xyz = "XYZ"; SObj.flush(); -- Regards,
neha On Apr 22, 9:36 pm, sankar swaroop <[email protected]> wrote: > Hi friends, > > I am using shared object in my application. > I am moving data through shared object from main application to a custom > component which is used in the main application. > Every time when i click tree the shared object should be updated with tree > node id and based on the tree node id > the data in the custom component datagrid should be changed. > > But the problem is the shared object is not updating and the grid is showing > the same data when i click the other > nodes in the tree. It is working fine for first time. But in main > application it is showing the tree node id every time > in Alert.show(sharedObj.data.ObjectId.toString()); But the updated value is > not reflecting into custom component > > Plz friends help me to solve this problem. > > Thanks in advance > > Bye....... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

