My recommendation would be that anyone who has needs of this sort should file a
bug giving details of the particular needs you have for your application.
Douglas Davidson
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin
Thank you david,
I think i'll try serializing it and de-serializing it
that should do the trick.
Best regards.
Sandro.
On 2010-08-05, at 1:18 PM, David Duncan wrote:
> On Aug 5, 2010, at 10:13 AM, Sandro Noël wrote:
>
>> David, you do understand properly as that was my question.
>> how do
On Aug 5, 2010, at 10:13 AM, Sandro Noël wrote:
> David, you do understand properly as that was my question.
> how do i reassemble the NSAttributedString from a NSData where it was stored.
That is the code you have to write basically. NSAttributedString has the
methods you need for both getting
David, you do understand properly as that was my question.
how do i reassemble the NSAttributedString from a NSData where it was stored.
On 2010-08-05, at 12:22 PM, David Duncan wrote:
> On Aug 5, 2010, at 9:00 AM, Kyle Sluder wrote:
>
>> On Thu, Aug 5, 2010 at 8:16 AM, Sandro Noël
>> wrote:
On Thu, Aug 5, 2010 at 9:22 AM, David Duncan wrote:
> My recommendation to Sandro (assuming I understand his situation) would be to
> store a representation of the NSAttributedString (probably as strings with
> matching attribute dictionaries) and reassemble the NSAttributedString from
> that a
On Thu, Aug 5, 2010 at 9:10 AM, Sandro Noël wrote:
> Kyle.
>
> What does it have support for?
No idea, you'll have better luck getting an answer from someone who
actively works on an iOS application. I just recall that the lack of
RTF was an issue for our iPad apps that need to understand rich te
On Aug 5, 2010, at 9:00 AM, Kyle Sluder wrote:
> On Thu, Aug 5, 2010 at 8:16 AM, Sandro Noël wrote:
>> NSMutableDictionary *dict = [NSMutableDictionary
>> dictionaryWithObject:NSRTFDTextDocumentType
>> forKey:NSDocumentTypeDocumentAttribute];
>
> iOS has no RTF support. You'll need to use HTML
Kyle.
What does it have support for?
On 2010-08-05, at 12:00 PM, Kyle Sluder wrote:
> On Thu, Aug 5, 2010 at 8:16 AM, Sandro Noël wrote:
>> NSMutableDictionary *dict = [NSMutableDictionary
>> dictionaryWithObject:NSRTFDTextDocumentType
>> forKey:NSDocumentTypeDocumentAttribute];
>
> iOS ha
On Thu, Aug 5, 2010 at 8:16 AM, Sandro Noël wrote:
> NSMutableDictionary *dict = [NSMutableDictionary
> dictionaryWithObject:NSRTFDTextDocumentType
> forKey:NSDocumentTypeDocumentAttribute];
iOS has no RTF support. You'll need to use HTML (but I have no idea if
NSAttributedString on iOS will re
Hello.
I'm trying to take an attributed string from a PDF document and reproduce it on
the phone.
passing thru a SQLite Database.
basically, i write to the database using
NSMutableDictionary *dict = [NSMutableDictionary
dictionaryWithObject:NSRTFDTextDocumentType
forKey:NSDocumentTypeDocument
10 matches
Mail list logo