TMenuFrame test and KAT world

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

TMenuFrame test and KAT world

David Faught
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