Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User brilleaben's Avatar
    Join Date
    May 2003
    Posts
    32
    Hello,


    I have this form:

    fSettings=new Form("Settings");
    tfPIN=new TextField("PIN:", null, 4, TextField.Numeric|TextField.PASSWORD);
    ... other code to launch the form.

    The idea is, that the user can enter a 4 digit PIN code to unlock some data. Now, on a Nokia 6230 when pressing Edit the user is prompted for the PIN code. The PIN code is masked out with asterisks (as expected). On the Settings form the PIN code is shown even though the TextField.PASSWORD constraints has been given.
    Why is that?

    I don't see this behaviour on a Nokia 6310i.


    Regards,
    Brian

  2. #2
    Regular Contributor Pinga123's Avatar
    Join Date
    Oct 2004
    Posts
    66
    maybe you have to accept that every phone have different implementation and spec of Java. even they are in the same series....
    so, you may need to solve this by trial and error.
    and I can say that this cost most of the development time.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved