Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Scrolling - Other than text-list

From: brett::codeconscious::com at: 9-Jul-2001 13:59

Hi, Thanks for compliment. I have a section on scrolling in the following active document thingy (variant of easy-vid). The section describes the nuts and bolts of scrolling a face - it includes example code. do http://www.codeconscious.com/rebsite/vid-notes.r A function inspired by Jeff's function of the same name and built on this knowledge is demonstrated by: do http://www.codeconscious.com/rebsite/scrolling-demo.r and the following (which views 20k - 50k images): do http://www.codeconscious.com/rebsite/photo-viewer.r I've also built a style (scrollpanel) that is built on top of this function. The nice thing is the style can accept a VID specification or a pre-created face. To see it demonstrated have a look at this: do http://www.codeconscious.com/rebsite/utility-style-demo.r and the following which displays clickable thumbnails do http://www.codeconscious.com/rebsite/photos.r This may be more than what you want. Let me know if you want something simpler / more specific. HTH Brett.