Problems with DataSource Class & Controller Class
Problems with DataSource Class & Controller Class
- Subject: Problems with DataSource Class & Controller Class
- From: Roberto Sobachi <email@hidden>
- Date: Fri, 13 Feb 2004 01:42:35 +0100
I've got some problem passing from an NSTableView DataSource Class to
the Controller Class, because it doesn't see an NSArray i've declared
into controller Class.
I've not init function in Controller class. Is it the problem?
With init function it see the NSArray object, but it initialize it
every time I call functions under Controller class.
In NSTableView DataSource Class I've got the function to accept DROP
files - (BOOL)tableView:(NSTableView*)tv acceptDrop:(id
<NSDraggingInfo>)info row:(int)row
dropOperation:(NSTableViewDropOperation)op that works fine, but I need
to call a function under Controller class to update an NSArray Object.
How can I do it?
Thanks
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.