Re: TableView click and return key actions

2008-10-02 Thread Mr. Gecko
That worked perfectly. Thanks, Mr. Gecko On Oct 2, 2008, at 8:00 PM, Corbin Dunn wrote: Hi Mr. Gecko, For clicking (and just clicking), do your code in the -action. For return, override -keyDown: and look for the appropriate code. corbin On Oct 2, 2008, at 3:40 PM, Mr. Gecko wrote: Hell

Re: TableView click and return key actions

2008-10-02 Thread Corbin Dunn
Hi Mr. Gecko, For clicking (and just clicking), do your code in the -action. For return, override -keyDown: and look for the appropriate code. corbin On Oct 2, 2008, at 3:40 PM, Mr. Gecko wrote: Hello I am making a simple table view in a window that pops up when someone presses a key and

Re: TableView click and return key actions

2008-10-02 Thread Kyle Sluder
On Thu, Oct 2, 2008 at 6:40 PM, Mr. Gecko <[EMAIL PROTECTED]> wrote: > Hello I am making a simple table view in a window that pops up when someone > presses a key and I am needing to have keyboard and click control with it. > When someone clicks a row and when someone presses return I want it to c

TableView click and return key actions

2008-10-02 Thread Mr. Gecko
Hello I am making a simple table view in a window that pops up when someone presses a key and I am needing to have keyboard and click control with it. When someone clicks a row and when someone presses return I want it to call my code which will close that window and do something with that