Wow! That's great! Thanks a lot!
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf =
Of Anton Rolls
Sent: Monday, January 05, 2009 3:41 PM
To: [email protected]
Subject: [REBOL] Re: No color for grid effect?
Hi again,
My first reply was a bit hasty.
I went back and checked my example code
do http://anton.wildit.net.au/rebol/view/effect/grid.r
and you can set grid colour as long as the arguments
are specified in some ordered way. eg:
[grid (spacing) (offset) (colour) (thickness)]
[grid 11x11 2x2 purple 3x3 ]
Regards,
Anton.
=3DDEemseddin Moldibi [ Bircom ] wrote:
> Hi,
> Grid Effect has a color option according to VID document: =3D3D
> (http://www.rebol.com/docs/view-guide.html)
>=3D20
> {
> Grid: Generate a two dimensional grid of lines. This is a useful
> =
=3D3D
> backdrop for graphical layout programs. The optional arguments are: a
> =
=3D
=3D3D
> PAIR that specifies the horizontal and vertical spacing of the grid =
=3D3D
> lines, a PAIR that specifies the offset of the first lines, a PAIR =
tha=3D
t =3D3D
> indicates the THICKNESS of the horizontal and vertical lines, and a =
=3D3D
> TUPLE that provides the color of the lines.
> }
>=3D20
> But the following two lines give same result, is color ignored or am I =
=3D
=3D3D
> doing something wrong?
>=3D20
> view layout [box 100x100 blue effect [grid 5x8 10x10 2x1]]
>=3D20
> view layout [box 100x100 blue effect [grid 5x8 10x10 2x1 110.120.130]]
--=20
To unsubscribe from the list, just send an email to=20
lists at rebol.com with unsubscribe as the subject.
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.