[REBOL] Re: Fw: Scrolling text
From: cyphre:volny:cz at: 7-Jun-2001 14:34
Hello Brett,
> I suspect that area should get its own version of a para by default.
>
I've found this kind of behaviour in VID some months ago. This is not only
case of area and para. It is a problem of each VID style.
It is a problem of cloning objects. So if you want to build independent FACE
object you have to MAKE recursive all sub faces/objects.
That means you HAVE TO always clone at least font and para subobjects in
FACE :(( I really don't like such behaviour of 'make and I've put that in
bug-database in Rebol/express few months ago. I think that make should
behave recursively when cloning new object or maybe /deep refinement in
'make would be a solution. What about RT?
Another example of such behaviour:
view layout [
vtext "test" with [font/color: red]
vtext "anohter text"
]
Regards
Cyphre