• Welcome to TodayPlus Boards v2.
 

RSS autoscroll ?

Started by Doemaarwat, October 26, 2003, 04:18:07 PM

Previous topic - Next topic

Doemaarwat

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.
If you have nothing to do, don't do it here...

srs

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.

Doemaarwat

Thx again, but for the time being it could be something like I attached.
If you have nothing to do, don't do it here...

Doemaarwat

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.
If you have nothing to do, don't do it here...