Re: IB, TableViews and exposing bindings for a Subclassed NSActionCell
Re: IB, TableViews and exposing bindings for a Subclassed NSActionCell
- Subject: Re: IB, TableViews and exposing bindings for a Subclassed NSActionCell
- From: Lee Morgan <email@hidden>
- Date: Mon, 30 May 2005 18:20:06 -0400
OK. Let me try and clear this up a bit more (in hope of getting some help).
Brief: I can expose my bindings to IB in my NSControl subclass but not my NSActionCell subclass.
I have a NSActionCell & NSControl subclass (which uses the NSActionCell). I can expose my bindings fine for both subclasses.
However even though I can expose the bindings in my cell subclass (they show up in "exposedBindings:") I can't find a way to have them displayed in Interface Builder. Note: The cell subclass is IBTableColumnPboardType for use with a table. I'm adding the cell to a table view and checking for exposed bindings (which as stated, are not visible in IB, even though they do exist).
- lee
But despite all this I can't seem to find a way to expose my custom bindings to IB and it's binding inspector.
I've subclassed NSActionCell and created a palette for it - I can add it to the table view and it works fine, but no matter what I do I can't seem to find the proper way to expose any extra bindings for it.
|
_______________________________________________
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