I have a DirectFrame that covers the whole screen with some DirectButtons (the frame is the parent of the buttons).
one of the buttons calls another frame (that also covers the screen) and so hides the first frame. When I move my mouse around, I noticed I can still click the buttons on the 1st frame (even though I can’t see them).
Is this normal panda behavior? (I got around the problem, by destroying the 1st frame, but was just wondering)