TextArea & scrollbar in rebol
I want a textarea object have a scrollbar. How do I do that ?
posted by: lm 3-Feb-2018/13:12:20-8:00
view layout [ across a: area 400x200 scroller [scroll-para a face] ]
posted by: Nick 4-Feb-2018/7:49:25-8:00
I finally became frustrated trying to figure out how to use the scroller and then forgetting how to use the scroller, so I made myself a function, based on the examples of others, to scroll any text using any scroller. Perhaps it will help you. It is located here: http://cobolrebol.com/pages/freestuff/scrltxtv.r
posted by: Steven White 5-Feb-2018/8:44:29-8:00
|