Can someone tell me what's happening here?

Rebol []

do load-thru http://www.codeconscious.com/rebol-library/scroll-face.r

lo: layout [ button "close window" [ unview/only lo ] area
200x1000 ]

view center-face lo  ; correctly closes window

view center-face scroll-face lo 200x300 ; won't close now

This assumes your screen depth is less than 1000.

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to