Hi Maxim,

On Wednesday, January 21, 2004, 10:12:47 PM, you wrote:

MOA> but I noticed I have to patch in-window? cause there is a bug in it (v1.2.10)!
MOA> if you source the code, you will notice that the last
MOA> call to in-window is incorrectly typed as in-window instead
MOA> of in-window?

Yup,  I  have  a  patched version in the same script as that other
code. I forgot to include it too. :)

Anyway, it is fixed in the new View.

>> about
REBOL/View 1.2.31.3.1 21-Jan-2004 Core 2.5.7
Copyright 2000-2004 REBOL Technologies.  All rights reserved.
REBOL is a trademark of REBOL Technologies. WWW.REBOL.COM
>> source in-window?
in-window?: func [
    "Return true if a window contains a given face."
    window face][
    if face = window [return true]
    if none? face/parent-face [return false]
    in-window? window face/parent-face]

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to