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

[REBOL] Re: Event redirection within face hierachies

From: james::mustard::co::nz at: 20-Jun-2004 23:11

Thanks Carl & Brett for your feedback :) The scenario i mentioned was just an example - I should have been a little more explicit in the details :) Inside the detect function I would like write access to the following (currently these are read only): detect: func [face event][ event/offset: new-xy-pair event/face: new-top-level-face ;rface: my-remote-face-which-wants-this-event-for-subface-processing rface/feel/detect rface event ] The following code will fail with path unknown etc. As will event/1,event/2 etc assignment. As Volker / Cyphre etc have mentioned it would be nice if we could actually modify these events on the fly - its a very rebol sort of idea ;) Regards, James. Carl Read wrote: