[REBOL] Adding Multiple Styles
From: info::id-net::ch at: 11-Dec-2002 10:52
I read a part of a article on rebolforces, signed by Carl, that you can have
more than one style. But It seems that it doesn't work..
I'm using this code to make it but maybe I'm wrong..
lo: layout
[
styles my-style1
styles my-style2
etc.
etc.
]
The Faces declared in the second style aren't available.. Where is the error
? Is there a second option to adding all my components in the first style
and declared
only a unique style ?
Philippe