Re: nextKeyView and NSTabView: How to prevent the tabbing order from going out of the tab view?
Re: nextKeyView and NSTabView: How to prevent the tabbing order from going out of the tab view?
- Subject: Re: nextKeyView and NSTabView: How to prevent the tabbing order from going out of the tab view?
- From: Robbie Haertel <email@hidden>
- Date: Mon, 1 Nov 2004 17:02:56 -0700
I see. Nevertheless, I still found a solution. Granted, I see the
purpose of allowing the tab to leave the tabview, but it may be useful
in some cases to know this:
The *only* connections I had to make were: NSWindow > NSView (Content
View) -- initialFirstResponder; and NSView (Content View) > NSTabView
-- nextKeyView. It probably wouldn't be a bad idea to hook up all the
rest.
To be sure, I added an extra text box outside and enabled full
keyboard access. When I click in the textbox outside, I can tab to
the buttons. But inside of a given tab view it stays there (I know
because the text boxes are in different places in the tab views.
Let me know how/if it works.
Robbie
On Mon, 1 Nov 2004 23:08:32 +0100, Uli Zappe <email@hidden> wrote:
> Am 01.11.2004 um 18:24 schrieb Robbie Haertel:
>
>
>
> > Well, it seems that I've understood you correctly, but I'm baffled
> > that it doesn't work for you. Try out the attachment and let me know
> > if it actually works on your system. I, too, am using 10.3.5 and IB
> > 2.4.2 (v364), which I believe is the same as you.
> >
> > If I remember right, the first "pane" I set up manually while the
> > "second pane" I just let IB do the job. I don't have buttons, because
> > I haven't enabled full accessibility on my computer anyway.
> >
> > Let me know what happens!
>
> Well, it doesn't work for me.
>
> But the explanation is quite simple: I do use full keaboard
> accessibility on my computer, but you don't. Since you don't, of course
> the button is never reached, but this is because it's a button, and not
> because it's outside of the tab view. Try replacing the button with
> another text field, and you will experience the same behavior as I do.
>
>
>
> Bye
> Uli
> ________________________________________________________
>
> Uli Zappe, Solmsstraße 5, D-65189 Wiesbaden, Germany
> http://www.ritual.org
> Fon: +49-700-ULIZAPPE
> Fax: +49-700-ZAPPEFAX
> ________________________________________________________
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden