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