Re: fyi - Mac OS native GDL2 / GSWeb Installer package

2008-03-12 Thread Tim McIntosh
On Mar 11, 2008, at 2:02 PM, David Ayers wrote: Hello Tim. just a quick status report... Tim McIntosh schrieb: I think I was being too vague with regard to KVC. I wasn't referring to the deprecated KVC methods issue that has been discussed on the list recently, but something much more

Re: fyi - Mac OS native GDL2 / GSWeb Installer package

2008-03-12 Thread Tim McIntosh
On Mar 11, 2008, at 3:11 PM, David Ayers wrote: David Ayers schrieb: Tim McIntosh schrieb: For example: [EMAIL PROTECTED]@count With Cocoa's -[NSArray valueForKeyPath:] behavior, this would invoke [object valueForKeyPath: @[EMAIL PROTECTED]] on each object in the display group, then

Re: fyi - Mac OS native GDL2 / GSWeb Installer package

2008-03-11 Thread David Ayers
Hello Tim. just a quick status report... Tim McIntosh schrieb: I think I was being too vague with regard to KVC. I wasn't referring to the deprecated KVC methods issue that has been discussed on the list recently, but something much more trivial. All I was talking about was the difference

Re: fyi - Mac OS native GDL2 / GSWeb Installer package

2008-03-11 Thread David Ayers
David Ayers schrieb: Tim McIntosh schrieb: For example: [EMAIL PROTECTED]@count With Cocoa's -[NSArray valueForKeyPath:] behavior, this would invoke [object valueForKeyPath: @[EMAIL PROTECTED]] on each object in the display group, then return the sum of the counts. Actually, since Cocoa

Re: fyi - Mac OS native GDL2 / GSWeb Installer package

2008-03-07 Thread David Ayers
Hello Tim, Tim McIntosh schrieb: I've been working on a Mac OS native port of the GSWeb and GDL2 frameworks, for use with Xcode and the Cocoa frameworks outside of a full GNUstep environment. I have put together Installer packages for Mac OS 10.4 and 10.5, which can be found here:

Re: fyi - Mac OS native GDL2 / GSWeb Installer package

2008-03-07 Thread Tim McIntosh
Hi David, On Mar 6, 2008, at 7:54 AM, David Ayers wrote: Tim McIntosh schrieb: I have made a number of minor changes that I eventually intend to either undo or get accepted into the mainline. One difference in this version that may never make it into the mainline is the use of