NSCell with URL

2009-03-19 Thread Charles Romestant
Hello, i'm learning Cocoa and objective-C , so far i'm loving it, Xcode is great and usually the documentation is really good for my problems, but this time i'm stumped... as a "learning" project I decided to create a simple twitter client, i did all was ok, but now im complicating it a bit so f

Re: NSCell with URL

2009-03-20 Thread Charles Romestant
k you in advance Charles. On Sat, Mar 21, 2009 at 5:42 AM, Alexander Spohr wrote: > > Am 20.03.2009 um 15:02 schrieb Charles Romestant: > > But I don't see how to do this. >> I tried NSAttributedString but its painfully slow ( seems that (id >> )tableView:(NSTableV

Re: q's regarding appropriate use of core data?

2009-03-20 Thread Charles Romestant
May I suggest not using a 70 mb file, it might make things slow, plus distributing that on the target platform ( as I am guessing it is) will not be practical. Why not try and do it as a REST API call with parameters, so that you can retrieve it "as needed" instead of handling all that with that sq

Re: NSCell with URL

2009-03-20 Thread Charles Romestant
well first step is done, made my custom NSCell and its working, now i need to optimize it, and i 'm guessing run it through a RE before so i can add the link? ( any ideas on displaying URLS?) On Sat, Mar 21, 2009 at 10:43 AM, Charles Romestant wrote: > Thank you for your reply, >