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:55

Hi, Gabriele,
> I think that was the intention, but /View (or maybe it's just VID?) > seems to have problems handling modal windows.
The problem, if it is a problem, is in View and event handling.
> IMHO, it's best to avoid modal UI at all; when that is not > possible, you should "disable" (or close) the "parent" window while > showing the "child" (modal) one. A simple way to disable a window > is to put a tansparent face that covers it at the tail of its > pane. (I usually apply an effect such as GRAYSCALE to show to the > user that the window is disabled.)
I' d not be so drastic. I use it extensively without problems with already open windows. I'd say that RT does not give us all the logic we need, we are free to make some strange things, but we can also not to make them. It is to us to check things before doing. I'm speaking of using directly show-popup/hide-popup, not of request-xxx (which i do not know well, because i do not use). --- Ciao Romano