[REBOL] Re: Question: [ searching for answer on GUI speed ]
From: greggirwin:mindspring at: 12-Mar-2002 11:02
Hi Carl,
<< Wouldn't using View's 'list be the way to go? It supports multiple
faces per line. >>
The problem is the need to create lots of faces for a large list or tree
view. The alternative, using a List perhaps, is to create and destroy only
as many faces as you need to display, which may be just as much work, but
would have some benefits as well. I have a feeling that creating hundreds,
or thousands, of faces, is less efficient (though more flexible) than using
draw commands.
--Gregg