>I guess I thought I was overlaying a push button and a bitmap, so if I am
>doing
>something wrong in my definition, I would appreciate the feedback.
If you're overlapping two controls, you will indeed get differing behavior
on different OS releases, since the rules changed a bit. (Well, the main
rule was that overlapping controls weren't supported, and how it wasn't
supported changed to be more logical.)
The old rule was that the control with the lowest index would get a pen
tap. The newer and better one is that the control on top (thus with a
higher index) will get it. (That one is better since the thing on top is
what got drawn last, and thus is more likely to be seen by the user, thus
is probably what they wanted to hit.)
I'd wager you're getting confused by this, and/or that you're not hiding
objects at the right time.
-David Fedor
Palm, Inc.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/