If you are just trying to embed the content from the existing example in your 
own app, you could just copy the CardPane element and its contents into your 
accordion. You'd just need to move the contents of the RSSFeedDemo#initialize() 
method somewhere else. You'll also need to copy the RSSItemRenderer class and 
set the xmlns:rss prefix in the BXML file to point to the appropriate package.
G


On May 25, 2011, at 11:39 AM, noobmike wrote:

> Hello Experts! 
> 
> Im having trouble putting an RSS feed into my App. I have the example from
> the demos working fine, but I cant incorporate it into my existing
> dashboard. Essentially I have what I call a dashboard, it is a window that
> has many panes located around it. In one particular pane I want to put the
> RSS feed, as one of the many "functions" on my Dashboard. 
> 
> Where I have it and preferably want it is on the right side of a split pane.
> When I started experimenting with the RSS feed and putting it into my App, I
> tried putting it into an accordion like so: 
> 
> <bxml:include bxml:id="RSSPanel" src="rss_feed_demo.bxml"
> Accordion.headerData="RSS Feed"/>
> 
> anyone familiar with the RSS Feed Demo on the Apache Pivot site, knows that
> it opens in its own window, which obviously wont work when having an
> accordion as its parent. 
> 
> So I guess Im asking if this can even be done, and if so any ideas? 
> 
> Thanks. 
> 
> Mike. 
> 
> --
> View this message in context: 
> http://apache-pivot-users.399431.n3.nabble.com/Incorperating-an-RSS-Feed-into-my-App-tp2984754p2984754.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to