RSS Reader Project Code

This is a very informative article discussing quite a few Xojo concepts used in creating an RSS Reader using XoJo:
http://blog.xojo.com/2016/07/25/make-an-rss-reader-with-xojoin-26-lines-of-code/

The code for the project is here -
https://www.dropbox.com/s/cnp5cwslfjd6s6b/RSSReader%20Project_DEMO.zip?dl=0

When I run the code, the output is blank - no errors (other than a 32-bit warning) but no output either.

Any ideas on what has changed in Xojo so this project no longer works?

From the Window1 - Event Handlers - Open event change:

myRSSReader.get( "http://www.aprendexojo.com/feed/" )

to

myRSSReader.get( "http://blog.xojo.com/feed/" )

Edit: the 32 bit warning you can change the Build to 64bit.

Solved - thanks

I tried this using my blog’s link but got empty content in PageReceived event. What did I do wrong?