Hello Bill, Key up and down events are reserved for the keyboard input and are used as input events for the text input boxes. Meanwhile, pen down and pen up are both recognized by the button, but they're not passed to the parent in form of the signal. To use pen up and pen down you'll need to define an event handler for your button and look for these event codes in the event control structure. Regards
↧