Manpreet,

>Any idea about the virtual keyboard problem....?

Catch the virtual chars for opening the keyboard, and write your own
replacement.  Also be sure to handle the user moving the insertion point within
the field or selections within the field to delete or replace characters.

Methinks it is much simpler to let the OS do all that for you, by either using a
Symbol font and getting boxes instead of asterisks, or else creating a small
custom font with an asterisk as glyph -1 and no other chars defined.

See the PilRC manual for information on creating a custom font, and the
FntDefineFont() api for making it available while a program is running.

Doug

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

Reply via email to