NSTextView and RTF bytes bug in "deployment" build style?
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