Thank you very much,
Fortunately it is not a big problem, I just curious about it.

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf =
Of Anton Rolls
Sent: Monday, January 05, 2009 11:17 AM
To: [email protected]
Subject: [REBOL] Re: No color for grid effect?


Hi, no it's probably not your fault;
GRID unfortunately has inconsistencies with arguments,
depending on how many of them you specify.
This hasn't changed for a long-time, and unlikely to
be fixed, since all effort moved to Rebol3.
And none of us outside RT can fix it, because
we don't have access to the source code.

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.

Reply via email to