Hi Andy, On Wednesday, August 28, 2002, 6:37:27 PM, you wrote:
Wow, it's really great to have you here Andy. :-) AF> Unfortunately, there's not that much documentation that I've found on AF> Rebol/View/VID and how I can get it to do exactly what I want... We have been waiting for documentation since the release of /View... but luckily with REBOL is so easy to find what's going on by yourself that we (the REBOL community) have been able to understand almost everything. :-) AF> I can set up the box, but when I use 'text (as part of the 'layout) the AF> text gets double spaced. I'm obviously doing it the wrong way. Can AF> anyone help ? I'm not sure if I understand correctly. However, the SPACE keyword lets you set the default space that is applied between styles. I.e. Try with something like: Space 0x0 ; no space Text "CBS" Text "NBC" ; etc. AF> Another question: 'layout (in the old docs) used to have both DOWN and AF> ACROSS, to control default placements. Now it seems to only have AF> ACROSS. What happened to DOWN ? Was it replaced by another keyword ? BELOW replaces the old DOWN. HTH, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
