Hi all: I'm new to REBOL--seems to be a lot to swallow in so few megs ;o))) I have been looking at the ListView VID grid control. It seems to me that it is unfinished or at least I can't find a version later than .51 Can anyone help. Now I call it a grid control, some call it an editable grid which is was I prefer. Do you know of any other bucket of code that does this sort of thing. Is it commercial. How do you connect to these sites. blah, blah, blah. Apologies if this sounds very newbie. I love a challenge but I'm not even finding the tools.
Scorby, you may also want to check out http://www.rebol.org/view-script.r?script=list-widget-example.r to see how REBOL's native list widget works. That example demonstrates how to implement most common features of data grids in about 1 page of VID code. You can pick and choose between the features you need, and it's all native REBOL.