Forcing a cell's field editor to send control:textShouldEndEditing: when leaving a cell

2009-08-11 Thread Chris Arnaiz
Hi, I've been struggling to control the behavior of a NSTableView while editing cells. The table is a simple ID number / description list. Editing an existing entry is okay, but my problem is dealing with new entries. My goal is to prevent the user from leaving a cell (mouse click, tab

RE: Forcing a cell's field editor to send control:textShouldEndEditing: when leaving a cell

2009-08-11 Thread Chris Arnaiz
-place.net] Sent: Tuesday, August 11, 2009 2:33 PM To: Chris Arnaiz Cc: cocoa-dev@lists.apple.com Subject: Re: Forcing a cell's field editor to send control:textShouldEndEditing: when leaving a cell On 11 Aug 2009, at 19:53, Chris Arnaiz wrote: I've been struggling to control the behavior

Synchronization across plug-ins loaded by different processes

2009-06-28 Thread Chris Arnaiz
Hi, I'm new to Mac programming (and software engineering in general), so I apologize in advance if my terminology is wrong. I'm currently developing a plug-in (a Print Dialog Extension to be exact) and wanted to make sure only one instance of the plug-in is allowed to be in editing mode