Re: [Solved] NSTableView updating checkboxes

2009-03-29 Thread Jo Phils
AM Subject: Re: NSTableView updating checkboxes On 23/03/2009, at 12:21 PM, Jo Phils wrote: > Thank you Andrew (and Graham), > > I think i'm finally realizing that! :-) Thank you very much. Ok I still > don't have it yet but it's back to work for me and hopefully t

Re: NSTableView updating checkboxes

2009-03-25 Thread Jo Phils
l To: Jo Phils Sent: Monday, March 23, 2009 10:35:31 AM Subject: Re: NSTableView updating checkboxes Just remember that every time the table view redisplays itself (for whatever reason), it will rebuild the list by asking the data source again how many rows there are by calling numberOfRowsInT

Re: NSTableView updating checkboxes

2009-03-23 Thread Graham Cox
On 23/03/2009, at 12:21 PM, Jo Phils wrote: Thank you Andrew (and Graham), I think i'm finally realizing that! :-) Thank you very much. Ok I still don't have it yet but it's back to work for me and hopefully the next time I post back I'll finally have it... :-) Thanks again, Rick H

Re: NSTableView updating checkboxes

2009-03-22 Thread Jo Phils
___ From: Andrew Farmer To: Jo Phils Cc: Graham Cox ; cocoa-dev@lists.apple.com Sent: Sunday, March 22, 2009 3:45:12 PM Subject: Re: NSTableView updating checkboxes On 21 Mar 09, at 04:04, Jo Phils wrote: > I have taken some time to work on your suggestions...unfortunately I still > can&#

Re: NSTableView updating checkboxes

2009-03-22 Thread Andrew Farmer
On 21 Mar 09, at 04:04, Jo Phils wrote: I have taken some time to work on your suggestions...unfortunately I still can't figure out how to uncheck/recheck the checkboxes by clicking on them. :-( I understand what you're telling me about keeping 2 lists and ultimately I will get to the point

Re: NSTableView updating checkboxes

2009-03-21 Thread Jo Phils
ing to get the checkbox issue working first...thanks again! Rick From: Jo Phils To: Graham Cox Cc: cocoa-dev@lists.apple.com Sent: Friday, March 20, 2009 11:19:46 PM Subject: Re: NSTableView updating checkboxes Thank you again Graham so much for the quick reply. Yes

Re: NSTableView updating checkboxes

2009-03-20 Thread Jo Phils
ere my problem was. Ok I will work on your suggestion and I really do appreciate all of the help... :-) I'll let you know, Rick From: Graham Cox To: Jo Phils Cc: cocoa-dev@lists.apple.com Sent: Friday, March 20, 2009 8:56:23 PM Subject: Re: NSTable

Re: NSTableView updating checkboxes

2009-03-20 Thread Graham Cox
On 20/03/2009, at 8:53 PM, Jo Phils wrote: Hi Graham and thank you very much for your reply. I think I'm still a bit confused I do apologize. :-( Here's my code so far so you can see... - (int)numberOfRowsInTableView:(NSTableView *)aTableView { return [filenames count]; } - (id

Re: NSTableView updating checkboxes

2009-03-20 Thread Jo Phils
g called but it's just I couldn't figure out the code to change the state of the checkboxes... Thank you again so much for your help, Rick From: Graham Cox To: Jo Phils Cc: cocoa-dev@lists.apple.com Sent: Friday, March 20, 2009 1:56:36 PM Subject: Re

Re: NSTableView updating checkboxes

2009-03-19 Thread Graham Cox
On 20/03/2009, at 4:43 AM, Jo Phils wrote: I am still a Cocoa beginner and looking for some help. Based on Using a Table Data Source in the Table View Programming Guide I have initiated my Table View with 2 columns...one for filenames and one for checkboxes (NSButtonCell). Everything is

NSTableView updating checkboxes

2009-03-19 Thread Jo Phils
Hello, I am still a Cocoa beginner and looking for some help. Based on Using a Table Data Source in the Table View Programming Guide I have initiated my Table View with 2 columns...one for filenames and one for checkboxes (NSButtonCell). Everything is fine except this method: - (void)tableVi