Article Preview
Buy Now
| Print: | |
| PDF: |
From Scratch
RSS Reader
The next RSS reader from start to finish
Issue: 4.3 (January/February 2006)
Author: Will Leshner
Article Description: No description available.
Article Length (in bytes): 10,416
Starting Page Number: 34
RBD Number: 4316
Resource File(s):
4316.sit Updated: Monday, January 16, 2006 at 12:54 PM
4316.zip Updated: Monday, January 16, 2006 at 12:54 PM
Related Web Link(s):
http://www.rbgazette.com/
Known Limitations: None
Excerpt of article text...
Introduction
This is the third of six articles in which we are creating an RSS Reader in REALbasic. In the previous article we designed the UI for the reader. We also implemented fetching an RSS feed, parsing the XML we get back, and populating both the feed ListBox and the headlines ListBox from the parsed XML. In this article we will learn how to display individual feed items using an HTMLViewer control.
If possible, I encourage you to download the project that accompanies this article and use it as a reference as you read along. Things will make more sense if you are able to put it all into context.
One Step Back
Before we can move forward with RSS Reader, we need to take an unfortunate step backwards. If you compare the project that accompanies this article with those that accompanied the first two articles, you will find that things have changed. It turns out that the ContainerControl, which I had been relying on for certain functionality (pane splitters, for example), is only available in the Professional version of REALbasic. I like to keep From Scratch accessible to both Standard and Professional users, so I feel the need to apologize to those Standard users who have been unable to run the previous two versions of RSS Reader. The version that accompanies this article has been rewritten in order to remove ContainerControl.
...End of Excerpt. Please purchase the magazine to read the full article.
Article copyrighted by REALbasic Developer magazine. All rights reserved.
|








