06-30-2012 01:54 PM
I am a rookie developer so I would be glad if you can also provide a code example for my problem.
So I am making an app which has say EditField EditField and while typing, when the user holds say the LEFT SHIFT,the characters being typed are stored in String Secret ( without those characters appearing on the screen ) while the text on the screen is replaced with characters (as the user types to store the secret text in Secret ) which is pre-defined by the programmer.
Thank you for the assistance. ![]()
Solved! Go to Solution.
07-01-2012 09:16 AM - edited 07-01-2012 09:16 AM
I think you are searching for the effort of Password Field, when user types something it will be replaced with '*' asterix symbol.
For your requirement you can use net.rim.device.api.ui.component.PasswordEditFi
Mark the solution as marked if it helped you! Click accept as solution! It will help others!
A Y.
07-02-2012 03:30 AM
07-04-2012 02:19 PM