TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: Doemaarwat on October 26, 2003, 04:18:07 PM

Title: RSS autoscroll ?
Post by: Doemaarwat on October 26, 2003, 04:18:07 PM
I have a bit of an autoscroll working, but only the prepend numbers are shown on the refresh. Is it possible the way I am thinking anyway (srs?).

Hope someone can finish my thoughts, cause I think I can make someone happy with an autoscroll.
Title: RSS autoscroll ?
Post by: srs on October 26, 2003, 04:56:16 PM
you're running into a problem kind of similar to the other one.  regions 0 and 10 are autorefreshing at 5 second intervals, but region,9,100,-1 is not being updated at the same time, so when regions 0 and 10 are updated no data is loaded (by region 9).

In the next version, I will make this simpler by allowing the regions to be updated to be added to the end of the region command, so you could have for example region,0,100,5,9,10 which would mean update regions 9 and 10 when drawing this region.
Title: RSS autoscroll ?
Post by: Doemaarwat on October 26, 2003, 05:21:40 PM
Thx again, but for the time being it could be something like I attached.
Title: Autoscroll !!
Post by: Doemaarwat on October 26, 2003, 05:42:30 PM
I accidentally used var 8 and 9 which where used in the calendar too. I updated the autoscroll.

With a variable (var14) that can be used to speedup or slowdown the update time.