[REBOL] Minor vid-notes.r slider bug fix.
From: brett::codeconscious::com at: 23-Jan-2002 21:01
If you don't know what I'm writing about, then feel free to skip the
rest of this message. :)
I've had a small problem with my vid-notes.r where the slider I added has
not been reset
on changes of pages. I've rectified it now (though I'm waiting until FTP
works again to upload).
Just thought I'd post the fix here, because it is relevent to people who
have used my slider code in their own easy-vid reader based documenation
programs.
The fix is is to add this line to the "update-slider" function:
sld/data: 0
before the line:
show sld
Cheers,
Brett.