Hi Robert,

REBOL []
window: layout/size [
    box 25x25 gray
    box 10x10 green
 button "Click Me!" [
  append window/pane make-face/spec 'box [offset: 140x140 size: 20x20 color:
red]
  append window/pane make-face/spec 'box [offset: 180x140 size: 20x20 color:
blue]
  append window/pane make-face/spec 'box [offset: 220x140 size: 20x20 color:
yellow]
  show window
 ]
] 400x200

view window


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to