Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: wait, events and ports - how they work together ?

From: gabriele::colellachiara::com at: 27-Jul-2006 12:32

Hi Janeks, On Thursday, July 27, 2006, 7:45:36 AM, you wrote: sal> So - what to do if I do not want to wait on a port? F.ex. do not wait on sal> view/layout events? Remove the event:// port from the wait list. sal> I.e. remove them from wait list: sal> tmpPrts: system/ports/wait-list clear system/ports/wait-list That should be: tmpPrts: copy system/ports/wait-list otherwise you're clearing it. sal> Why in case above wait still waits on view/layout events It shouldn't, unless there's something else in your code. Anyway, why don't you want to get View events? Regards, Gabriele. -- Gabriele Santilli <gabriele-rebol.com> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/