Re: NSOutlineView setDoubleAction: working on 10.5, but not on 10.4.11

2008-11-17 Thread Corbin Dunn
Le Nov 15, 2008 à 5:54 AM, Jerry Krinock a écrit : On 2008 Nov, 15, at 2:54, Nick Rogers wrote: when double clicking on an item the action method is not being called in 10.4.11. Its working fine on Leopard. The behavior was indeed changed in Leopard: http://developer.apple.com/releaseno

Re: NSOutlineView setDoubleAction: working on 10.5, but not on 10.4.11

2008-11-15 Thread Jerry Krinock
On 2008 Nov, 15, at 2:54, Nick Rogers wrote: when double clicking on an item the action method is not being called in 10.4.11. Its working fine on Leopard. The behavior was indeed changed in Leopard: http://developer.apple.com/releasenotes/Cocoa/AppKit.html "NSTableView/NSOutlineView - Si

NSOutlineView setDoubleAction: working on 10.5, but not on 10.4.11

2008-11-15 Thread Nick Rogers
Hi, when double clicking on an item the action method is not being called in 10.4.11. While the Apple docs say it is "Available in Mac OS X v10.0 and later." Is there something I may be missing. Its working fine on Leopard. Thanks, Nick ___ Cocoa-