Re: binding relationship to checkbox

2011-03-08 Thread Amy Gibbs
Sorry, I'm obviously being a bit dim here, I have got array controllers for both the categories tableview and the products tableview, As I want to list ALL the categories in the tableview I have bound the name column to the categories. array controller, arrangedObjects, categoryName The

Re: binding relationship to checkbox

2011-03-07 Thread Jerry Krinock
On 2011 Mar 07, at 08:55, Amy Gibbs wrote: > I still can't work out how I could bind the checkboxes As I said earlier, think: "array controller". ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator c

Re: binding relationship to checkbox

2011-03-07 Thread Amy Gibbs
Sorry, that's what I meant, I would check and uncheck the checkboxes to create/break the relationships, sorry, my fault for describing it incorrectly. I still can't work out how I could bind the checkboxes to create this action? Thanks On 7 Mar 2011, at 4:49PM, Jerry Krinock wrote: On

Re: binding relationship to checkbox

2011-03-07 Thread Jerry Krinock
On 2011 Mar 07, at 00:58, Amy Gibbs wrote: > I have got a … tableview that currently has a … checkbox column. I want to > list all the categories that exist in this tableview, and select and deselect > the checkboxes to create/break the relationship(s) between the selected > product and the ca

Re: binding relationship to checkbox

2011-03-07 Thread Amy Gibbs
Hi, My application has a tab view as the main view (it might look dated but I can take it straight from the library and it works) In one tab I have a table view that holds the 'master' category list. Here I can add/remove categories. In another tab I have my products list. There is a tabl

Re: binding relationship to checkbox

2011-03-06 Thread Jerry Krinock
On 2011 Mar 05, at 08:20, Amy Heavey wrote: > This sounds to me like something that should be doable with the 'magic' of > bindings Well, bindings should certainly be involved, but there is more to it than that. The most important is the view that will display your "checkbox column". Assumi

binding relationship to checkbox

2011-03-05 Thread Amy Heavey
Hi Everyone, I was wondering if anyone could point me in the right direction for my problem? I'm working on a core data application, and in this issue I have 2 entities, product and category. They have a many to many relationship. In my interface I want to have a list of all the categorie