doubleclicking in the talbeview header?
doubleclicking in the talbeview header?
- Subject: doubleclicking in the talbeview header?
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 17 Nov 2004 07:46:43 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
I have a tableview with bindings. I populate the
bindings with a query from a backend database.
Everything is working beautifully. I even have a
trigger on the backend that if a different user
updates the db I will process the notification and
refresh my view of the data.
I also have the tableView set up to allow the user to
double click on a row to get detail info on the
particular row. Works great. I have a problem with the
tableViewHeaders. If the user double clicks in the
header, I get an error:
*** [_NSStateMarker intValue]: selector not recognized
Single clicking is fine to resort the list.
At first I thought it was a problem with my
notification thread but now I know (or feel I know) it
is a problem with double clicking in the header.
I am trying to trap for the user doubleclicking in the
header in my method that processes the double click. I
just can't seem to get a handle on the object. I tried
asking for the class [sender class] but it reports
back that it is a tableView (not the tableViewHeader).
Any ideas? I just want to ignore the double clicks in
the header of the tableView but still process the
sorting.
Ted
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
_______________________________________________
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