Hide "R"-logo during network access - was: Re: ANN: Serve-It! (PRE-release)
[1/1] from: antonr::iinet::net::au at: 11-Mar-2004 0:24
I just thought of a trick, and it seems to work.
Compare these two:
view layout [button [read http://www.rebol.com]]
view lay: layout [
button [
lay/size: lay/size + 40x0
read http://www.rebol.com
lay/size: lay/size - 40x0
]
]
That is, temporarily change the window size,
(without SHOWing the window). So the R-logo
is shown outside the visible window area.
Anton.