• 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: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???


  • Subject: Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
  • From: "tahome izwah" <email@hidden>
  • Date: Wed, 17 Sep 2008 17:16:13 +0200

Excellent idea, thank you Justin - I will try that.

--th

2008/9/17 Justin Carlson <email@hidden>:
>
> Hi Tahome,
>
> You can implement these in MyFancy_CocoaView and set a breakpoint. Hint: You
> can use (id) wherever an ObjC arg/return type is used.
>
> I don't know the return or argument types for the original, but you can
> probably just implement something like:
> - (id)saveDataInDictionary:(id)dict forDocument:(id)doc {
> /* breakpoint or assert */
> }
> - (void)saveDataInDictionary:(id)dict forDocument:(id)doc {
> /* breakpoint or assert */
> }
> - (BOOL)saveDataInDictionary:(id)dict forDocument:(id)doc {
> /* breakpoint or assert */
> }
>
> J
>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView??? (From: Justin Carlson <email@hidden>)

  • Prev by Date: Logic and AU instruments with side-chain
  • Next by Date: HandleProgramChange and MSB, LSB values
  • Previous by thread: Re: AULab calling unimplemented -saveDataInDictionary:forDocument in my CocoaView???
  • Next by thread: Logic and AU instruments with side-chain
  • Index(es):
    • Date
    • Thread