[REBOL] View buttons
From: inetw3:mindspring at: 1-Aug-2001 11:23
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?