I use setpasswordtextbox command in the following way :
...
Sub App_Start
...
flb.New1("Form3",B4PObject(1))
flb.SetPasswordTextBox("password")
form3.Show
Sip(True)
flb.New1("Form1",B4PObject(1))
If cPPC Then
flb.TextAlignment("acntnum",flb.alLeft)
.....
on the desktop I get **** instead of characters, on the device it shows the characters that I type.
compiled with 6.50
...
Sub App_Start
...
flb.New1("Form3",B4PObject(1))
flb.SetPasswordTextBox("password")
form3.Show
Sip(True)
flb.New1("Form1",B4PObject(1))
If cPPC Then
flb.TextAlignment("acntnum",flb.alLeft)
.....
on the desktop I get **** instead of characters, on the device it shows the characters that I type.
compiled with 6.50