I need to start NSTextFieldCell
editing after button clicked (the same behaviour if user double click on the cell)
I found a function performClick
which simulates user clicking by cursor. My idea is to call a simulation of double clicking. Does this function exist?Or maybe you can suggest other solution?
Thanks