NSOutlineView column drag: how do you know when it's happening?
NSOutlineView column drag: how do you know when it's happening?
- Subject: NSOutlineView column drag: how do you know when it's happening?
- From: Alex Rice <email@hidden>
- Date: Sun, 1 Jun 2003 19:30:55 -0600
In my outline view the table columns dragg-able for reordering. The
works fine. I also have clicking on the column header to sort by that
column. That works too. But the combined effect is that if the user
drags a column, the outline is also sorted by that column. I want to
know if a column drag is happening, and will not perform the sort in
that case. I've scoured the docs and the closest I've come is
- (void)outlineViewColumnDidMove:(NSNotification *)notification;
But this doesn't help me to know after the fact! Why no matching
willMove or isMoving notifications?
Not sure if it matters to you- but I'm performing the sort in the
outlineview's action message, but I've also tried performing the sort
in -(BOOL)outlineView:shouldSelectTableColumn:
Thanks for any advice you can give me.
Alex Rice <email@hidden> | Mindlube Software |
http://mindlube.com
what a waste of thumbs that are opposable
to make machines that are disposable -Ani DiFranco
_______________________________________________
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.