On 2006-12-01, Henk Jonas <[EMAIL PROTECTED]> wrote: > Hi David, > > isn't there an API for it in the PalmOne-SDK? I think I've seen > something like > > void PinSetInputMode (UInt16 refnum, UInt16 inputMode) > > in PinInputMgr > > Regards > Henk > > David Thacker wrote: > >> Greetings, >> >> Does anyone know a way to programmatically change the DIA input method on >> the T5/TX/LD, between Graffiti2, "ABC", "abc" and "123" keyboards? >> >> If I have the G2 DIA input method displayed, posting vchr 1292 changes to >> ABC, 1293 changes to abc, and 1294 changes to 123. However, once I am on >> the ABC, abc, or 123 DIA keyboard, posting another one of those virtual >> chars doesn't seem to have any effect. Has anyone managed to make this work >> reliably? >> >> Regards, >> >> David Thacker >> http://www.SatelliteForms.net >> The Premier RAD Tool for PalmOS & PocketPC
>From the Palm 5.3 SDK: ------------------------------- Err PinSwitchToPinlet ( UInt16 refnum, const char * pinletID, UInt16 initialInputMode ) Parameters: refnum,: IN: pinletID,: IN: initialInputMode,: IN: Return values: Err error code. Pinlet IDs #define pinClassic "Classic" #define pinTriCell "Tri Cell" #define pinStdKeyboard "StdKB" #define pinletStdKbNum "StdKBNum" #define pinletStdKbIntl "StdKBIntl" -------------------------------------- For more details see the SDK HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
