Resizeable Table/Grid/Multi-column List Widget Example |
table-grid-list.r | 14.3 KB 13 Jul 2011 | One of the greatest things about REBOL/View is the built in GUI dialect
("VID"). It's great for building simple GUI layouts quickly and
easily, but the native list widget can be confusing for newcomers.
THIS EXAMPLE IS A FULL FEATURED TABLE/GRID/LIST WIDGET FOR VID GUIs.
KEYS: INSERT DELETE ARROWS PAGE UP/DOWN - + [...] author: nick |
Calculese |
calculese.r | v:1.0.0 4.7 KB 14 Oct 2004 | A dialect for creating calculators. author: Ryan S. Cole |
Desk Calculator |
desk-calc.r | v:1.3.0 2.5 KB 14 Oct 2004 | A tool for simple calculations. author: Ryan S. Cole |
VID Usage |
vid-usage.r discussion | v:1.2 80.5 KB 10 Jan 2004 | VID Usage Tutorial with Runnable Examples author: Cybarite |
App Builder |
appbuilder.r | 26.4 KB 16 Feb 2017 | An app builder to help new students learn how to write Rebol code.
To create a user interface for a new app, just point and click any GUI widget
(button, text field, dropdown box, etc.). You'll be prompted to edit the properties
of each added widget, and you can add actions which will run when the user
interacts with the widget. Actions [...] author: nick |
Bingo Board |
bingo.r | 3.7 KB 12 Jan 2011 | Commercial bingo boards cost several thousand dollars. We hook this up
to a projector and use it to run Bingo for a non-profit organization :) author: nick |
Easy VID Tutorial |
easy-vid.r | v:1.1.2 16.2 KB 13 Mar 2003 | Beginner's tutorial to VID. author: Carl Sassenrath |
Open a file or directory requester |
file-requester.r | v:1.4.11 29.5 KB 16 Sep 2017 | Requests a file or directory author: Marco Antoniazzi |
glayout - GLASS-based layout engine |
glayout.r | v:0.5.4 141.6 KB 16 Nov 2006 | replace vid dialect layout while keeping its basic featureset author: Maxim Olivier-Adlhoch |
Looping though data |
looping-through-data.r | 2.0 KB 29 Jun 2008 | An example application that demonstrates how loop structures
can be used to step through lists of data.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
REBOL/Layout |
layout.r | v:0.1.7 35.7 KB 13 Mar 2003 | Visual Layout Editor author: Carl Sassenrath |
REBOL/Layout |
layout-1.8.r discussion | v:0.1.8 37.1 KB 13 Mar 2003 | Visual Layout Editor, now accepts more than 6 layouts author: Carl Sassenrath, Ammon Johnson |
Object Game |
objects-example.r | 1.9 KB 29 Jun 2008 | A little game to demonstrate Rebol objects.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
OpenGL Test |
opengl.r | 22.6 KB 17 Oct 2003 | Demonstrate the use of OpenGL in View/Pro on Windows author: Cal Dixon |
Simple file manager |
ropus.r | v:2.0.1.3 18.5 KB 19 Jul 2003 | A simple file manager author: Gabriele Santilli |
Remote file Utility |
remote-file.r | v:0.0.2 6.0 KB 25 Sep 2003 | Exchange files over a network without ftp author: Ingo Hohmann |
Rebolide |
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
RIP - Standard File Archiver |
rip.r | v:1.3.1 3.3 KB 13 Mar 2003 | A file archiver that works across 37 platforms.
Compresses all files and subdirectories into a
single binary, self-extracting archive file.
(Similar to ZIP programs, but only 3KB.) author: Carl Sassenrath |
The rugby mobile code console |
rugby-console.r | v:1.0.0 3.7 KB 6 May 2003 | A P2P console for Rebol/Rugby author: maarten koopmans |
Simple Slideshow Presentation Framework |
slideshow-presentation.r | 4.6 KB 22 Jan 2013 | This example is taken from the tutorial at:
http://re-bol.com/business_programming.html
It demonstrates a simple framework for presenting full screen GUI
layouts with built-in keyboard and mouse controls. It simplifies coding
tediously repetitive layout elements, by only requiring unique GUI
elements in each slide. Widgets [...] author: nick |