Re: receiving a file on app startup
Re: receiving a file on app startup
- Subject: Re: receiving a file on app startup
- From: Davide Scheriani <email@hidden>
- Date: Wed, 6 Feb 2008 10:53:17 +0100
hi again,
Ive implemented the method readFromData and loadDataRepresentation but
after reading,processing (unarchiving)
the data and reinsert into my objects/arrays, I cannot control
anything on my window (enable the buttons and refresh the nstableview).
what shoud I do?
Hi,
Note that as of Tiger, -dataRepresentationofType: and -
loadDataRepresentation:ofType: are deprecated. For Tiger and above,
use:
- (NSData *)dataOfType:(NSString *)typeName error:(NSError
**)outError
- (BOOL)readFromData:(NSData *)data ofType:(NSString *)typeName
error:(NSError**)outError
instead.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden