I'm trying to get the keyboard to pop up in my application, but it
doesn't seem to work.  This is what my code looks like:


objIndex = FrmGetObjectIndex (formP, FldInpSS);
FldSetTextHandle(FrmGetObjectPtr (formP, objIndex), (Handle) nameH);

FrmSetFocus(formP, objIndex); /* Set the insertion point blinking in the
only field */

SysKeyboardDialog(kbdNumbersAndPunc);

/* Allow the user to enter a siteswap.  Wait until */
/* a button is pushed (OK or Cancel). */
buttonHit = FrmDoDialog (formP);


The form pops up with a blinking cursor in it, but the keyboard
doesn't.  What am I doing wrong?

-Nathan

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

Reply via email to