Hello Guys,
I am trying to make an edit box that behaves as a password field. I have tried everything but cannot reach a conclusion.
All help is appreciated (I know its probably a really simple thing),
Many Thanks,
Matthew.
Edit Field (Password Style)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Edit Field (Password Style)
Hi.
There are several threads about this, ranging from "keyUp" handlers in the field that append an asterisk, say, into the field while keeping the actual text in a custom property of that field, down to using the imageSource property to display an image in place of each char. In that way, the actual ASCII character is still present in the field, but its appearance is substituted by the image. Can you manage either or both of these methods? Write back if you need help. Look up "imageSource" in the dictionary.
Craig Newman
There are several threads about this, ranging from "keyUp" handlers in the field that append an asterisk, say, into the field while keeping the actual text in a custom property of that field, down to using the imageSource property to display an image in place of each char. In that way, the actual ASCII character is still present in the field, but its appearance is substituted by the image. Can you manage either or both of these methods? Write back if you need help. Look up "imageSource" in the dictionary.
Craig Newman