Re: setDoubleAction in tableView
Re: setDoubleAction in tableView
- Subject: Re: setDoubleAction in tableView
- From: zauhar <email@hidden>
- Date: Mon, 17 Nov 2003 12:47:55 -0500
Kurt, the argument to your selector has no colon (:) after it. I think
that is an integral part of the method name.
Randy
On Nov 17, 2003, at 11:00 AM, Kurt Marek wrote:
I'm having some trouble getting a an action to fire when a row is
double-clicked, but I can't figure out what the problem is. I have two
tableViews each being run by a different controller. One works fine
with a double click, but the other one doesn't seem to fire the method.
I have this is my awakeFromNib method for the controller:
[myTable setDoubleAction:@selector(openFileInBrowser)];
And then this implementation of the method:
-(void)openFileInBrowser {
NSLog(@"double Clicked table row");
//
}
The table is an outlet from the controller and it is hooked up
correctly in IB. I never get the output to the console. I can't quite
figure it out because I have the other table hooked up exactly the same
way and it seems to work fine. Any ideas on what I might be missing?
Kurt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
Randy J. Zauhar, PhD
Assoc. Prof. of Biochemistry
Director, Graduate Program in Bioinformatics
Dept. of Chemistry & Biochemistry
University of the Sciences in Philadelphia
600 S. 43rd Street
Philadelphia, PA 19104
Phone: (215)596-8691
FAX: (215)596-8543
E-mail: email@hidden
Web:
http://tonga.usip.edu/zauhar
Discussion after watching Disney's "Lilo & Stitch":
DAD: "But why did the space aliens speak English, as opposed to French,
or Swahili? And why did the one alien speak English with an Eastern
European accent? I don't get it."
CATHERINE (age 7): "That's 'cause you don't have a good cartoon brain."
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.