Re: Question(s) on NSForm(s)
Re: Question(s) on NSForm(s)
- Subject: Re: Question(s) on NSForm(s)
- From: Drew McCormack <email@hidden>
- Date: Thu, 15 Nov 2001 09:03:10 +0100
I can do the text limit through the haschanged delegate, and the
custom class for the password fields works fine if I use a separate
field for each input, but then you lose the nice interaction with the
tab key and cycling the focus between each field.
You can do this with NSTextField's by setting the "nextKeyView" outlet
of one of them to point to the next that should be "tabbed" to.
When you drag the control onto the window, it defaults to 2 inputs,
how do you increase that number?
I believe it is control-drag on resizing tab at the bottom of the form.
(It may also be alt-drag or apple-drag, so if control-drag doesn't work,
try the others.)
Drew McCormack