Hi there,

I want to create a password analysis tool that updates an  
NSLevelIndicator with each character entered into a  
NSSecureTextField. I know how to update the NSLevelIndicator once the  
user has finished entering text but how do i update it per character?

To give you a bit more info:

The text is passed to a function: the function returns a value: the  
value is used to update the level indicator.

This works fine but I can only do it once the whole word is in the  
field. How do I pass characters as they are entered to my func? Such as:

1. P
2. Pa
3. Pas
4. Pass
5. Passw
6. Passwo
7. Passwor
8. Password

Thank you for any help you might give.

Phil.
>
>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to