Thanks for ur reply,
Even i also started doing same.
But one problem is how can i get the active field in the form?
For EX:
In my form(Mainform) i have 2 to 3 text fields.
If i click on any one of the field it will display keyboard button.
Then if i click on keyboard button it will popup keyboard model form .for that i am using FrmPopupForm(KeyBoardForm);
In keyboard form i created keyboard and a field .
If i click done button it should write the text in to my( Mainform)active text field.
for that i used
fieldindex =FrmGetFocus(frmP);
ObjID= FrmGetObjectId(frmP,fieldindex);
ObjID= FrmGetObjectId(frmP,fieldindex);
but it is not working .
Do u have any idea?
Thanks ,
Regards
Harsha
Bogdan Rosca <[EMAIL PROTECTED]> wrote:
as far as i can tell the keyboard is just a modal form with buttons on it and a text field .. when u press a button a caracter is added to the textfield's text.. i see it that simple .. it's not hard to do it just it will take some time:)
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
