Change text field focus with "TAB"

Hey all,

I have changed the interface of a little app I’m making with ASS, and since then I can’t go from one text field to another by pressing the tab key.
All I did was copy/paste from the old interface so I thought that wouldnt change a thing, and yet…

I cant find what I did wrong in IB.

Also I used to be able to copy/paste text with CMD+C / CMD+V in those text fields, which I cant do anymore either.

Anyone have any idea what I need to do to correct that ?

Thanks in advance :slight_smile:

Hi,

you can change the order of responders by making a control-drag connection from field 1 to “nextKeyView” of field 2

Thanks Stefan, this works great → nextKeyView from one field to the other and vice versa.

However, this does not solve the issue of not being able to copy / paste text in those fields…

Did you remove the Edit menu from your Main menu? That’s happened to me before

I can’t get the tabbing behaviour to work. I select Field 1 and control click to field 2 and select nextKeyView. Tabs still go from field 1 to the check button next to it to the text field to the left of that, instead of to field 2 which is below.

Ideas?

Thanks