• 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
NSTextView and RTF bytes bug in "deployment" build style?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTextView and RTF bytes bug in "deployment" build style?


  • Subject: NSTextView and RTF bytes bug in "deployment" build style?
  • From: "Emmanuel Verlynde" <email@hidden>
  • Date: Tue, 12 Apr 2005 14:09:03 +0200
  • Organization: Opendisc

I need to made,
 
    BYTE * bytes... <==== rtf file
    long len = ... <==== rtf file length
 
    [myTextView replaceCharactersInRange:NSMakeRange(0,0) withRTF:[NSData dataWithBytes:bytes length:len]];
 
But this work in development build style and not in deployment???
 
That is possible?
 
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: NSTextView and RTF bytes bug in "deployment" build style?
      • From: The Karl Adam <email@hidden>
  • Prev by Date: Re: subclass NSAlert or what?
  • Next by Date: copy/paste
  • Previous by thread: Re: NSPopupButton fun & games (newbie)
  • Next by thread: Re: NSTextView and RTF bytes bug in "deployment" build style?
  • Index(es):
    • Date
    • Thread