Re: Password field
Re: Password field
- Subject: Re: Password field
- From: Enrique Zamudio <email@hidden>
- Date: Mon, 09 Jul 2001 21:52:28 -0500
- Organization: Nasoft
You have to use a textfield, then in the custom class inspector, you
select "NSPasswordField" (or whatever the name is).
It won't work from the test interface mode of IB but when you compile
and run your app it will work fine. For some reason the objects that you
assign custom classes to sometimes don't work (or never work? I'm not
sure).
eZL