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

[REBOL] probing events...

From: media::quazart::com at: 30-Oct-2001 10:17

Hi! trying to decifer the events returned in a detect feel within view's root window... rebol [] print "Running.." view layout [ box 200x200 "A Box" navy feel [ detect: func [face event] [ probe event ] ] ] doesn't print anything... I guess the event system is a "module" or something like that ... thus invisible !? is there a way to run-time decifer what is in the event? I can print first, second, third, fourth, etc but I don't know what their names are or what they are used for... thanks!