Re: Bindings, Tables: when are add requests satisfied?
Re: Bindings, Tables: when are add requests satisfied?
- Subject: Re: Bindings, Tables: when are add requests satisfied?
- From: Scott Anguish <email@hidden>
- Date: Sat, 6 Aug 2005 06:28:38 -0400
On Aug 6, 2005, at 3:07 AM, m wrote:
I'm working with a table bound to an array via an NSArrayController
subclass.
Is it actually the case that calling NSArrayController's addObject:
method merely **schedules** the addition of an object? It seems
that once addObject: is called, I have to wait until some time
after the current run loop before my override of newObject actually
gets called.
In Mac OS X v10.4 and later, the target-action methods are
deferred, so that the error mechanism can display a sheet.
but only the target-action methods should be involved...
_______________________________________________
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