I checked the stack dump in the w2 MyKeyDown event

0       w2.w2.lbMaster1_keydown%b%o<w2>s
1       lbMaster.#KeyDown%b%o<lbMaster>s
2       _Main
3       % main

As expected - no sign of w1...


Are we just missing something?

Before I file a bug report - anyone from RS have any thoughts?

- Jay



Just off the top of my head: w1, in the keydown event is immediately showing w2. Don't you still have the key down at that point?

It would be fun to do a:

try
throw new runtimeException

catch e As RuntimeException
dim s As String() = e.Stack
break

in the event handler in w2, so you can inspect the stack in the event handler. I'll bet you have no sign of code from w1 running.

Guyren G Howe
guyren-at-relevantlogic.com
http://relevantlogic.com

REALbasic, PHP, Python programming
PostgreSQL, MySQL database design and consulting
Technical writing and training


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to