T9 Mode Suggestions requires!!!! | developer.brewmp.com T9 Mode Suggestions requires!!!! | developer.brewmp.com

Developer

T9 Mode Suggestions requires!!!!

Forums:

Hi All ,

I want to set my custom text editor to take input character in T9 form. For this I had done as

SETAEERECT(&pMe ->aeerect, 10, 10 , 100, 50 );

ITEXTCTL_SetRect(pMe ->pITextCtl1, &pMe ->aeerect);
ITEXTCTL_SetCursorPos(pMe ->pITextCtl1, TC_CURSORSTART );
ITEXTCTL_SetMaxSize(pMe ->pITextCtl1, 400 );
ITEXTCTL_SetProperties(pMe ->pITextCtl1, TP_T9_MODE );
ITEXTCTL_SetActive(pMe ->pITextCtl1, TRUE);
ITEXTCTL_Redraw(pMe ->pITextCtl1);
ITEXTCTL_SetInputMode(pMe ->pITextCtl1, AEE_TM_T9);

After doing this i found that my application is not taking input characters in T9 form. Its seems that Multitap mode is working.

I am using Smansung SCH-S259 device.

Is ITEXTCTL_SetProperties() and ITEXTCTL_SetInputMode() behaviour depands on OEM or requires any other way to enable T9 mode? :confused:

Please leave your comments on this