Hi; 

here is an example of implementing a poll in a flex app which I found
searching around

the net. I also will be implementing something like this soon so I
thought I would give

 look.  I hope this helps.

regards.

Brian

 

 

From:
[EMAIL PROTECTED]
hoo.com
[mailto:[EMAIL PROTECTED]
roups.yahoo.com] On Behalf Of caffeinewabbit
Sent: Monday, February 04, 2008 11:52 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: RSS feed update

 

If it's traditional RSS content, then you'll have to add some sort of
polling to the system that checks for changes in the feed over a
certain interval. RSS is not push technology, so your client has no
way of being notified when or if the feed updates.

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "hworke" <[EMAIL PROTECTED]> wrote:
>
> 
> Hello,
> 
> I am populating a datagrid from a RSS link.
> My grid is updated only if I manually
> (with a button click event) resend the
> httpservice request. How can I update
> the datagrid as the RSS content changes 
> without sending the HttpService manually?
> 
> Thanks
>

 

Reply via email to