HI Ravi,
You can do this in two ways.

1) You need to set a timer in Flex that will trigger an event for every min
or time interval that u specify.
The triggered event will get the whole result set and from there u need to
the selective refresh.

Selective Refresh:

Just cache your old dataprovider and iterate it and push the updated values
alone and refresh it.

2) In your server side you need have scheduler which will push the updated
results for every time interval (say 1 min) and will fill the UI with your
updated data provider.

Thanks,
Veeru


On Fri, Aug 28, 2009 at 11:41 AM, Ravi <ravindra.cho...@gmail.com> wrote:

>
> Hello Vaibhav,
> thanks again for the reply,
> Yes,i don't want to refresh the whole page,i just want to refresh the
> updated data.
> as you said,just hit the API and get the list of images again from the
> server,but i want to get the updated images
> from server without sending any request to server.It should
> automatically reflected updated data without sending any request.
> Like in cricket score the live score get continuously updated without
> refreshing.
>
> waiting for your reply
>
> regards
> ravi
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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