Re: Textfield
Re: Textfield
- Subject: Re: Textfield
- From: "I. Savant" <email@hidden>
- Date: Sun, 2 Dec 2007 10:29:16 -0500
I have a window with 5 textfield to enter a serial number of 5x5
characters.
When I entrer 5 characters in a textfield, I want that the cursor
goes automatically in the next textfields.
Why not just use one text field and your own NSFormatter to keep it
formatted?
Otherwise, you can respond to each field's -textDidChange: ...
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
References: | |
| >Textfield (From: Eric PETIT <email@hidden>) |