Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Darkroom

Guest
Original poster
Dec 15, 2006
2,445
0
Montréal, Canada
i'm attempting to emulate double clicking on an editable tableView row programatically thru a button action. myTableView has only one column.

Code:
if ([sender tag] == 1) //Edit Button
	[myTableView editColumn:0 row:[myTableView selectedRow] withEvent:nil select:NO];

is this not the correct method i should be calling?

[EDIT] ouf... nevermind... this works fine (missed IB connection :rolleyes:)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.