RSS Title and Description display
Is it possible to have an RSS ticker feed display both the title field and the description field at the same time on a HD210? Currently using BrightAuthor 2.3.0.57 with firmware Version 3.7.44.
zone.widget.PushString(article.GetTitle() +" : " + article.GetDescription())description = article.GetDescription()description = article.GetTitle() + " : " + article.GetDescription()Hello, I tried this but it doesn't work at my hd210, this is the complete code:
if event.GetResponseCode() = 200 then m.stateMachine.rssItem.rssParser = CreateObject("roRssParser") m.stateMachine.rssItem.rssParser.ParseFile(m.rssFileName$) DeleteFile(m.rssFileName$) if type(m.stateMachine.rssItem.articles) <> "roArray" then m.stateMachine.rssItem.articles = CreateObject("roArray", 1, true) endif m.stateMachine.rssItem.articles.Clear() article = m.stateMachine.rssItem.rssParser.GetNextArticle() while type(article) = "roRssArticle" description = article.GetTitle() + " : " + article.GetDescription() if m.stateMachine.rssItem.isTwitterFeed and m.bsp.stripTwitterUserNames and m.stateMachine.rssItem.twitterUserName$ <> "" then description = Mid(description, len(m.stateMachine.rssItem.twitterUserName$)) endif m.stateMachine.rssItem.articles.Push(description) article = m.s
Does someone know how to fix this?
YOu don't see the title or the change causes a problem with the autorun? You edited the script directly on the sd card, or you attached it to your brightauthor project? which brightauthor version are you using?
Can't find what you're looking for?
Contact support