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 call > my code which will close that window and do something with that row > selected. > > How can I do that?
You can read the documentation on event handling. http://developer.apple.com/documentation/Cocoa/Conceptual/EventOverview/Introduction/chapter_1_section_1.html --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
