Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Fw: Scrolling text

From: petr:krenzelok:trz:cz at: 7-Jun-2001 15:02

Richard Smolak wrote:
> 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?
Hi Cyphre, what is more - once you try "print mold" some already used style in layout - you end up in some strange kind of recursion, probably because of some cross-references ... Well, I think RT will not want to change - as many scripts would be affected by such change. Maybe the solution is make/deep? -pekr-