mouseUp and ?? not in pendingMessages

Jeanne A. E. DeVoto jeanne at runrev.com
Tue Apr 16 20:33:01 EDT 2002


At 6:24 PM -0700 4/16/2002, Dar Scott wrote:
>on mouseUp
>   wait for 2 seconds  -- I click a couple times here.
>   put linefeed & "=========" & linefeed & the pendingMessages after
>field "Report"
>end mouseUp
>
>A couple rev messages show up, but no mouse messages for the two clicks.

There's no reason it should. It's not in the pendingMessages at that point,
since you haven't used "send in time" to send a mouseUp message. The
pendingMessages lists messages that have been queued by "send in time", but
not yet sent.

--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/





More information about the use-livecode mailing list