Re: pointers in objective-c?

2008-08-01 Thread Daniel Staal
--As of August 1, 2008 4:47:11 PM -0400, Michael Ash is alleged to have said: A *pointer* to an object is just an address, like 0x12345678. This is the address of the first byte in that blob of memory. A pointer essentially lets you find that object in memory, but it is not the object. Think of

Re: Carriage returns and NSXMLParser

2008-04-23 Thread Daniel Staal
--As of April 23, 2008 9:04:21 PM +1200, Ian Jackson is alleged to have said: Whitespace is preserved, not ignored. But in your example, the new line is in the attribute value, so I don't suppose XML cares too much what's between the quotation marks. So if you can obtain the value of the data a

Re: Modal popup from command line tool or daemon?

2008-04-18 Thread Daniel Staal
--As of April 18, 2008 4:21:39 PM -0400, David Wilson is alleged to have said: A command line tool or a true background daemon can't really pull it off- the process wouldn't have a connection to the window server to actually do any of that. The best bet, I think, would be to have a small helper

Re: Method Explanation

2008-04-12 Thread Daniel Staal
--As of April 11, 2008 5:31:08 PM -0700, Kevin Ferguson is alleged to have said: Now, I'm entirely self-taught in Cocoa, so this may be something more obvious than I think. Is there a reason for this occurrence? I assume it's got something to do with the +, but not knowing what the + means, or

Re: [ANN] RegexKitLite

2008-03-26 Thread Daniel Staal
--As of March 23, 2008 1:16:47 PM -0400, John Engelhart is alleged to have said: I've just released what I'm calling 'RegexKitLite'. It targets a different group of people than the full fledged RegexKit (http://regexkit.sourceforge.net/). --As for the rest, it is mine. Nice. Though I'd rat