NSArrayController - limiting number of values
NSArrayController - limiting number of values
- Subject: NSArrayController - limiting number of values
- From: Benjámin Salánki <email@hidden>
- Date: Sat, 8 Apr 2006 22:41:46 +0200
Hi there,
I have a problem here and I am not sure I can handle it easily.
I have to array controllers, one's content set is bound to the
selection of the other. this is all working fine, i have it all set
up to show the bound data in a table view, which is fine too.
now what i need to accomplish is to have a third array controller
that is bound to the selection of the first one as well, but only
displays the first 15 entries of the given selection. so say the
selection in arraycontroller 1 has 35 entries, i only want this new
arraycontroller3 to handle the first 15 elements, while i want
arraycontroller2 to handle all 35. is this possible? how should i try
to do it?
any thoughts are appreciated.
Ben
_______________________________________________
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