Charles Hartman wrote:

> A keyUp message whose parameter is cmd-U is generated when I choose a
> menu item whose purpose is to open a substack. So it's generated  before
> I have even opened the substack containing the card containing  the
> field whose script contains the keyUp handler. That handler then  calls
> a handler in the main stack, which reads and writes a variable  there in
> the main stack script. So why does that cmd-U (or the 'u'  part of it)
> end up in that variable?

I see. I didn't realize the keyUps were in an unopened substack. You'd need to do some investigating but it could be that after the command key triggers the menu item and opens the substack, the next keyUp message in the queue is then sent to the new top stack, which would be your substack.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to