Hi there, Given: EventType event;
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). Thanks ! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
