87 scripts tagged as: [domain · vid]
Altme chat reader/exporter | ||
altme-chat-reader.r discussion | v:1.2.1 23.2 KB 19 May 2016 | Display or export to html the content of an Altme chat group.
Can be used in interractif or command-line mode.
For usage, run the script with -? argument :
"rebol.exe -s altme-chat-reader.r -?" author: [unknown] |
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) |
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 |
Blood | ||
blood.r | v:0.1.1 19.1 KB 7 Mar 2009 | Usefull example to demo and learn how to use liquid. author: Maxim Olivier-Adlhoch |
A Button with Shortcut Key | ||
button-key.r documentation | v:1.0.0 479 bytes 13 Mar 2003 | Shows how to easily add a shortcut key to a button. author: Anonymous |
VID Button Set | ||
button.r | 2.4 KB 8 Mar 2009 | A simple VID Button set. Includes Ok, Cancel, Toggle and Choice author: Ammon Johnson |
Piles of Button Styles | ||
buttons.r documentation | v:1.1.0 4.4 KB 13 Mar 2003 | Displays 52 button styles out of the hundreds possible. author: Carl Sassenrath |
Mapserver client: Demo map | ||
cl4mapserv.r | v:0.2.3 38.0 KB 13 Mar 2006 | Simple Mapserver (http://mapserver.gis.umn.edu) client. author: Janeks Kamerovskis |
Clipboard Buttons | ||
clipboard-buttons.r | v:1.1.0 102.1 KB 14 Apr 2005 | An aid and illustration of button scripts. author: R. v.d.Zee |
Choose and convert colors | ||
color-requester.r | v:0.8.10 37.5 KB 12 Jan | Requests a color or modify or convert it author: Marco Antoniazzi |
Unit converter | ||
convertitore.r | v:1.4.14 24.2 KB 2 Jul 2013 | The best unit converter on earth! author: Massimiliano Vessi |
Demo Emulate PSG AY-3-8912... MSX PoWaaaa !!!! | ||
demo-ay.r | v:0.0.2 88.5 KB 9 Feb 2007 | Emulate the PSG AY-3-8912 author: Guest2 |
Desktop Shifter | ||
desktop-shifter.r | v:1.0 12.3 KB 18 Oct 2013 | To change the desktop wallpaper at specified intervals.
There's a modifiable default time that a wallpaper will stay before switching.
Each wallpaper has separate settings for:
*Stretched versus Centered
*Solid color versus Top/Bottom Gradient versus Left/Right gradient background
*The two colors that can be chosen
*A [...] author: [unknown] |
Display chess board | ||
display-chess-board.r | v:1.0.0 3.5 KB 14 Sep 2004 | Display a basic chess board and some
moveable counters (use a mouse to drag and drop). The
most-recently selected counter comes to the front, if it
was obscured by other counters.
Intended as a get-you-started set of ideas if you intend
to write a board game, and a demo of VID feel and other
useful techniques author: Sunanda |
Test double-click | ||
double-clic.r | v:0.0.1 828 bytes 5 Apr 2006 | View testing author: Ph. Le Goff |
Easy Drawer | ||
easy-drawer.r | v:1.0.0 9.2 KB 11 Feb 2007 | Easy way to test draw commands author: Guest2 |
Eat | ||
eat.r | v:1.0.3 5.3 KB 13 Mar 2003 | Experimental Event filtering --- speeds up view! author: Italian Connection (Gabriele Santilli - Romano Paolo Tenca) |
F1 demo | ||
f1.r | v:1.0.0 4.8 KB 23 Nov 2012 | Simple car game, just t show how to scroll images author: Massimiliano Vessi |
loose feel for dragging faces | ||
feel-loose.r | v:0.2.1 5.5 KB 18 Aug 2020 | Add dragging capability to any face. Inspired by Red. author: Marco Antoniazzi |
FF3 ZSNES Saved state editor | ||
ff3edit.r | 10.0 KB 4 Mar 2004 | A tool to edit saved state files for Final Fantasy 3 as created by the ZSNES emulator author: Cal Dixon |
FIREBOLEK | ||
fire.r | v:1.0.1 1.4 KB 3 Aug 2005 | Well-known fire-demo for your pleasure author: Rebolek |
A Variation on Conway's Game of Life | ||
game-of-life-variation.r | v:0.0.4 5.3 KB 21 Sep 2005 | A GUI implementation of a modified version of the popular cellular automaton system.
The rules: 1) Each cell (square) on the grid is either alive (blue) or dead (white)
2) For every iteration, each cell's next state depends on current state and # of live neighbors
a) if cell is alive, it stays alive <=> 2 or 3 neighbors are alive
b) if cell is dead, [...] author: Ayrris Aunario |
Geek Within Automated Helper | ||
geekwithin.r | 1.8 KB 15 Jun 2004 | Defines a helpful assistant (unlike Microsoft's) that actually shows where to click to perform a set of instructions
Meant to be plugged-in to existing Rebol/View applications author: Bohdan Lechnowsky |
GLayout demo | ||
glayout-demo.r | v:0.9.1 22.4 KB 10 Jul 2009 | Demonstration of GLayout's features and capabilities. author: Maxim Olivier-Adlhoch |
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 |
edit-tools + little editor | ||
install-edit-tools.r | v:1.0.5 23.9 KB 14 Apr 2005 | Various stuff to implement an editor.
Main features:
Tools to plug an area with find/replace in a few lines.
And a little editor with plugins. author: Volker Nitsch |
Demonstration of a Package on REBOL.org | ||
lds-demo1-package.r discussion | v:0.0.1 978 bytes 13 Aug 2004 | Demonstration of a package, and competition author: Sunanda |
World Clock | ||
link-clock.r | v:1.0.2 1.9 KB 21 Jul 2005 | Displays times for a number of Locations. author: Allen Kamp |
Scrolling LIST Example | ||
list-scroll-demo.r | 2.9 KB 16 Nov 2004 | Shows an example of how to use a LIST style face with
an associated scroller. author: Gregg Irwin |
Mass mailer | ||
massmailer.r documentation | v:2.3.24 6.1 KB 15 Feb 2011 | Mass emailng the world! author: Massimiliano Vessi |
1 / 87 | [1] | 2 | 3 |