Page 2 of 2

RSS Ticker script

Posted: Wed Jan 09, 2008 11:07 pm
by TANE
yep
done that...looks great
all the Dutch pages are showing correct.

RSS Ticker script

Posted: Wed Jan 09, 2008 11:36 pm
by Bwired
Now find a way to get images in the RSS feed [:)]
I have made a RSS feed on the Bwired Picture weblog http://www.bwired.nl/weblog.xml which includes the Images I have taken. With the RSS ticker script the are not displayed. So in time I will look in to that.
It would also be nice to watch your Photo gallery on the Pronto.

On marktplaats there are still Some new Pronto TSU9600 for sale so members if you are interested buy this awesome product and join this club.

Pieter Knuvers
www.bwired.nl Online House in the netherlands. Domotica, Home Automation.

RSS Ticker script

Posted: Wed Jan 09, 2008 11:48 pm
by Digit
Don't bother looking into that. For now.
I already asked about that (images), and there's a rumor that the next firmware will support it. For now, it's not possible, according to the response i got here: http://www.remotecentral.com/cgi-bin/mb ... ad.cgi?866

RSS Ticker script

Posted: Thu Jan 10, 2008 10:54 am
by Snelvuur
the next firmware will support the images... its not a rumor :)

// Erik (binkey.nl)

RSS Ticker script

Posted: Thu Jan 10, 2008 12:19 pm
by TANE
Word Wrap is not working 100% okay.
any idea how this can be done?

RSS Ticker script

Posted: Thu Jan 10, 2008 12:25 pm
by Digit
Find the bug. ;-)

RSS Ticker script

Posted: Thu Jan 10, 2008 12:53 pm
by Snelvuur
Or report the bug on remotecentral. Maybe someone else has tried it and noticed the bug and fixed it. If so, get there version and upload it on share ;)

// Erik (binkey.nl)

RSS Ticker script

Posted: Thu Jan 10, 2008 2:37 pm
by Digit
I've isolated the wordwrap function so i can test it without downloading to the Pronto. Now i only need some lines lines of text that wrap wrong. Anybody?

RSS Ticker script

Posted: Thu Jan 10, 2008 3:06 pm
by TANE
nu.nl rss feeds...

RSS Ticker script

Posted: Thu Jan 10, 2008 4:24 pm
by Digit
@Chak: do all items from nu.nl have this problem?
nu.nl encloses the value for the description in a CDATA section, maybe that's causing it. The nu.nl XML validates ok, but maybe the Pronto messes up somewhere (else). Feeding the wordwrap function with the description seems ok.

RSS Ticker script

Posted: Thu Jan 10, 2008 4:31 pm
by TANE
nu sure..i will check that this evening.
tweakers.net was also having wordwrap

RSS Ticker script

Posted: Thu Jan 10, 2008 8:59 pm
by Digit
Just decrease the first parameter of the wordWrap() from 75 to 70 or less, like this:

Code: Select all

DisplayedFeedLines = strippedDesc.wordWrap(70, "\n", false).trim().split("\n");
(double-click on the Device properties, Advanced-tab, that's where you'll find it. And yes you have to repeat this for every Device (rss-feed)...).

Since a proportional font is being used it's hard to get a good number of characters that will always fit on 1 line. 75 was to high in to many cases. So i decreased it to 70 and it looked better. In the case of 70, in ca. 250 lines of text, only 2 lines still don't fit (1 character is not displayed at the right).

RSS Ticker script

Posted: Thu Jan 10, 2008 10:06 pm
by TANE
Robert,
Thanks for you suggestion.
I had to bring it back to 65
This because of the increase f the font size from 14 to 16.