[moderator] Re: NSTableView empty selection not working

2009-08-20 Thread Scott Anguish
On Aug 19, 2009, at 1:44 PM, PCWiz wrote: This seems to be a bug with Snow Leopard, or Snow leopards developer tools. I took the same project, and then compiled and ran it on Leopard, the issue does not exist. I'm not sure why this is happening. SnowLeopard is still

Re: NSTableView empty selection not working

2009-08-19 Thread PCWiz
I checked the Array Controller and it had the Avoid Empty Selection setting checked. So I unchecked it, saved, and tried again. It still doesn't work. And now I have another problem (once again, out of the blue). I have it set to Select Inserted Objects in my Array Controller, and objects

Re: NSTableView empty selection not working

2009-08-19 Thread I. Savant
On Aug 19, 2009, at 11:39 AM, PCWiz wrote: I checked the Array Controller and it had the Avoid Empty Selection setting checked. So I unchecked it, saved, and tried again. It still doesn't work. And now I have another problem (once again, out of the blue). I have it set to Select Inserted

Re: NSTableView empty selection not working

2009-08-19 Thread PCWiz
Hi, Here is the source code for the app in which I'm having issues with making an empty selection in the NSTableView Click here to download file The app is compiled under the 10.5 SDK. It uses the BWToolkit framework, so if you don't have its ibplugin installed then you may need to get

Re: NSTableView empty selection not working

2009-08-19 Thread Dave DeLong
Link fail. On Aug 19, 2009, at 10:03 AM, PCWiz wrote: Hi, Here is the source code for the app in which I'm having issues with making an empty selection in the NSTableView Click here to download file The app is compiled under the 10.5 SDK. It uses the BWToolkit framework, so if you

Re: NSTableView empty selection not working

2009-08-19 Thread PCWiz
Oops, my bad Here's the link: http://rapidshare.com/files/269163555/BeastClone.zip.html :-) On 2009-08-19, at 10:08 AM, Dave DeLong wrote: Link fail. On Aug 19, 2009, at 10:03 AM, PCWiz wrote: Hi, Here is the source code for the app in which I'm having issues with making an empty

Re: NSTableView empty selection not working

2009-08-19 Thread PCWiz
This seems to be a bug with Snow Leopard, or Snow leopards developer tools. I took the same project, and then compiled and ran it on Leopard, the issue does not exist. I'm not sure why this is happening. Thanks On 2009-08-19, at 10:08 AM, Dave DeLong wrote: Link fail. On Aug 19, 2009, at

NSTableView empty selection not working

2009-08-18 Thread PCWiz
Hi, All of a sudden empty selection on my NSTableView won't work. I have it set to allow empty selection in IB, and I've also tried programmatically setting it with setAllowsEmptySelection: but it doesn't work. Something always has to be selected Thanks

Re: NSTableView empty selection not working

2009-08-18 Thread Graham Cox
On 19/08/2009, at 10:55 AM, PCWiz wrote: All of a sudden empty selection on my NSTableView won't work. I have it set to allow empty selection in IB, and I've also tried programmatically setting it with setAllowsEmptySelection: but it doesn't work. Something always has to be selected

Re: NSTableView empty selection not working

2009-08-18 Thread I. Savant
On Tuesday, August 18, 2009, PCWiz pcwiz.supp...@gmail.com wrote: Hi, All of a sudden empty selection on my NSTableView won't work. I have it set to allow empty selection in IB, and I've also tried programmatically setting it with setAllowsEmptySelection: but it doesn't work. Something