I have created a login window which have two text field and 2 buttons of OK and Cancle, I have set each control's nextKeyView correctly in interface builder, but after I compiled the program, the tab order is not the one I set in interface builder?
The order of my design is UserName TextField, Password TextField, OK Button, Cancel Button, but the actually tab order is UserName TextField, OK Button, Password textField, Cancel Button.
My system is Mac OS X 10.5.2 and XCode version is 3.1 beta2.
Is there a work around for this?
The order of my design is UserName TextField, Password TextField, OK Button, Cancel Button, but the actually tab order is UserName TextField, OK Button, Password textField, Cancel Button.
My system is Mac OS X 10.5.2 and XCode version is 3.1 beta2.
Is there a work around for this?