Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
drop-list2 widget for REBGUI
drop-list2.rv: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
Find a file in directories / folders
find-file-gui.rv:2.0.0
2.6 KB
9 Nov 2012
icon for find-file-gui.r[no purpose header found]
author: Massimiliano Vessi
Invaders (GUI version)
invaders-gui.r1.4 KB
14 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/NbbHRaG3K8c Taken from http://re-bol.com/short_rebol_examples.r ; KEYS: a=left s=right space=fire ; VARS: b boxes m missile s invaders l player e end-func p speed [...]
author: nick
Looping through data GUI
looping-gui.r1.4 KB
29 Jun 2008
An example demonstrating how to accomplish goals similar to the 'Looping through data' demo, using GUI techniques. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
RebGUI and RebDB Sample
rebdbgui.r
 documentation
v:0.9.0
17.6 KB
3 Jul 2007
A quick demonstration of RebGUI with RebDB
author: Brian Tiffin
RebGUI User List Demo
rebgui-users.r2.3 KB
24 Apr 2010
A simple RebGUI demo. Inspired by the tutorial at http://snappmx.com Taken from the tutorial at http://re-bol.com
author: nick
RebGUI Editor
rebgui-editor.r2.5 KB
18 Apr 2010
A minimal text editor program, written to demonstrate menus and a few other basic features of RebGUI. Taken from the tutorial at http://re-bol.com
author: nick
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
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
Snake Game (tiny GUI version)
snake-gui.r1.1 KB
7 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/rnKvmwe2F6w Taken from http://re-bol.com/short_rebol_examples.r Variables Key: f food p speed d direction s snake-block g gui e end i count
author: nick