thanks sherif but that didn't work. it gave exactly the same result. 
yes, i am assigning in actionscript but what i don't understand is 
that the datagrid shows 

E11RSSFeed.result.rss.channel.item

but then if i click on the button which has the following

click="{pageCall(bottomHTTP.lastResult.rss.channel.item
[LgeRSSGrid1.selectedIndex].link)}"

pagecall just opens the URL

it always takes me to the top article in the xml feed indicating it 
has the feed.

any further help would be appreciated.

leon


--- In [email protected], Sherif Abdou <[EMAIL PROTECTED]> wrote:
>
> are u reassigning in actionScript or mxml?, i am guessing 
actionScript so drop the {} and use the result instead f lastResult
> 
> 
> ----- Original Message ----
> From: leonpidgeon <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Thursday, February 14, 2008 10:31:22 AM
> Subject: [flexcoders] changing the rss to a data grid using the 
http service
> 
> hi
> 
> i have a data grid which i have populated with an rss feed using 
this:
> 
> dataProvider= "{E01RSSfeed. lastResult. rss.channel. item}"
> 
> where E01RSSfeed is an http service and the datagrid is called 
> LgeRSSgrid1 with two columns for pubDate and title. then i want to 
> change the feed to E11RSSfeed but when i try to assign it as
> 
> LgeRSSGrid1. dataProvider = '{E11RSSFeed. lastResult. rss.channel. 
item}';
> 
> the datagrid just displays E11RSSFeed.lastResu lt.rss.channel. item 
in 
> the two fields i have which are pubDate and title.
> 
> anyone have any idea what i am doing wrong or what i can change. i 
> think it's just the display which is wrong as the clicking on the 
> article takes you to one from the new rss feed.
> 
> thanks in advance
> 
> leon
> 
> 
> 
> 
> 
>       
______________________________________________________________________
______________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>


Reply via email to