On 05/09/2009, at 3:16 AM, Sean McBride wrote:

On 9/4/09 9:41 AM, BareFeet said:

I'm fairly comfortable with setting up bindings for table columns to
an NSArrayController. Now I'd like to use bindings where the columns
change at runtime. Is this possible? I am avoiding using CoreData (so
I can run on Mac OS X 10.3 ish and upwards).

One way to do this is to create all the columns in IB and bind them all
in IB.  Then at runtime, programatically hide columns as needed.

Thanks for the input Sean.

Two problems with that:

1. The columns I'm generating are from input data (any SQLite database) so the combination of columns is infinite. I can't create infinite columns and hide some.

2. As per my second email I've managed to generate the table columns and bind them in code. But now I'm looking for the best way to trigger that code when the selection in the boundTo list changes. It would be the same dilemma ifI were to hide columns (vs creating them): how do I trigger that in bindings?

Thanks,
Tom
BareFeet
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to