COCOA way
COCOA way
- Subject: COCOA way
- From: "Cristian Savu" <email@hidden>
- Date: Thu, 23 May 2002 09:26:15 +0300
Hi there,
What is the best way to implement in COCOA this 'situation':
I have : - 1 table with 1column
- a corresponding DataSource object which contains <n> NSString
values
- a field in which I will add a new String
- a button
I need to add a new field in the DataSource.
- In VC++ I would load a pointer to the DS and call a method from within it
("ds->AddNewField(CString string)") but this doesn't seem very "COCOA way".
- In COCOA, I think I can send a notification (when the button was pressed)
to the DS. Is this the way ?
Can anybody tell me other COCOA ways ?
Regards,
Cristian
_______________________________________________
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.