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 ~ [EMAIL PROTECTED]
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to