when a button opens a window without the /new , it actually adds a new event handler.
If you open more than 11 or 12 this way, rebol crashes. memory consumptions might also grow depending on what you are using and the stylesheet used... you should ALWAYS use /new when opening a window beyond the first. -MAx Izkata wrote: > Using view/new works just fine.. The script continues as it should.. > > But for some reason, even if I hadn't used view/new in the script yet, > using only view layout [blah blah] causes the script to continue on and not > halt. > It usually happens when I click a button in a layout that calls a function > that > opens another. (Did that make sense?) > > > -Izzy boy ^.^ (Thanx for any help if you understood my request) > > -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
