[REBOL] Re: View buttons - change state
From: brian:hawley at: 2-Aug-2001 23:16
Whoops!
Daniel Murrill wrote:
>Hello all,
>
>Does anyone know how to script a button
>so its' visual state is down, not up?
>
>view layout [ b: button "down" edge [ ...... effect [down]]] ...
>This is does not work, it's not supported.
>
>i would like to save the button to-image that's
>parsed out of an global script and idon't
>want to have to set the feel or engage func
>to do this. Any ideas?
I wrote:
view layout [button "Down" false]
I meant:
view layout [button "Down" true]
Logic error :)
Brian Hawley