Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Event transparent faces

From: g:santilli:tiscalinet:it at: 27-Aug-2002 12:19

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 <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r