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

[REBOL] Re: Weirdness with Request boxes

From: rotenca:telvia:it at: 5-Feb-2002 14:43

Hi Sunanda,
> That leaves me with two questions I can't answer: > > 1. Is there any easy way to ensure the Request boxes *are* modal? > > 2. Is there any way I can check if any Request boxes are active and then > cancel them and the thread that was waiting on them? (i.e. code to go into > the "clear boxes" button -- and code that should go after a Request to flush > out any multiple instances)
I forgot to say what is my strategy for this problem: i use view/unview wrappers which check the pop-list pop-face fields and then do what i want, like to hide-popup all popup before opening the new window or open a popup window instead of a normal window or deny any new window until any popup is open. Up to date I have not problems with this. --- Ciao Romano