Paul Kocsis wrote:
Doesn't matter if I "quit" or pass the "closeStackRequest"
message...same thing happens...HOWEVER...I didn't realize that pending
messages could cause that!!!  I believe that might be it as I think
there most certainly could be a pending message on the queue!  I shall
implement post-haste!

Unless you need those message to complete, this might help:

on KillAllPendingMessages
  repeat for each line i in the pendingMessages
    cancel (item 1 of i)
  end repeat
end KillAllPendingMessages

--
 Richard Gaskin
 Fourth World Media Corporation
 ___________________________________________________
 Rev tools and more:  http://www.fourthworld.com/rev
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to