[REBOL] Re: [view] Problems with /new and not /new
From: Izkata:Comcast at: 14-Aug-2004 19:53
(I forgot to put this in the first e-mail - REBOL/View 1.2.46.3.1 6-Apr-2004
Core 2.6.0)
> Makes sense :)
Yay lol
> -Volker
Erm.. I understood all that (good for me), but..
In what I'm working on, there is a main layout which opens right away -
view center-face layout [blah blah]
In it, a button is supposed to open another window as a menu - but in the
function,
it uses bitmaps in another directory to construct the menu each time it's
called.
But it isn't pausing to let a person choose one of the images.
So, click on "Menu", it opens a second window, click on an image, the second
window
closes and returns the image to the first window. (To be used as the
remaining part of the
button's function)
Gabriele Santilli wrote:
> view layout [text "hello"]
> (now press ESC)
> view layout [text "hello 2"]
>
> A new VIEW replaces the first window and does not wait. (See the
> source for details. :)
view/new layout [text "hello 3"]
I think I'm finally better understanding how this works..
But not enough to understand and possibly change 'view - or figure a
workaround..
Can anyone post a link to, say, and explanation of it, or just the basics
here? I'll still be
trying to figure it out, and hopefully not annoying anyone, but this may be
helpful to
other people who, like me, are/were nervous about mailing the list.
-Izzy boy