Newbie question on tableview
Newbie question on tableview
- Subject: Newbie question on tableview
- From: Steve Gran <email@hidden>
- Date: Tue, 19 Oct 2004 22:07:36 -0700
First let me say I am a very newbie Newbie
:)
Self learning Cocoa programming (actually self learning programming by
programming in Cocoa) and I have a question. So please excuse me if I
don't make clear.
I have a small app (as I try to learn I make apps just do a few things
to help me understand how to get things done). Anyway in this learning
program I have a table view that the user can add, edit, and delete
items in the table.
What I'd like to do is to be able to have the user double click on a
row which would bring up a new window (that window will contain
additional data items the user will enter).
So for example, in the table in the main window I have "Car Make" and
"Car Model" in which the user will can enter "BMW M3" or "Ford
Mustang", etc. Then the user should be able to click on the row that
has "Ford Mustang" which brings up a new window which I will add
additional items (like "Color", "Year", etc.) which the user will add.
So...
How do I get the double click action to occur on the specific row the
user selects?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden