On 9/27/06, Michael <[EMAIL PROTECTED]> > how come PODS know the
fields event.data.keyHold.chr and event.data.keyUp.chr and CW 9.3
don't know about them ?
It's strange since CW 9.3 know the enums keyUpEvent and keyHoldEvent...
Therefore I use event.data.keyDown.chr instead.
But as I compile on PODS and then someone compiles the same code on CW 9.3, I
would like to have the correct structs to be used (even if internally they are
strictly the same I agree).
keyDown, keyHold and keyUp all refer to the same
area of the structure; as they are unions within the
structure :) if you want to maintain compilation ability
with older SDK's use the keyDown structure.
you can always look at the headers if uncertain
--
// Aaron Ardiri
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/