[REBOL] Hide a face inside its action event?
From: greggirwin::mindspring::com at: 14-Jan-2002 15:25
Is it possible to hide a face when you're responding to an action for that
face? E.g. clicking a button performs some actions, one of which is to hide
the button itself. I can't seem to make it work. Other faces hide just fine,
but not the one that is engaged.
Example: view layout [button "hide" [hide face]]
I'd like to avoide setting flags and having another face responding to time
events just to do this, but if I have to...
Thanks!
--Gregg