SQL PROTOCOL |
sql-protocol.r discussion documentation | v:0.6.8 84.2 KB 3 Jan 2011 | SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL
with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded
in your REBOL application.
Today, sql-protocol execute only these kind of query :
* SELECT ... FROM ... WHERE ... ORDER BY ...
* INSERT ... INTO ... VALUES ...
* [...] author: marco |
drop-list2 widget for REBGUI |
drop-list2.r | v:0.1.0 3.7 KB 9 Aug 2009 | Extension of original drop-list widget.
Widget receives data as pairs [value1 text1 value2 text2 ...]
Widget has extension of function PICKED with options /values returning block of selected row(pair) author: Robert Paluch 2009 |
Menu-System |
menu-system.r | v:0.2.0 88.4 KB 12 Jun 2005 | Easy to use VID compatible REBOL menu system (early Beta).
Have menus in your REBOL apps, finally. author: Christian Ensel |
GUI CRUD App Builder |
gui-crud-app-builder.r | 4.4 KB 11 Dec 2013 | CRUD is an acronym for Create Read Update and Delete .
Familiar types of apps such as contact managers, inventory systems,
home video databases, etc., are examples of typical CRUD data storage
applications. This script is a simple CRUD app maker that allows you to
instantly create CRUD apps which store, retrieve, sort, etc. records [...] author: nick |
HOF |
hof.r | v:1.0.1 23.2 KB 13 Mar 2003 | Higher Order Functions and series manipulators author: Jan Skibinski |
Menu-System Demo |
menu-system-demo.r | v:0.2.0.1 35.7 KB 12 Jun 2005 | Demostration of features of menu-system.r author: Christian Ensel |
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 |
TextUI - Textual User Interface |
textui.r | 3.4 KB 22 Jan 2013 | Open source REBOL is currently being ported to platforms without
GUI support. This script is a simple replacement for GUIs that collect
text input from fields and drop down lists. Just specify a block of
labels, and a block of default values for each field ('answers). If the
the 'answers block contains a nested block, the values in [...] author: nick |
VID_build |
vid-build.r discussion | v:0.8.6 36.7 KB 17 Nov 2013 | Easily create VID guis author: Marco Antoniazzi |
VID Dropdown |
vid-drop-down.r | v:0.0.7 3.0 KB 9 Mar 2009 | A simple dropdown VID style author: Ammon Johnson |
RSS feed reader |
rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski |
System Port - Drag Accept Demo |
sys-port-drag-accept.r | v:0.0.1 4.6 KB 25 Sep 2003 | Demo using system port to catch WM_DROPFILE messages for drag-n-drop
support. author: Gregg Irwin |
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 |
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 |
Clipboard |
clipboard.r | v:0.3.1 8.3 KB 17 Dec 2008 | (Microsoft/Windows only:) Read and write text, bitmaps and files from and to the clipboard. author: Christian Ensel |
MySQL database interfacing logic. |
mysql_all.r | v:1.0.0 17.3 KB 13 Mar 2003 | Interface to the mysql libs, needs /Pro or /Command author: Maarten Koopmans, Ernie van der Meer |
Project Time |
pt.r | v:1.0.0 5.2 KB 6 Jul 2006 | I am working in multiple porjects at the same time, so i wanted to have a tool, to track my time spent for each project.
This simple tool makes this available. author: Varga Árpád |
RebGUI Card File |
rebgui-card-file.r | 2.0 KB 10 Apr 2010 | This is an implementation of the Card File program at
http://www.rebol.org/view-script.r?script=card-file.r
using RebGUI instead of VID. Notice that the GUI is resizable,
the text fields have undo/redo and spellcheck capabilities,
requestors are modal, and all the other features of RebGUI
are available.
Taken from [...] author: nick |
Tooltip style example |
simple-tooltip-style.r | v:0.9.6 5.6 KB 3 Apr 2016 | A quick way to add a simple tooltip to VID GUIs author: Marco Antoniazzi |
Slidery |
slidery.r | 23.5 KB 29 Dec 2013 | See the help-text below.
An MS Windows .exe. is available at http://re-bol.com/slidery.exe author: nick |
Student Photo Database |
student-photo-database.r | 4.9 KB 8 Jun 2010 | This example came from a question at:
http://synapse-ehr.com/forums/showthread.php?95-Connecting-to-an-Excel-spreadsheet
It's based on the card file example at:
http://www.rebol.org/view-script.r?script=card-file.r&sid=iwmh5vi author: nick |
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 |
tooltipVid.r |
toolt4vid.r | v:1.0 3.1 KB 3 Feb 2006 | Tooltip for VID (less bugged than previous version. This work is the mixing of 2 different ways to handle tooltips in vid not using style package anymore author: Shadwolf, Boss, DideC, Volker |
TextureLab - Texture generator |
texture-lab.r | v:0.3.3 25.6 KB 31 Oct 2006 | Generate mathematical textures author: ReBolek |
Visual sorting |
visual-sorting.r | v:0.0.10 21.4 KB 17 May 2016 | Collect and show various sorting algorithms. author: Marco Antoniazzi |