I would like programmatically change a text field into a secure text field and back when someone mouses over it. Is it possible to change the type of a text field in AppleScript?
hmm i think your best bet would to be to stack them on top of each other and then just show/hide them.
or using a table view with no visible tabs (that doesn’t draw a background) with both text fields and then switch in between the 2.
You can’t really change between them because they’re 2 different classes. I don’t think you can even do that in obj-c.