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

[REBOL] VID and pre-existing faces

From: brett::codeconscious::com at: 19-Apr-2001 0:02

Hi VID gurus If I have a pre-existing face a-face: layout [text "A simple face"] and I want to include it within a new face b-face b-face: layout [ title "Decorated face" ... a-face... ] Can I do it with a VID specification or do I play with b-face/pane as I am now? Thanks, Brett. --- http://www.codeconscious.com