Re: NSTableColumns added through code won't call DoubleAction
Re: NSTableColumns added through code won't call DoubleAction
- Subject: Re: NSTableColumns added through code won't call DoubleAction
- From: Felipe Baytelman <email@hidden>
- Date: Thu, 29 Jul 2004 19:19:01 +0900
- Resent-date: Thu, 29 Jul 2004 19:19:23 +0900
- Resent-from: Felipe Baytelman <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: email@hidden
Oops... Solved :D
I turned off the editable property of each new column and now it
works....
...But... Also the column header calls the same event than column cells.
is there any way to know where is the DoubleAction being called within
a column?
On Jul 29, 2004, at 5:50 PM, Felipe Baytelman wrote:
I have a NSTableView I populate with different NSTableColumns. Only
the first column is added by InterfaceBuilder.
When I setDoubleAction for the NSTableView, it only get called by
doubleclicking the first column's cells.
DoubleClicking other columns' cells won't do it.
Any suggestions?
Thanks.
--
Felipe Baytelman
email@hidden
080 5498 9347
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.