Hi Howard,

I wonder if your error has to do with the fact that 'rawKeyDown' is always followed by a 'keyDown' message under "normal" circumstances.

(Says to self: Naaah, that's not it - you can generate 'rawKeyDown' messages without subsequent keyDown's via a mouse wheel, and without problems.)

You could try displaying 'the executionContexts' in an 'errorDialog' handler of your stack script - maybe that will give you some clues as to what's happening.

Phil Davis


Howard Bornstein wrote:
This is weird. I occasionally need to stuff my rawkeydown handler with
a parameter from another script. The rawkeydown handler is in the
stack script. When I use a command like <send "rawkeydown param" to
stack "mystack">  it works but also sends up a "can't find handler"
error. It obviously finds the handler since it works as expected.

Any idea why this error is getting generated? The error will be
ignored in my standalone, but I'd like to know why this is happening.

--
Regards,

Howard Bornstein
-----------------------
www.designeq.com

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to