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

[REBOL] Re: a scrollable window...

From: brett:codeconscious at: 22-Feb-2003 13:51

Hi Tom, There is a panel how-to guide on the REBOL site. You could put your images inside a panel and add a scroll bar. The scroll bar when activated would change the offset of the panel giving you scrolling. Doing the coding can become tricky. I understand that the next View will (should) include some sort of scrolling panel functionality built-in. Until that time you can a prototype scrolling panel I made July last year for the new View. Unfortunately is does not work with View 1.2.1, it does work with IOS and the later View betas. It is called "scroll-panel.r" on this page: http://www.codeconscious.com/rebol/library-cat.html If you must use View 1.2.1 it should be possible to convert the code, it simply relies on some changes made to VID after 1.2.1 (slider style mostly). Regards, Brett.