|
I tried the simple test of adding these two lines to the
world>>initialize method for the SimpleDemo world and the KAT
WisconsinWorld:
frame := TMenuTest new.
space addChild: frame.
I did this with both the original SDK and the most updated version
from the Jabberwocky repositories with about the same results. The
menu works fine in the SimpleDemo world and not so well in the KAT
WisconsinWorld. It appears to be missing some pointer events, or
something like that, in the KAT WisconsinWorld. Any idea what's going
on with this?
Thanks for any help,
Dave
|