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

[REBOL] Re: Layout

From: info:id-net:ch at: 21-Sep-2002 15:33

The way i use is to place different boxes, in my first layout.. Those boxes could have 0x0 offset and 1x1 size. (i.e boxA) Each one them could have a content when you want, even when the first layout object is done and shown. The content is another layout. You just has to 1) transform the [] into a layout 2) declare that the layout-number2 is boxA/pane 3) declare boxA/size: 200x200 i.e. 4) declare boxA/offset is 10x10 5) show boxA All the procedures I used is in the article, too. http://www.rebolfrance.org/articles/debutantvid/debutantvid.htm But I'm sure there's other ways to do it.. I do that, because I have problems to handle subpanels, access and refresh them.