Re: NSPopupButton with NSArrayController
Re: NSPopupButton with NSArrayController
- Subject: Re: NSPopupButton with NSArrayController
- From: Scott Anguish <email@hidden>
- Date: Sun, 7 Jan 2007 05:41:45 -0500
actually, ,there is another issue (this is noted in the doc for
Bindings)
add: does NOT immediately add a new object. So you can't do something
like
[myController add:self]
//now find out what the added item is
it is done delayed.
there are other methods for adding to arrayControllers.
On Jan 6, 2007, at 7:04 PM, Ferhat Ayaz wrote:
I know this document. It doesn't work for me. I want to use the add:
method of an NSArrayController. This is very important. Please don't
refer to the same docs again. I read this more then one time. Or you
can write how it can work.
Any AppKit tasks (refreshing TableViews etc.) are performed "after"
method -makeInvoice.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden