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
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
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
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
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
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
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