B4J Question password field

mrred128

Active Member
Licensed User
Longtime User
In my UI, I am allowing a user to enter a cypher key using a 'node' password field. I would like to know how to make it wrap and go multi line.

Any suggestions or alternatives?
 

Daestrum

Expert
Licensed User
Longtime User
I don't think PasswordField or TextField are able to be multiline (reading the oracle docs), you will probably need to use TextArea.
 
Upvote 0

mrred128

Active Member
Licensed User
Longtime User
It's also not supported in B4J (i assume) because the text field was not exposed. Look before you leap..... :)
 
Upvote 0

mrred128

Active Member
Licensed User
Longtime User
I was referring to the text field of the PasswordField object and not the TextField object itself.
 
Upvote 0
Top