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

[REBOL] Re: [View] text-list usage as a face

From: ingo:2b1 at: 24-May-2002 20:42

Hi Ammon, Ammon Johnson wrote:
> Hi, > > Have you tried 'get-style? 'get-style was designed to avoid that problem.
No, didn't know about it. But in the end, it's seems to do no more than my select does.
> HTH > Ammon > > A short time ago, Ingo Hohmann, sent an email stating:
Yore joking ain't ya? It took this mail 5 days to come back to me :-)
>> 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?
answer to self: make face [ ... feel: make feel [ engage: func [face action event] [ ... ] ] ]
>>- change the list data? I tried >> append clear My-text-list/data [ "new" "lines" ] show my-text-list >>- get the slider/scroller back?
Kind regards, Ingo