I need to check a checkbox column field when a row in my NSTableView has been selected.
How do I detect when a row or multiple rows are selected in my NSTableView ?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use notification
NSTableViewSelectionIsChangingNotification. whenever this notification comes in your applicationperformclickon checkbox.create and connect
-(IBAction)checkBoxMethod :(id)sendermethod to check box and write your code in that function.CheckBox in tableview
How to click a checkbox in nstableview and update an object using KVC?
NSTableView with Checkbox Cell