Re: trackmouse problems in Leopard

2008-06-28 Thread Graham Cox
Not really a very helpful answer, since a) it's not deprecated, and b) every existing NSCell class depends on it. G. On 29 Jun 2008, at 9:57 am, William Squires wrote: it's probably deprecated... :) ___ Cocoa-dev mailing list

Output of NSHTTPCookieStorage to NSTableView

2008-06-28 Thread Chris Purcell
Hello, Not sure where my problem is I've tried a few things and no success. I am trying to output NSHTTPCookieStorage *cookies array to a table view. Whenever I call the objectValueForTableColumn:row method the app errors out, but if I leave it out the app launches displaying the

Re: Output of NSHTTPCookieStorage to NSTableView

2008-06-28 Thread Shawn Erickson
On Sat, Jun 28, 2008 at 9:46 PM, Chris Purcell [EMAIL PROTECTED] wrote: Hello, Not sure where my problem is I've tried a few things and no success. I am trying to output NSHTTPCookieStorage *cookies array to a table view. Whenever I call the objectValueForTableColumn:row method the app

Re: Methods that return autoreleased objects?

2008-06-28 Thread Charles Srstka
On Jun 28, 2008, at 7:43 PM, Markus Spoettl wrote: Methods that begin with alloc or new or contain copy will return objects you are responsible for. All other objects returned from methods are taken care of. Well, there is the notable exception of top-level objects loaded from a NIB

XML-RPC Cocoa Parsing

2008-06-28 Thread Rick Langschultz
Hello everyone, I am trying to use XML-RPC for my data access on a web server (HTTPS). I wanted to know if parsing the XML-RPC data can be handled using NSXMLDocument and parsing the member, struct, name, value XML- RPC tags. Also, initWithContentsOfURL doesn't seem to fit that well...

Re: Building a Setup Assistant

2008-06-28 Thread David Wilson
On Sat, Jun 28, 2008 at 11:00 PM, Andy Lee [EMAIL PROTECTED] wrote: And remember that the last tab you had open when you save the nib is the one that will be open when the nib is loaded. I often forget this when I go in to tweak something. Better yet, remember that there's an option in the

Re: NSExpression

2008-06-28 Thread Chris
If anyone has a clue how to use it, I'd be grateful. This was my unsuccessful attempt: NSExpression * ex = [NSExpression expressionForFunction:[NSExpression expressionForConstantValue:@BAR] selectorName:@length arguments:nil]; NSPredicate * predicate = [NSCompoundPredicate

Re: Building a Setup Assistant

2008-06-28 Thread Andy Lee
On Jun 29, 2008, at 1:35 AM, David Wilson wrote: On Sat, Jun 28, 2008 at 11:00 PM, Andy Lee [EMAIL PROTECTED] wrote: And remember that the last tab you had open when you save the nib is the one that will be open when the nib is loaded. I often forget this when I go in to tweak something.

<    1   2