Posts

Showing posts from December, 2007

The week ending 23 Dec 2007

RebGUI (a lightweight alternative to VID) Build#107 was released on Friday, Dec 21 by Ashley. It comes with a new tree widget. USAGE: tree data ["Pets" ["Cat" "Dog"] "Numbers" [1 2 3]] DESCRIPTION: Values arranged in a collapsible hierarchy. OPTIONS: 'expand starts with all nodes expanded "It's very basic, can only handle a couple hundred entries, and still has some UI quirks ... but it works and is only 3Kb." -- Ashley Build#108 was released on Saturday, Dec 22 by Ashley. 1) Fixed UI quirks with tree widget 2) Renamed vid widget to style 3) Added a new scroll-panel widget USAGE: scroll-panel data [calendar] scroll-panel data [field field] DESCRIPTION: A panel used to group widgets within a scrollable container. 4) Added a new sheet widget USAGE: sheet sheet options [size 3x3 width 2] sheet data [A1 1 A2 2 A3 "=A1 + A2"] DESCRIPTION: Simple spreadsheet, based on rebocalc.r, with formulas calculated...