On Jul 25, 2014, at 5:46 PM, SevenBits wrote:
> As you can see on this page (http://stackoverflow.com/a/19219705), an
> NSTableView determines whether to be cell or view based based on the
> implemented delegate methods. Specifically, if
> tableView:objectValueForTableColumn:tableColumn:row is
As you can see on this page (http://stackoverflow.com/a/19219705), an
NSTableView determines whether to be cell or view based based on the
implemented delegate methods. Specifically, if
tableView:objectValueForTableColumn:tableColumn:row is implemented, it is cell
based; if tableView:viewForTab
Case 1: I display a modal widow which has a button that displays a modal panel
which s a custom control.
Case 2: I use this same control in the main window of the app. In this case
the control responds immediately to mouse movements.
In Case 1 I must click the control in order to get mouse mov
On Thu, 24 Jul 2014 18:44:16 -0500, Kyle Sluder said:
>It's not deprecated; it was just converted to a read-only property.
And those 'API diff' documents are a little too literal, showing that APIs were
"removed" when really they just became properties. Gave me several heart
attacks when first