On Jul 24, 2013, at 6:13 AM, Keary Suska wrote:
> On Jul 23, 2013, at 11:14 PM, Kyle Sluder wrote:
>
> Other than having the objectValue support built-in, what would be the
> particular value of using an NSTableCellView? The docs are ambivalent about
> which approach to use...
The docs for NS
On Jul 23, 2013, at 11:14 PM, Kyle Sluder wrote:
> On Tue, Jul 23, 2013, at 12:42 PM, Keary Suska wrote:
>
>> I didn't look at the attachment but is the button the "root" view for the
>> cell, or is it a subview? I ask as I have encountered that even when you
>> set up a table view as view-based
This sounds familiar. I remember something wasn't working in a view-based
table and I was baffled until I read somewhere that I needed to set its
delegate. Usually I make a note to myself about stuff like this, but I can't
find the exact link that led me to this discovery. Perhaps one of thes
Hi Kyle,
I actually did use NSTableCellView. My button didn't work until I hooked up the
delegate outlet.
Abdul
Sent from my iPhone
> On Jul 24, 2013, at 1:14 AM, "Kyle Sluder" wrote:
>
>> On Tue, Jul 23, 2013, at 12:42 PM, Keary Suska wrote:
>>
>> I didn't look at the attachment but is th
On Tue, Jul 23, 2013, at 12:42 PM, Keary Suska wrote:
> I didn't look at the attachment but is the button the "root" view for the
> cell, or is it a subview? I ask as I have encountered that even when you
> set up a table view as view-based that it will still behave in strange
> ways as if it were
I tried this again and it did work for me.
Still seems like a reportable bug.
On Jul 23, 2013, at 8:46 PM, Abdul Sowayan wrote:
> Hi Eric,
>
> I actually fixed this. In the nib file, I connected the delegate of the table
> view to the app delegate. This fixes it. I don't know why.
>
> Tha
Hi Eric,
I actually fixed this. In the nib file, I connected the delegate of the table
view to the app delegate. This fixes it. I don't know why.
Thanks,
Abdul
Sent from my iPhone
> On Jul 23, 2013, at 8:43 PM, "Eric Gorr" wrote:
>
>> On Jul 23, 2013, at 3:42 PM, Keary Suska wrote:
>>
>>>
On Jul 23, 2013, at 3:42 PM, Keary Suska wrote:
> On Jul 22, 2013, at 8:31 AM, Abdul Sowayan wrote:
>
>> I’m am using a view based NSTableView. In the NSTableViewCell, I place a
>> button and hook up its action/target to the App delegate. The problem is, it
>> doesn’t seem to work. If I place
On Jul 22, 2013, at 8:31 AM, Abdul Sowayan wrote:
> I’m am using a view based NSTableView. In the NSTableViewCell, I place a
> button and hook up its action/target to the App delegate. The problem is, it
> doesn’t seem to work. If I place the button outside of the NSTableView, it
> works just f