Hi RebOldes,
On Monday, August 26, 2002, 1:41:44 PM, you wrote:
R> view layout [
R> button "my button" 100 [print now]
R> at 80x0 box 20x50 effect [merge colorize 200.0.0]
R> ]
Well, a rough approximation would be:
view layout [
btn: button "my button" 100 [print now]
at 80x0 box 20x50 effect [merge colorize 200.0.0] feel [
engage: func [face action event] [
btn/feel/engage btn action event
]
]
]
It has a number of problems, but should get you going. Also, of
course the "right" solution would be for RT to provide event
transparency in some way.
Regards,
Gabriele.
--
Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.