PDA

View Full Version : Hide number whilw dialling


pradneysh
09-20-2007, 04:02 AM
Hi all,
I am developing application for Blackberry, in which, I have to dial one special no, but that no should not be visible on the screen while dialling. If anyone have any suggestion, please share it...

Thanks and Regards,
Pradneysh(y)

simon.hain
09-20-2007, 04:39 AM
use PasswordEditField, it shows asterisks instead of plain text. be sure to use FILTER_PHONE.
place a "make call" button or menu entry and invoke the phone application with PasswordEditField.getText() as parameter

hth,
simon