I want do some field who call the keyboard( numeric)that when the user tap on the field.I don't know how i can do it.
Wait for the fldEnterEvent, then call
EvtEnqueueKey(vchrKeyboardNumeric, 0, commandKeyMask);
I think this would be most compatible, as it best simulates the user tapping on the '123' area of the silkscreen. Or you can directly call
SysKeyboardDialog(kbdNumbersAndPunct);
-- Ken -- Ken Krugler TransPac Software, Inc. <http://www.transpac.com> +1 530-470-9200
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
