Datagrid help and RSS feed

I am trying to get rss/xml into a datagrid. I am having trouble getting the feeds into the cells, the DataProvider is wrong?
function loaderCompleteHandler(event:Event):void {
    var rssXML:XML = new XML(loader.data);
    var pubCol:DataGridColumn = new DataGridColumn("puDate");
    pubCol.width = 150;
    var titleCol:DataGridColumn = new DataGridColumn("title");
    titleCol.width = 300;
    var myDP:DataProvider = new DataProvider(rssXML);
    aDg.columns = [pubCol, titleCol];
    aDg.width = 450;
          aDg.rowHeight = 40;
    aDg.dataProvider = myDP;
    aDg.rowCount = aDg.length;

Yes, but you should be still able to initialize it from an XML: http://help.adobe.com/en_US/ActionScript/3.0_UsingComponentsAS3/WS5b3ccc516d4fbf351e63e3d1 18a9c65b32-7fce.html
import fl.controls.DataGrid;
import fl.data.DataProvider;
var aDg:DataGrid = new DataGrid();
addChild(aDg);
var employeesXML:XML = 
    <employees>
        <employee Name="Edna" ID="22" />
        <employee Name="Stu" ID="23" />
    </employees>;
var myDP:DataProvider = new DataProvider(employeesXML);
aDg.columns = ["Name", "ID"];
aDg.dataProvider = myDP;

Similar Messages

  • How can I import my bookmarks and RSS feeds from Flock?

    I just switched over from Flock because it's too sluggish to use anymore. How do I import all my bookmarks, passwords, and RSS feeds? If I have to do it all by hand, I'm going to cry.
    Also do I need a separate RSS reader to get my feeds in a nice list like Flock does it? I don't really get how Live Bookmarks are supposed to work.
    Thanks. I used Firefox before moving to Flock, so hopefully switching back won't be too painful.

    Hm. This was somewhat helpful. I got my bookmarks moved (although now that I see how many of them I had backed up, I'm not sure that was a good idea).
    Still trying to figure out the passwords... I have my Flock profile folder and my Firefox profile folders open... it looks like I need to copy the key3.db file and the signons.sqlite file from the Flock folder to the Firefox folder, does that sound correct?
    As for the RSS feeds, it looks like I'll need an external reader to make any use of the .OPML file that Flock exported for me. I'm still not really clear on how Live Bookmarks work, exactly. I see how to create and manage them, I just don't get how they function day to day. I have a ridiculous number of RSS feeds, some of which still have half a hundred posts I'm working my way through.
    Any recommendations for a good Firefox compatible feed reader?
    Thanks!

  • IWeb 08 and RSS feeds on godaddy

    Hello friends - I am setting up a website to be hosted on godaddy. I had no problems uploading the site using easyiwebpublisher. However, I want to use the blog function. I set up the blob on iweb and I can read them on the site, but when I click the "subscribe to RSS" link on my page it says:
    "The page you tried to access does not exist on this server. This page may not exist due to the following reasons:
    You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.
    The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.
    The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation."
    Any help on how to get the RSS feed to work w/o mobileme?
    I understand it may not work without MobileME but I wanted to know if anyone has a workaround.
    One more bit of data:
    When I publish to folder the pop-up has me enter the URL for my site because "iWeb uses the URL to provide an RSS feed for your blog."
    Does that mean I put http://www.weirdfantasy.com/ or should I put the URL for my RSS feed page? http://www.weirdfantasy.com/WeirdFantasy/News/rss.xml
    I put http://www.weirdfantasy.com/ and I get the error message.
    Jawko -out...

    If I upload the index.html that isn't in the sitefolder, won't it just overwrite the one in the sitefolder?
    No. You can't overwrite something inside a folder with something you put outside the folder. It is normal for there to be an index.html in both places in an iWeb site.
    I just did that using the godaddy FTP uploader and now I can't get to my homepage. Says it can't be found.
    I recommend that you never use the uploader provided by a host, as they often result in things not being uploaded correctly. Instead use a real ftp app.

  • Help with RSS feed in home page

    I'm trying to place an RSS feed in my home page. I've
    followed this Dev
    Center guide:
    http://tinyurl.com/ewbdv
    I've gotten everything to work perfectly locally. However,
    when I upload
    the files it won't work online here:
    http://tinyurl.com/ootyn
    The error I receive is:
    Could not find the ColdFusion Component
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    Please check that the given name is correct and that the
    component
    exists. The error occurred in
    C:\domains\burnettcom.com\wwwroot\home.cfm: line 28
    26 : <!--- XSL Transformation --->
    27 : <cfinvokeargument name="xml"
    value="
    http://www.burnettcom.com/blog/?feed=rss2">
    28 : <cfinvokeargument name="xsl"
    value="headlines.xsl">
    29 : </cfinvoke></div><!---end posts--->
    Instead of the path
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    shouldn't it be
    burnettcom/includes/MM_XSLTransform/MM_XSLTransform.cfm
    This is the only thing that I can see that would be wrong.
    Can anyone help me to get this to work online?
    Thanks in advance.

    Thanks A3gis, I just got that part working. I've configured
    it to
    display the title and date for each post.
    The only problem is that the date appears as:
    Tue, 18 Jul 2006 04:38:07 +0000
    I would prefer the date to appear as:
    July 18, 2006
    or
    6.18.06
    Does anyone know how to make this work?
    P.S. Here's the xls file:
    P.S. my XSL fragment is:
    <?xml version="1.0" encoding="iso-8859-1"?><!--
    DWXMLSource="
    http://www.burnettcom.com/blog/?feed=rss2"
    -->
    <!DOCTYPE xsl:stylesheet [
    <!ENTITY nbsp "&#160;">
    <!ENTITY copy "&#169;">
    <!ENTITY reg "&#174;">
    <!ENTITY trade "&#8482;">
    <!ENTITY mdash "&#8212;">
    <!ENTITY ldquo "&#8220;">
    <!ENTITY rdquo "&#8221;">
    <!ENTITY pound "&#163;">
    <!ENTITY yen "&#165;">
    <!ENTITY euro "&#8364;">
    ]>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="
    http://www.w3.org/1999/XSL/Transform"
    xmlns:wfw="
    http://wellformedweb.org/CommentAPI/"
    xmlns:content="
    http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="
    http://purl.org/dc/elements/1.1/">
    <xsl:output method="html" encoding="iso-8859-1"/>
    <xsl:param name="ItemsPerPage" select="10" />
    <xsl:template match="/">
    <xsl:for-each select="rss/channel/item[position()
    &lt;= $ItemsPerPage]">
    <xsl:sort select="dc:date" order="descending" />
    <p>
    <a href="{link}"><xsl:value-of select="title"/>
    </a><br />
    <xsl:value-of select="pubDate"/>
    </p>
    </xsl:for-each>
    </xsl:template>

  • IWeb, Podcasts, and RSS feeds

    http://web.mac.com/realityramble
    So I feel like I made a grave error in choosing iWeb to create and .mac to host my podcast. After creating the podcast page in iWeb and publishing it to .mac and the iTunes Music Store, I noticed that the podcast didn't have artwork when you find it in ITMS like it should have. I emailed ITMS and they replied that I have to manually update my RSS feed. No problem, except...
    I've no idea how to do this! I know what to change and all that to add the artwork that should be there as well as the ITMS search keywords, but I have no idea where to find my RSS feed on my computer so that I can update it. ITMS email help told me to do a spotlight search on my computer but I can't find it anywhere.
    iWeb doesn't tell you where the website is saved on your computer and I can't find it for the life of me.
    Does anyone know how I can manually update my RSS feed? Again, I've found the page that tells me how I'm supposed to change the feed and I know what to do once I find it, but I can't find the bugger!
    This seems ridiculous, and creating your site on iWeb is supposed to be the easy and fool-proof method, but it's really not and I'm really frustrated.

    Hi Keith
    You need to look in your iDisk (if you don't have it mounted go to System Prefs > .Mac > iDisk, and wait till it's synchronized).
    Your RSS.xml file will be in a subfolder of your Web folder - open it in TextEdit, make your changes and Save.
    It worked for me http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=167005059
    Dual 2.3 GHz PowerPC G5   Mac OS X (10.4.7)  

  • Safari issues with at least two sites and RSS Feeds broken

    Greetings all. This is my first time posting on here, I'm also a new(er) Apple user. Finally switched from the dark side. Love the Macbook, but after so many years with a PC, I am definitely not within my element on some things. Here are my two issues:
    1. On Safari (and Firefox incidentally) if I go to msnbc.com or yahoo.com I get a dysfunctional appearance. msnbc.com simply doesn't load except the outer frames. The inner content doesn't load at all. They have redesigned their site and I still only get the outer frame from the old design. On yahoo.com, it simply gives me a very bland, generic front page and tells me to upgrade to a more current browser. I'm running the most current Safari. Don't know what's wrong. I get some challenges on some other sites i visit, but nothing specific comes to mind - except maybe flash driven applications - heavy flash. They run slow or not at all.
    2. I love(d) RSS feeds in Safari. All of a sudden they stopped working. It still shows unread messages - which I cannot clear - and will not load any new messages. If I try to read a feed, it gives me a error page - similar to a non-existent page/link. Not sure how to fix this.
    With the first issue, being relatively new to Apple, etc, I honestly don't know if I selected some weird setting unknowingly that is causing my problems or not, etc. Don't know if I caught a virus, bug, etc. Wouldn't know how to find out if I did.
    Anyone that is patient, intelligent with Apple and doesn't mind helping out a stupid new Apple user. :o) VERY MUCH APPRECIATED IN ADVANCE!

    All companies are out there to make money, however much they try to disguise the fact.
    GoldenShoes is partly right. However, not all sites are deliberately designed to just work in IE and Firefox; a lot of developers simply don't realise their code (or parts of it) is not functional in other browsers because at least 90% of the world's population use IE or FF. In other cases, it's just not economically viable to cater to such a tiny percent of the Internet-using population (besides, what would all those people that want to be 'different' do?!
    You might want to try contacting those companies and telling them of your problems - after all, they are losing business by doing this and they may be unaware.
    The other part of the argument is that FF, and IE especially, let a lot more 'bad', invalid code though to cater to their users. Opera and Safari don't really do this as much, and there is a lot of cross-browser incompatibility.

  • Help - Changed RSS Feed

    I was hoping someone could help me with this issue I have.
    I have been using Libsyn for about 1 year to push my RSS feed to iTunes. It worked like a champ. My website is www.bowcast.com and my RSS feed was www.bowcast.com\rss.
    Recently, I have redesigned my website and moved it to a new server. My website is working fine. I re-submitted my RSS feed to iTunes about 10 days ago (new feed - http://www.bowcast.com/index2.php?option=compodcast&feed=RSS2.0&nohtml=1). I have the following issues:
    1) iTunes has not been updated. It still has the old RSS feed, and my users are getting an error that the "old" RSS server could not be found (which makes sense because I have moved it. Therefore, my latest episodes are available on my new site, but not in iTunes.
    2) I actually want the "old" iTunes submission (i.e. the old artowrk that I submitted over a year ago) to be taken down and the new RSS feed with the new artwork be posted.
    Does anyone have any idea what I could be missing? I contacted Apple support and they suggested I start here.
    Any help you could provide would be greatly apppreciated.
    aroney

    It still has the old RSS feed, and my users are getting an error that the "old" RSS server could not be found (which makes sense because I have moved it. Therefore, my latest episodes are available on my new site, but not in iTunes.
    By submitting a new URL to iTunes (if you become approved) you have in effect created a duplicate listing in the Store of your podcast. The new URL doesn't have any connection with your previous listing . . . so your old listing will be the way it is forever, unless you still have access to Libsyn or you send in a request to get the listing removed. Also, none of your old subscribers will know about your new listing unless they specifically go looking for it.
    It looks like what you wanted/should have done was to put in a redirect in your Libsyn feed so that you didn't lose any subscribers, and didn't create a second listing in the store. I would still recommend trying this if your new listing hasn't shown up and if you still have access to Libsyn.
    As for your second question, when/if your new feed is approved, it will contain your new artwork and any new elements you have put in your feed.

  • Rules and RSS Feeds

    Is it possible to apply rules to RSS articles (such as "If message type is RSS Article and content contains [phrase or word] then move to trash")?
    My attempts to do this with the RSS articles in Mail have been unsuccessful...

    I agree. That is not correct. I have a rule that runs on my RSS feeds, but I can't seem to get it to run automatically. I have to force the rule to run and then it works ok. Of course if I have to do that, there isn't much reason to have a rule. Any help??

  • Belle update and RSS-feeds

    How put rss-feeds to widget or shortcut as it was in Anna ?
    I have x7-phone

    I have provided some steps below that may help.
    Step 1 – Try completing a soft reset on the device. I have provided the instruction in an article below:
    Power off the device and remove the battery
    http://support.vzw.com/clc/devices/knowledge_base.html?id=33747
    Step 2 – Remove the widget and icon off the devices home screen and clear out the data and cache. I have provided the instruction article below:
    Clear data, Clear cache (if applicable), and Clear defaults
    http://support.vzw.com/clc/devices/knowledge_base.html?id=34831
    Step 3 – Put the device into safe mode. Safe mode is a method that allows the device to run without non-essential applications. This is beneficial for troubleshooting 3rd party applications. I have provided the instruction in an article below:
    http://support.vzw.com/clc/devices/knowledge_base.html?id=34184
    If it works correctly in safe mode, there may be a application not native to the device causing the issue

  • Business Catalyst Help | Create RSS feeds

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/add-content-rss-feed.html

    Thank you for the fast reply, Mario!
    I did look at the blog details page as the help page indicated and i did have the RSS check box checked, however under the Site Settings the RSS page had no channels in it. So I had to create a new channel so I can have a link to the blog RSS. When I created the chanel and selected to populate it with BLOG POSTs it gave me that ugly 2 box fields where you move the blog posts from left box to the right box. So essentially you have to do this for the blog posts as well. Unless I'm missing something but I spent almost an hour trying to figure this out in the Admin. Whcih is a rediculous amount of time to spend on something that comes pre-built to any other system.

  • Dreamweaver and RSS feed

    Hi,
    I want to integrate rss so I found that there is an rss dreamfeeder but it not free. does someone knows a free solotion to integrate with dreamweaver to do the RSS stuff?
    thanks a lot !
    juan

    This article may help:
    http://apptools.com/phptools/xml/
    and here's a list of way methods of RSS integration
    http://www.bigresource.com/PHP-Integrating-RSS-feed-into-a-website--lEiyrFk2.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • System Update and RSS feeds don't work (or "no news is good news")

    My Moto Droidx upgraded itself to Android 2.2 and since then, the RSS feeds I had are not showing any new entries. Checking the underlying websites shows that new entries have been made.
    Any attempt to create new Moto or Andrioid RSS news widgets comes back with an error (of course it just says "error" with no number or explanation).
    Has anyone else seen this?   Is there some news blackout in placeIs there a fix or a way to back off Android 2.2???
    Thanks.

    I have provided some steps below that may help.
    Step 1 – Try completing a soft reset on the device. I have provided the instruction in an article below:
    Power off the device and remove the battery
    http://support.vzw.com/clc/devices/knowledge_base.html?id=33747
    Step 2 – Remove the widget and icon off the devices home screen and clear out the data and cache. I have provided the instruction article below:
    Clear data, Clear cache (if applicable), and Clear defaults
    http://support.vzw.com/clc/devices/knowledge_base.html?id=34831
    Step 3 – Put the device into safe mode. Safe mode is a method that allows the device to run without non-essential applications. This is beneficial for troubleshooting 3rd party applications. I have provided the instruction in an article below:
    http://support.vzw.com/clc/devices/knowledge_base.html?id=34184
    If it works correctly in safe mode, there may be a application not native to the device causing the issue

  • [SOLVED] Conky and RSS feeds

    I'm trying to get rss feed to conky from cnn.com.  I have tried:
    ${rss http://rss.cnn.com/rss/cnn_topstories.rss feed_title}
    ${rss http://rss.cnn.com/rss/cnn_topstories.rss item_title}
    ${rss http://rss.cnn.com/rss/cnn_topstories.rss item_titles 10}
    But I always get "Conky: Error Processing RSS data"  I've tried other feed and they work, but I don't think they used *.rss, it was *.xml  How do I need to fix this to work?
    Thanks in advance
    Last edited by silentcontender (2009-12-30 19:11:03)

    I tried the link and didn't work until I found out the actual problem .  I have to define the update interval even though there's a default update interval, so this worked:
    ${rss http://rss.cnn.com/rss/cnn_topstories.rss 15 item_titles 10}
    or
    ${rss http://rss.cnn.com/rss/cnn_topstories.xml 15 item_titles 10 } works too.

  • Safari and RSS Feeds

    I can't access any RSS feed in OS X 10.8, and maybe other things as well. I tried to access RSS feeds and was given an error saying that there was no application for it. I tried accessing iTunes 25 New Releases and got the same error message. I have just moved to 10.8 in the last 2 days and this is the first time that I have tried to access these so I can't think of anything that I might have done that would have affected the system negatively.
    Andy

    Safari 6
    This article from Apple does not mention  RSS  at all.
    http://www.apple.com/de/safari/features.html
    This article from tuaw mentions the omission of RSS reader in Safari 6.
    http://www.tuaw.com/2012/07/26/mountain-lion-get-your-rss-button-back-in-safari- 6/
    Best.

  • Embedding and RSS Feeds

    I am trying to move my blog from blogger (drkatiegoestomedschool.blogspot.com) to iWeb and running in to problems at every turn. The big one though is the lack of embedding within the RSS feeds. In each entry I have multiple images and will sometimes also add youtube videos.
    While I can get the images and youtube videos into each entry, they are not in the RSS feed. I've tried putting the images/videos within the text and still nothing.
    Is there something I'm missing? Is it even possible to do such a thing on iweb?

    Safari 6
    This article from Apple does not mention  RSS  at all.
    http://www.apple.com/de/safari/features.html
    This article from tuaw mentions the omission of RSS reader in Safari 6.
    http://www.tuaw.com/2012/07/26/mountain-lion-get-your-rss-button-back-in-safari- 6/
    Best.

Maybe you are looking for