• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: receiving a file on app startup
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: receiving a file on app startup
      • From: "Kyle Sluder" <email@hidden>
References: 
 >receiving a file on app startup (From: Torsten Curdt <email@hidden>)
 >Re: receiving a file on app startup (From: Adhamh Findlay <email@hidden>)
 >Re: receiving a file on app startup (From: Davide Scheriani <email@hidden>)
 >Re: receiving a file on app startup (From: Torsten Curdt <email@hidden>)
 >Re: receiving a file on app startup (From: Andrew Merenbach <email@hidden>)

  • Prev by Date: Re: Use of Mac OS X 10.5 / Leopards Garbage Collection Considered Harmful
  • Next by Date: Re: Set focus on NSView in an NSMenuItem
  • Previous by thread: Re: receiving a file on app startup
  • Next by thread: Re: receiving a file on app startup
  • Index(es):
    • Date
    • Thread