RebGUI span Example |
rebgui-sizing.r documentation | v:1.0.0 1.9 KB 5 Jun 2007 | RebGUI tutorial; display images, with widget span and window resizing author: Brian Tiffin |
Archiver |
archiver.r | v:0.8.2 17.3 KB 21 Apr 2016 | Backup files 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 |
Mini-edit-do |
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi |
Presentation viewer |
presenter.r | 17.6 KB 3 Nov 2011 | Display a little power-point-like slide show, where the
slides are read from a text file and consist of VID code describing
each slide. It could be used by someone who wants to give a simple
slide show without attacking a more useful, but also more complicated,
presentation program. author: Steven White |
VID_build |
vid-build.r discussion | v:0.8.6 36.7 KB 17 Nov 2013 | Easily create VID guis author: Marco Antoniazzi |
Area with scrollers style |
area-scroll-style.r discussion | v:1.0.0 13.7 KB 27 Sep 2004 | This is a new area style with possible vertical and/or horizontal scrollers.
It allow selection of text outside the viewable area and have a read-only mode. author: Didier Cadieu (alias DideC) |
Quick Manual |
quick-manual.r | 1.6 KB 15 Sep 2009 | A quick and dirty way to print out help for all built in functions.
Also includes a complete list of VID styles ("view layout" GUI
widgets), VID layout words, and VID facets (standard properties
available for all the VID styles). Give it a minute to run...
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Rebol Help |
rebol-help.r | 1.7 KB 5 Feb 2017 | Provides help for all functions, various elements of VID (GUI system),
key codes, colors, built in images, etc. which are the source of
common questions by Rebol users. author: nick |
Dialect Object Model |
rebol-dom-mdlparser.r | 71.6 KB 7 Jul 2023 | ----a future Rebol browser API?----
%Rebol-DOM.r mdlparser.r can view DOM's as VID.
The Rebol-dom code in the mdlparser has
been updated. I'll improve the mdlparser
and post updates as time permits or if anyone
request specific changes that will improve it.
This mdlparser [...] author: daniel |
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 |
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 |
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 |
Parse Aid |
parse-aid.r | v:0.6.2 15.1 KB 27 Oct 2013 | Help make and test parse rules author: Marco Antoniazzi |
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 |
TextureLab - Texture generator |
texture-lab.r | v:0.3.3 25.6 KB 31 Oct 2006 | Generate mathematical textures author: ReBolek |
Dialect Object Model |
rebol-dom.r discussion documentation | v:1.0 56.8 KB 7 Nov 2023 | Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an
easy to follow tagged key value Dialect Object Model. It will allow different DSL's or
programming languages to work with, or together through a Central Processing
interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...] author: daniel murrill |
Auto-hiding scroller style example |
auto-hiding-scroller-style.r discussion | v:0.8.0 14.4 KB 14 Nov 2020 | Add an auto-hiding scroller to VID GUIs author: Marco Antoniazzi |
Simplified VID resizing |
simple-vid-resizing.r discussion | v:1.5.2 12.0 KB 23 May 2020 | Helps create resizing VID guis author: Marco Antoniazzi |
Choice Button Menu Example |
choice-button-menu-example.r | 1.6 KB 28 Sep 2010 | A quick way to add a simple menu to VID GUIs author: nick |
Dump-Style |
dump-style.r | v:1.0.0 2.6 KB 24 Nov 2003 | Dump style facets and returns a block which can be passed to stylize
to create a clone of the style. author: Romano Paolo Tenca |
VID: Faces and Facets |
faces.r | 4.1 KB 20 Mar 2010 | Show Faces and Facets Values author: François Jouen |
Relative Positioning In Resized VID Window |
resize.r | 919 bytes 17 Apr 2010 | A simple example of how to position widgets relative to one another
in a resized VID GUI window.
Taken from the tutorial at http://re-bol.com author: nick |
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 |
Unstylize |
unstylize.r | v:1.0.0 4.7 KB 1 Nov 2016 | Converts a style sheet to the VID stylize dialect who generated it. author: Annick Ecuyer |