Dear all,
I have an application developed in 10.6 with Xcode 3.2.6 and consists of an window which contains a NSTableView where I display few text items in each of the rows.
I am able to select an row but the shortcut key to copy (i.e, Command + C) does not seem to work.
I would like this shortcut key to copy the contents onto the clipboard so that the contents can be pasted in some other location.
It would also be great if I can get a copy option (menu item) when I right-click a given row.
I have an application developed in 10.6 with Xcode 3.2.6 and consists of an window which contains a NSTableView where I display few text items in each of the rows.
I am able to select an row but the shortcut key to copy (i.e, Command + C) does not seem to work.
I would like this shortcut key to copy the contents onto the clipboard so that the contents can be pasted in some other location.
It would also be great if I can get a copy option (menu item) when I right-click a given row.