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

[REBOL] Executing one action while another is still active.

From: reboler:programmer at: 22-Feb-2002 14:42

Is there a way (perhaps with DETECT) to get View to do one faces action while another faces action is still "working". Specifically, I need something that will kill a currently executing action, something like hitting the "ESC" key in many programs. If an action is taking too long I want to stop it "mid stream". Pseudo code: sensor keycode escape [stop any currently active actions]