Hi Maxim, On Saturday, August 14, 2004, 6:38:03 AM, you wrote:
MOA> when a button opens a window without the /new , it MOA> actually adds a new event handler. Actually, no. It starts a new handler for the first window only. Try this at the console: 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. :) Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
