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

[REBOL] Re: [view] Adding objects to a face....

From: Izkata:Comcast at: 26-Sep-2004 18:17

----- Original Message ----- From: <[SunandaDH--aol--com]> To: <[rebolist--rebol--com]> Sent: Sunday, September 26, 2004 4:16 AM Subject: [REBOL] Re: [view] Adding objects to a face....
> In a word, make-face. > > LO: layout/size [button "hi"] 500x500 > unview/all > view/new LO > append LO/pane make-face 'button > LO/pane/2/text: "bye" > show LO/pane/2 > show LO > > Of course, it needs some work on positioning the new element right, among > other things. And you may need to reorder the Z-index (rendering is in
order of
> entries in LO/pane, so moving those around affects what items overlay
others). ! I think this may actually be closer to what I had in mind.. I'll test out Draw and this as well, although I think this is the route I'll end up taking.