Re: Simple bindings problem.
Re: Simple bindings problem.
- Subject: Re: Simple bindings problem.
- From: mmalcolm crawford <email@hidden>
- Date: Mon, 6 Dec 2004 00:11:32 -0800
On Dec 5, 2004, at 9:02 PM, Juan Pablo Pertierra wrote:
The problem is that I want to add items to the list as a an action of
a button(process:). When I attempt this, the item doesn't show up.
Note that it is the same code as above:
- (IBAction)process:(id)sender
{
TakeDesc *newTake2 = [TakeDesc withName:@"Test2.tst" andSpace:@"RGB"
andDepth:@"10bit" andMode:@"TST"];
[takes addObject:newTake2];
[currentBatchTable reloadData];
}
See:
<http://homepage.mac.com/mmalc/CocoaExamples/controllers.html>
"Programmatic modifications to arrays not noticed by table view"
mmalc
_______________________________________________
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