QTKit

2010-11-16 Thread albert jordan
I am trying to study the performance of non standard codec relative to H.264. I was wondering if there was a straight forward way to add compression options to QTCompressionOptions object. If this is not the best approach, what is the recommended strategy to implement a proprietary codec? I'

Re: NSTextView

2010-09-22 Thread albert jordan
Log didChangeText]; //[adbLog display] ; } else { NSLog(@"Couldn't get permission to change the text\n"); } On Sep 22, 2010, at 11:04 AM, Kyle Sluder wrote: > On Wed, Sep 22, 2010 at 10:43 AM, albert jordan wrote: >> Hi

Re: NSTextView

2010-09-22 Thread albert jordan
textStorage] beginEditing]; > [[textView textStorage] appendAttributedString:attstr]; > [[textView textStorage] endEditing]; > > Cheers, > > Martin > > On Sep 22, 2010, at 4:03 AM, albert jordan wrote: > >> Greetings, >> >> I'm havin

NSTextView

2010-09-21 Thread albert jordan
Greetings, I'm having a problem with NSTextView, and I'm wondering if anyone can help verify the source of the problem and suggest alternatives. I'm trying to develop an automated test program for Android handsets. I can connect two Android handsets to my MAC, and among other things, I would l

Re: Xcode 3.2 and NSTextField exceptions

2009-10-06 Thread albert jordan Mobility
Thanks a lot Jens, Appologies, I thought I did post it on a different list. regards, Albert On Oct 6, 2009, at 7:46 AM, Jens Alfke wrote: On Oct 6, 2009, at 7:39 AM, albert jordan Mobility wrote: I just upgraded to Snow Leopard and Xcode 3.2, and I'm having a number of problems.

How to interact with Web pages using Cocoa?

2009-08-23 Thread albert jordan Mobility
folks, I am trying to write a test program that will be entering configuration data on a web page and press a button in the web page continuously. Is there a proven method to do this with Objective C? Thanks in advance. Regards, Albert ___ Co

How to download images for a contact in Cocoa?

2009-04-01 Thread albert jordan Mobility
I'm trying to implement code that downloads contact image from the net. I thought the following would do... NSString* mapURL = [currentStringValue stringByReplacingPercentEscapesUsingEncoding: NSASCIIStringEncoding]; NSData* imageData = [[NSData alloc]initWithContentsOfURL:[NSURL URLWi

Fwd: Help with implementing delegates

2009-03-27 Thread albert jordan Mobility
I am having problems with implementing delegates, and I'm sure I'm doing something silly. Would appreciate help from the experts. I can get a simple case to work, where I invoke a delegate method with no parameters passed, but I can't get the case where I invoke the delegate meth

Help with implementing delegates

2009-03-27 Thread albert jordan Mobility
I am having problems with implementing delegates, and I'm sure I'm doing something silly. Would appreciate help from the experts. I can get a simple case to work, where I invoke a delegate method with no parameters passed, but I can't get the case where I invoke the delegate metho

inter-object communication

2008-10-28 Thread Albert Jordan
What is the recommended way for Object B to inform Object A that it is done processing a request for the following scenario? Object A has a list of phone numbers to send SMS messages Object B implements sending an SMS message to a given phone number Albert ___

xcode crashes on adding an embedded framework

2008-05-14 Thread Albert Jordan
n red. I deleted the framework in xcode, and attempted to add the framework again. Now xcode crashes anytime I'm trying to do this. Even if I open a brand new application, and try and add a framework xcode crashes. I need help. Thanks Albert Jordan albert jordan [EMAIL