CodE Posted July 21, 2009 Report Share Posted July 21, 2009 (edited) Hi all, I am developing an application which would behave like a normal RSS feed reader. The VI would connect to the server specified and show the RSS feeds in a right to left scrolling pattern. Could anyone please help me? Edited July 21, 2009 by Parag D Quote Link to comment
Phillip Brooks Posted July 21, 2009 Report Share Posted July 21, 2009 (edited) Hi all, I am developing an application which would behave like a normal RSS feed reader. The VI would connect to the server specified and show the RSS feeds in a right to left scrolling pattern. Could anyone please help me? In order to manipulate the data received in an RSS feed, you need to be able to parse XML. Rather than coding this yourself, you might want to look at the JKI EasyXML Toolkit. It includes an example for reading RSS feeds. http://jkisoft.com/easyxml/ Edited July 21, 2009 by Phillip Brooks 2 Quote Link to comment
Ton Plomp Posted July 21, 2009 Report Share Posted July 21, 2009 In order to manipulate the data received in an RSS feed, you need to be able to parse XML. Rather than coding this yourself, you might want to look at the JKI EasyXML Toolkit. It includes an example for reading RSS feeds. http://jkisoft.com/easyxml/ And here is an example of an RSS generator. Ton 2 Quote Link to comment
CodE Posted July 22, 2009 Author Report Share Posted July 22, 2009 Thanks for the links! Btw I did it by using simple datasocket functions yesterday. The only thing I need to get done now is creation of a left to right scrolling text at the bottom of my screen, where I would be feeding NEWS updates. The scrolling part could be done with normal string functions, but then the scrolling effect isnt smooth. Is there any other way to do this? Quote Link to comment
Michael Aivaliotis Posted July 22, 2009 Report Share Posted July 22, 2009 The scrolling part could be done with normal string functions, but then the scrolling effect isnt smooth. Is there any other way to do this? You can try using a picture control. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.