Hi Barry

You can trap the OnfldEntry event of the field to detect user click in 
the field. Then call SysKeyboradDialog to popup the keyboard. Then let 
the user select the characters and click done.

For Ex. to trap the entry into the field "fldUName" in form 
"frmUserInfo" you should write

static Boolean frmUserInfo_fldUName_OnfldEnter(EventPtr event)
{
    // Insert code for fldUName
    SysKeyboardDialogV10();
    return true;
}

This should do the job for you.

Regards

-- 
PREMANAND SK
Project Manager (Business Applications)
DIMENSIONS CYBERTECH INDIA PVT. LTD.
112, Nila, Technopark, Trivandrum, India.
Phone : 0091-471-527333, 527676.
Fax   : 0091-471-527666.
Mobile: 0091-98460-19530.


Barry Peet wrote:

>Does anyone know howto automaticly popup the (virtual) keyboard when a text
>field gets the focus?
>
>I've tried several options, but still have 2 problems:
>
>1 - how do i detect that the user has clicked on a text field?
>2 - how do i send the keyboard (keyboardChr) character to the queue so the
>keyboard pops up?
>
>Thanx in advance!
>
>Barry
>
>
>




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to