[REBOL] Re: View/VID focus question
From: g:santilli:tiscalinet:it at: 25-Oct-2001 11:29
[atruter--hih--com--au] wrote:
> is there a simple and clean way of preventing the 2nd and 3rd windows being
> obscured when the focus shifts to the 1st window (by button "A" being
> pressed)?
Is this what you wanted?
main: view/new/options center-face layout [
size system/view/screen-face/size
button "Exit" [unview/all]
button "A"
] [no-title]
view/new/offset/options layout [
button "B"
] system/view/screen-face/size / 4x4 compose [parent (main)]
view/new/offset/options layout [
button "C"
] system/view/screen-face/size / 2x2 compose [parent (main)]
do-events
Regards,
Gabriele.
--
Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/