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

[REBOL] Re: [REBOL]Panel Problems

From: brett:codeconscious at: 27-Jun-2001 18:25

Hi Colin, I responded once, but my machine crashed so I don't know if this will be the second message on this topic. Basically, try this. panel2: layout [info "panel2" mybox: box silver edge [] box gray box maroon] The extra "edge []" will force a new object! to be created for the specific box rather than sharing the object that Anton has described. Brett.