3

I am looking for an equivalent of a grid control in Rebol, to display some table data.

I came across this script: face-grid.r

...and its associated demo: face-grid-demo.r

This seems to be an excellent start. Does anyone know if there is some active and/or newer version of this grid, or something similar?

1 Answer 1

2

Depending what you need exactly. Brett's datagrid is a bit basic. For example, it does not handle scrollers by itself.

Henrik has done a list-view with tons of features. Maybe it can be a choice for you : list-view.

But there are also different list styles part of the VID extension kit from the same author. Here is the list documentation.

All are for Rebol2.

7
  • I am going to have a look.
    – Pierre
    Commented Dec 20, 2012 at 13:58
  • Cool, although I'm seeing an impending rift in the Q&A as these aren't Rebol 3 solutions and it seems certain that there will never be an open source Rebol 2. :-/ You can help @pierre out to get the 20 rep to join chat with an question upvote! Commented Dec 20, 2012 at 15:16
  • There is a specific R3 (or rebol3) tag. I'm not certain there'll ever be a chasm. Although R2 and R3 implementation of things will diverge in significant ways—the core principle I don't believe will change. That is, you might need different scripts to do the same thing, to a user of R2 or R3, the actual code will not look all that different.
    – rgchris
    Commented Dec 20, 2012 at 15:57
  • Very good tool, thank you! It will certainly fit my needs, and I do recommend it to whoever share such needs.
    – Pierre
    Commented Dec 20, 2012 at 16:20
  • I have tried it in rebol2, obviously. At the moment, as far as I know, VID is only implemented in rebol2, so...
    – Pierre
    Commented Dec 20, 2012 at 16:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.