grid control

Discussion in 'Rebol' started by scorby, Aug 4, 2010.

  1. scorby

    scorby New Member

    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.
  2. Graham

    Graham Developer Staff Member

  3. scorby

    scorby New Member

    Many thanks for the quick reply Graham.

    Sandy
  4. Graham

    Graham Developer Staff Member

    I used it very recently so it was still in my bookmarks :)
  5. notchent

    notchent Member

    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.

Share This Page