As per my understanding you want to store different data for each tree node.
so you can use different shared object for each tree node, otherwise when
you go to new node the old value will be overwrtiten by the new node .

---> Akshar Kaul <---



On Wed, May 25, 2011 at 12:10, Abhilash Nagar <abhlu.na...@gmail.com> wrote:

> Hello vikas,
>
> Thanks for the response.
>
> Saving Vector object data
>
> sharedObj=SharedObject.getLocal("savedData");
> sharedObj.data.savedArray=vectorobjectlist
>
> sharedObj.flush();
>
>
>
> Retrieve same data while edit-
>
>
> sharedObj=SharedObject.getLocal("savedData");
> vectorobjectlist=sharedObj.data.savedArray;
>
>
> Basically this is for one sitetreenode,so when i go to next site tree node
> and return back to this one,i need to reload this data.
>
>
> Thanks
>
>
> Abhilash
>
>
>
> On Wed, May 25, 2011 at 12:02 PM, Vikas Madan <madan.vika...@gmail.com>wrote:
>
>> If possible throw in your code, so that others can have a look at it. What
>> Akshar meant is you might be flushing out the shared object everytime you
>> reload the page or at the initialization of the app.
>>
>> On Tue, May 24, 2011 at 11:11 PM, Abhilash Nagar 
>> <abhlu.na...@gmail.com>wrote:
>>
>>>  Hello Akshar,
>>>
>>> Thanks for the response.Not sure resetting means but this is what i am
>>> doing -
>>>
>>> Once the content is loaded,i save it in the shared object and than again
>>> for that particular tree node i again retrieve it as required.But as i jump
>>> on the next tree node the whole page gets loaded and than again if i revert
>>> back to the old node than the information is lost.
>>>
>>> Please do suggest.
>>>
>>> Thanks.
>>>
>>> On Wed, May 25, 2011 at 11:12 AM, Akshar Kaul <akshar.k...@gmail.com>wrote:
>>>
>>>> shared object should solve your problems. check your code to make sure
>>>> you are not resetting shared objects on loading.that way every time you
>>>> reload you will loose information.
>>>>
>>>> ---> Akshar Kaul <---
>>>>
>>>>
>>>>
>>>> On Wed, May 25, 2011 at 10:38, Abhilash Nagar <abhlu.na...@gmail.com>wrote:
>>>>
>>>>> I tried shared objects but as i reload page the previous information is
>>>>> still lost,so basically on reload i am loosing the information even after
>>>>> using the shared objects.
>>>>>
>>>>> Please do suggest.
>>>>>
>>>>> Thanks.
>>>>>
>>>>> Abhilash
>>>>>
>>>>> On Fri, May 20, 2011 at 10:12 AM, Shalu <shalupoplij...@gmail.com>wrote:
>>>>>
>>>>>> use shared objects
>>>>>>
>>>>>> On May 18, 3:40 pm, Flex based developments <abhlu.na...@gmail.com>
>>>>>> wrote:
>>>>>> > Anyone please suggest how can i maintain sessions in the flex
>>>>>> Thanks.
>>>>>> >
>>>>>> > Abhilash
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Flex India Community" group.
>>>>>> To post to this group, send email to flex_india@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to
>>>>>> flex_india+unsubscr...@googlegroups.com.
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/flex_india?hl=en.
>>>>>>
>>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Flex India Community" group.
>>>>> To post to this group, send email to flex_india@googlegroups.com.
>>>>> To unsubscribe from this group, send email to
>>>>> flex_india+unsubscr...@googlegroups.com.
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/flex_india?hl=en.
>>>>>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Flex India Community" group.
>>>> To post to this group, send email to flex_india@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> flex_india+unsubscr...@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/flex_india?hl=en.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Flex India Community" group.
>>> To post to this group, send email to flex_india@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> flex_india+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/flex_india?hl=en.
>>>
>>
>>
>>
>> --
>> Vikas
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Flex India Community" group.
>> To post to this group, send email to flex_india@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flex_india+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/flex_india?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to flex_india@googlegroups.com.
> To unsubscribe from this group, send email to
> flex_india+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to