How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys?
How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys?
- Subject: How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys?
- From: Jan Van Boghout <email@hidden>
- Date: Sat, 11 Jan 2003 16:59:47 +0100
I have the following problem with my outline view:
I have some controls that need updating, and that works fine when I
select a new cell with the mouse. But when I use the arrow keys to
change my selection, the highlight moves but outlineChangedSelection is
not called.
How can I solve this? (Even Apple's DragNDropOutlineView example ha
this flaw)
Greetings,
Jan Van Boghout
_______________________________________________
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.