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

[REBOL] Re: layout patch

From: antonr:lexicon at: 7-Jul-2004 2:11

I was thinking about that approach used by Romano. 'guide would also need to be patched in that case, as it is also bad. (Try this: view layout [across box leaf guide below box red] or try using 'return after an 'origin or 'guide. therefore I dealt with them together in rtn. (Disclaimer: I don't pretend to understand it fully yet, but I was almost to the point of fully documenting each variable when I came to this intuitive leap of a solution. Of course we would all love documentation, but I promise nothing.:) I think Romano's way is better. I'll try patching 'guide later. I think to -> (max-off: guide) Thanks DideC, Gregg and Romano. This has been a long-standing bug/quirk, probably because it's so easy to work around, and patching is not so simple. Anton.