Hi,

Do you want to refresh complete page or its a datagrid that you are
trying to refresh.

If its a datagrid, then just check out the link below.
                     
http://blog.flexexamples.com/2009/01/31/creating-an-auto-scrolling-datagrid-control-in-flex/

for complete application to refresh, you can use :
                      Application.application.invalidateDisplayList()

for a certain component you can use:
                    myCompontnt.invalidateDisplayList()

Regards,
Sunny

On Aug 27, 4:01 pm, Ravi <[email protected]> wrote:
> Hello all,
> thanks for the reply,
> But i want to refresh the page automatically when data get updated.
> Like if we chane anything in admin site then we need to refresh the
> userend to reflect the changes.
> but i want to refresh it automatically once data get updated..like
> live cricket score
>
> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to