I have an NSTableView subclass that has a pair of columns that are
acting inconsistently when the user double-clicks to begin editing.
In the first column, the user can double-click anywhere in the cell to
begin editing that cell. In the second column, which is the last
column of the tabl
On Jul 13, 2008, at 12:46 AM, Jens Alfke wrote:
On 12 Jul '08, at 7:50 PM, Stefan Arentz wrote:
I would like to use text labels that turn into editable text fields
when you click them. Like Address Book has when you edit an address
card. Does anyone know how those work? Is it a matter of
On 12 Jul '08, at 7:50 PM, Stefan Arentz wrote:
I would like to use text labels that turn into editable text fields
when you click them. Like Address Book has when you edit an address
card. Does anyone know how those work? Is it a matter of flipping
the editable property or are those custo
I would like to use text labels that turn into editable text fields
when you click them. Like Address Book has when you edit an address
card. Does anyone know how those work? Is it a matter of flipping the
editable property or are those custom controls?
S.
__