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

[REBOL] Re: Dynamic Data Table Layouts/Lists

From: henrik:webz:dk at: 16-Mar-2002 18:20

Hi, James 16-03-2002 08:43:45, "James Marsden" <[james--mustard--co--nz]> wrote:
>Hi folks, i've been puddling about with dynamic data displays and MySQL >access in REBOL and have found it to be very flexible. > >An example of some work is: http://www.mustard.co.nz/rebol/dynamic-list.jpg
Nice. :-) <program source snipped>
>What I am interested in finding out is are there any others who are working >in the area of editable tables?
I'm thinking of working actively in this area, as I need dynamic editable tables using mysql myself.
> Here I am thinking of basic spreadsheet / >cell editing functionality as well as display. Can the list object be >mangled in this way?
I'm pretty frustrated about the lack of documentation about lists, and would probably rather build a new object from scratch. Couldn't this be achieved through creating a grid of whatever gadgets you want and put them in a pane? From what I can see, you're half-way there. There's a simple example of an editable list in http://www.rebol.com/view/demos/todo-list.r I would personally like a new standard list object with the same features as you see in Windows' lists with sorting, flexible row width, etc. For that matter, it wouldn't be bad with a standard tree view object either. Regards, Henrik Mikael Kristensen