Greetings.
I Do Have another question.

when the Array is filled on application init, the data displays fine, but if I add to the array "programatically"
the new data is not displayed, i've tried:      
[self didChangeValueForKey:@"transactions"];
and [transactionTableView reloadData];

But both have no effect.

any help is appreciated.
thank you all.

Sandro/



On 2-Aug-08, at 3:43 PM, Adam R. Maxwell wrote:


On Aug 2, 2008, at 11:03 AM, Sandro Noel wrote:

Greetings,

I don't quite know how to explain this.. :) so please excuse me if I'm not very precise.

[...]

2008-08-02 13:52:23.411 OFXImport[27702:10b] *** -[OFXTransaction copyWithZone:]: unrecognized selector sent to instance 0xf4fb80

Have you used the debugger to set a breakpoint on objc_exception_throw and see what's trying to copy your object?

--
Adam


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to