[REBOL] Re: Window using forever loop
From: Izkata::Comcast::net at: 4-Dec-2006 9:19
view/new layout [...........] forever [ check-and-update wait 00:01:00 ] view/new displays the window, the returns immediately - it doesn't wait for the window to close. So it'll be open and running inside the 'forever loop. Include a 'wait in there so that the window still responds to events and your function isn't running continuously. On Tue, 2006-11-21 at 13:43 +0100, tmoeller-fastmail.fm wrote: