well,
the NSArrayController is bound to an array in MyDocument class file.
When I get back my datas from the file I reafill the array and the
NSArrayC should update
the datas.But I dont see doing this.
Ill have a look into the documentation of MVC anw...
Ah, in which case then I suspect you are not refilling the document's
array in a KVC-compliant manner. Care to post some sample code?