Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Dynamic Script Localization
locale.r
 documentation
v:1.0.1
12.6 KB
6 Sep 2004
Locale.r extends the system/locale objet in order to supply a dynamique localization of applications
author: marco
Days Per Month
days-per-month.rv:1.0.0
718 bytes
13 Mar 2003
Adds Days per Month to system/locale.
author: Andrew Martin
request-date object/func optimization and enhancment
request-date.rv:1.1
5.4 KB
11 Mar 2004
This is an enhanced replacement for the original request-date function, the embedded date picker in view (datepicker). - Clean, correct and optimize the code. - add day names at top of window (use system/locales/days). - add first-day-of-week value to choose starting with Sunday or Monday. (I think this value should be part of system/locales) - add Today [...]
author: Didier Cadieu
App Builder
appbuilder.r26.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
Calendar and Scheduler
calendar.r
 discussion
v:1.0.7
8.1 KB
10 Jul 2008
A simple calendar application.
author: Sterling Newton
form-date
form-date.r
 documentation
v:1.0.1
5.5 KB
18 Jul 2007
Return formatted date string using strftime style format specifiers
author: Christopher Ross-Gill
HTML calendar
html-calendar.r
 documentation
1.4 KB
5 Dec 2003
Creates an HTML file containing the current calendar month and displays it in the browser
author: Bohdan Lechnowsky
Multiple Column Data Grids
multi-column-data-grids7.9 KB
23 Sep 2009
A demonstration of how to create your own home made listview types of multiple column data grids. Easier to use than the 'list style, and built entirely using native VID, so completely adjustable to your needs. Many useful features are demonstrated, such as user editing of data in the grid, saving and loading of data to/from [...]
author: nick
Multiple Column Data Grids
multi-column-data-grids.r7.9 KB
30 Nov 2009
A demonstration of how to create your own home made listview types of multiple column data grids. Easier to use than the 'list style, and built entirely using native VID, so completely adjustable to your needs. Many useful features are demonstrated, such as user editing of data in the grid, saving and loading of data to/from [...]
author: nick
Day of week
oneliner-weekday.rv:1.0.0
563 bytes
20 Jul 2003
Returns the weekday of the date. Use 'Weekday? like: Weekday? 25/Dec/2002 ; == Wednesday
author: Andrew Martin
RBBS - REBOL Bulletin Board Tutorial
rbbs.rv:1.0.0
16.9 KB
5 Jun 2005
A CGI Web Bulletin Board / Message Board
author: carl sassenrath
Text Calendar
text-calendar.r711 bytes
3 Feb 2017
Prints a calendar for every month, in the year chosen by the user (by default, the current year).
author: nick
Yearly Calendar
yearly-calendar.r1.6 KB
4 Feb 2017
Displays a calendar for the entire year chosen by the user. Click any date to edit that day's events.
author: nick