hi all
i m using a password field created through this code from rwblinn :
but it s not raising the action event ? what am i missing ???
i m using a password field created through this code from rwblinn :
B4X:
Sub CreatePasswordField As TextField
Dim jo As JavaObject
jo.InitializeNewInstance("javafx.scene.control.PasswordField", Null)
Return jo
End Sub
but it s not raising the action event ? what am i missing ???