RE: Cloning an NSTableView which uses bindings
RE: Cloning an NSTableView which uses bindings
- Subject: RE: Cloning an NSTableView which uses bindings
- From: "Amit Kumar(R&D)" <email@hidden>
- Date: Mon, 27 Dec 2004 16:56:10 +0530
I was also stuck in the same problem then Mr.Larry Fransson provide some
clues to solve this problem as following.
You can use the single data source object for multiple table views.
You only write each data source function once.
What you return from the function depends on which table view is asking for
the data.
Thanks
-----Original Message-----
From: cocoa-dev-bounces+akumar=email@hidden
[mailto:cocoa-dev-bounces+akumar=email@hidden] On Behalf Of
Luca Torella
Sent: Friday, December 24, 2004 6:21 PM
To: email@hidden
Subject: Cloning an NSTableView which uses bindings
Hello,
I've to clone an NSTableView. The problem is that the starting table
view uses bindings and the second one musts use a data-source. Anyone know
how to do that simply?
Thanks in advance and good Xmas to all!
Luca.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden