[REBOL] [View] text-list usage as a face
From: ingo:2b1 at: 19-May-2002 16:45
Hi all,
I am trying to work with view again, and now I have a little problem:
I am using iterated faces for my layout, but I want to use a text-list
in this iterated face. I copied the face
text-list: select system/view/vid/vid-styles 'text-list
and am using now
make text-list [ ... ]
but it seems to have lost many of its normal functionality ... so I
guess that layout does a little more magic than I first thought. Are
there any ideas on how to
- add actions now?
- change the list data? I tried
append clear My-text-list/data [ "new" "lines" ] show my-text-list
- get the slider/scroller back?
Thanks,
Ingo