[REBOL] View 1.0 query
From: pejay::upnaway::com at: 8-Apr-2001 13:29
Hi List,
seems like there is an error in the Grid function (or the dicumentation)
view layout [box "grid" with [effect: [grid 15x20 8x5 255.255.0]] navy
200x200]
produces a navy box with yellow grid lines
According to the docs it should be possible to add another pair to specify
the line thicknesses, but
view layout [box "grid" with [effect: [grid 15x20 8x5 4x3 255.255.0]] navy
200x200]
doesnt work ... it makes it ignore the tuple in the effects block
Cheers Phil
cc'd to feeback