on mouseRelease
  if "updateMe" is in the pendingMessages then
    cancel "updateMe"
  end if
end mouseRelease
Just curious, Jan,

The Rev Dictionary states the argument to cancel is the id of the message (though it then gives an example referencing a line from pendingMessages). It does not show or mention cancelling an event by name. I trust it works, or you would not have posted this.

BTW, someone posted something along the lines of:

send "someMessage" to me in x seconds
put it into messageId

a few days ago. This will NOT work: the second line should be "put the result into messageId".
--

Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.com/who.htm

"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."

from "The Triple Foole" by John Donne (1572-1631)
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Reply via email to