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

[REBOL] Re: [view][crash] concurrent do-events limit.

From: moliad:aei:ca at: 29-Mar-2004 4:06

Hi Maarten,
> Actually... the limit should be one, as a wait inside a wait is useless: > a wait is for event processing so one is enough. Nesting waits makes no > sense. As Carl once said: "a wait is a wait" ;-)
I agree, which is why it took me so much time to understand how the modal system all works in view. but when you open any of the requesters (inform), it calls a new 'do-events ( wait [] )... simply because you don't want it to return right away... the wake-event will return false whenever hide-popup is called. This ends one of the concurrents do-event wait []... I also, just today, realised that the 'view word is not a native! anyways, I managed to patch the popup system so that resizable modal requesters are now possible... vid, view and face are so open, its nice to be able to fix/enhance things ourselves. ! -MAx