cocoa - How to make NSTableView cells un-selectable, but still have NStextField in the cells editable -


i using view based nstableview. view has instance of nstextfield want selectable. rows of table view should not selectable(this done using delegate method - tableview:shouldselectrow: returns 'no'.)

i able copy text textfield when make table rows selectable well. there way keep nstextfield selectable without making table rows selectable too?

put code in awakefromnib method or ever applicable code. nstableview not selectable, text fields editable.

[mytableview setselectionhighlightstyle:nstableviewselectionhighlightstylenone]; 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -