REBOL

LIST-VIEW Demos

All demos download the list-view.r file from the net. They can also be accessed through Public/HMK Design/LIST-VIEW/Demos directory in the Viewtop.

You are encouraged to look at the source code to see how the examples are made.

This file was generated automatically on 3-Jan-2008/14:50:11+1:00.

Demo 1 - Very Basic List view

Very Basic List View at size 400x400. You can't do much, but it shows how little code it takes to get started.

demo01.r

Demo 2 - List view with data

Basic List View with some data. Try to select rows, by clicking on them. Sort rows by clicking on the column title bar at the top. Click the button in the upper right corner to reset sorting.

demo02.r

Demo 3 - List view with inline editing

List View with inline editing fields. Double-click a row to edit it.

demo03.r

Demo 4 - List View with data manipulation

List View with inline editing fields and some row manipulation. Doubleclick a row to edit it. Click the buttons to insert, append and remove rows.

demo04.r

Demo 5 - List view with column manipulation

List View with column manipulation. Click the buttons to add and remove rows. Click a cell to select both a row and a column.

demo05.r

Demo 6 - List view with simple filtering

List view with simple filtering.

demo06.r

Demo 7 - List view with advanced filtering

List view with advanced filtering

demo07.r

Demo 8 - List view with customized row face

List View with customized row face. Double-click a row to edit it.

demo08.r

Demo 9 - Row Actions

List View with row actions

demo09.r

Demo 10 - Tri and dual-state sorting with LIST-VIEW

Tri and dual-state sorting with LIST-VIEW. Test with buttons and try sorting with the header buttons.

demo10.r

Demo 11 - Demonstration of SELECT-MODE

List View with customized row face. Double-click a row to edit it.

demo11.r

Demo 12 - List view with inline editing actions

List View with inline editing fields with actions. Double-click a row to edit it.

demo12.r

Demo 13 - List view with 1-dimensional DATA

List View working with 1-dimensional data, in this case a file list. Try various operations on 1-dimensional data.

demo13.r

Demo 14 - List view with drag'n'drop row rearrangement

List View with drag'n'drop row rearrangement. Click and hold to drag a row to rearrange the list entries.

demo14.r

Demo 15 - List view with navigation functions

List View with drag'n'drop row rearrangement. Click and hold to draq a row to rearrange the list entries.

demo15.r

Demo 16 - List view with large data blocks

List View working with large data blocks. Used for benchmarking sorting and filtering.

demo16.r

Demo 17 - ROW-ACTION with groups

Displays visual groups of data.

demo17.r

Demo 18 - Resizable List View

Resizable List View in a Resizable Window. Resize the window to see the resize effect.

demo18.r

Demo 19 - LIST-VIEW Action Priorities

Each action in LIST-VIEW is assigned to output a string, so you can see which action is performed first, when giving LIST-VIEW various different inputs.

demo19.r

MakeDoc2 by REBOL - 3-Jan-2008