cocoa - Using "Tab" key to move from NSTextField to NSMatrix -


i have cocoa form (xib) contains nstextfields , nsmatrix of nsbuttoncells. can use "tab" key tab though nstextfields, nsmatrix gets skipped over.

i want able tab nsmatrix, , tab 1 button next within matrix.

i have put in following line of code, having no effect:

[mtxmymatrix settabkeytraversescells:yes];  

can problem or point me example? have searched hours no success.

i had similar problem , solution found fiddling "first responder" setting. specifically, making sure entire form didn't refuse, , each individual field likewise accepted first responder status. again, whole form, , each field well. searched while... :( i'm noob.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -