Proceeding to nextKeyView when a NSTextField is full.
Proceeding to nextKeyView when a NSTextField is full.
- Subject: Proceeding to nextKeyView when a NSTextField is full.
- From: "Huyler, Christopher M" <email@hidden>
- Date: Fri, 5 Mar 2004 14:42:35 -0500
- Thread-topic: Proceeding to nextKeyView when a NSTextField is full.
There is probably a simple solution but I can't seem to find it.
Basically I want the user to enter a 25-character license key and I have
broken it up into five text fields that will hold five characters each.
This is pretty straight forward. I created a custom NSFormatter to
limit the length of the fields to five characters but I would like it to
proceed to the next field (which is the nextKeyView) when the current
field has five characters. That way the user doesn't have to hit tab or
click on the next text field.
Is there a way to do this in Cocoa?
--
Christopher Huyler
Computer Associates Intl.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.