Re: How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys?
Re: How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys?
- Subject: Re: 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 18:04:03 +0100
Problem solved by using -
(void)outlineViewSelectionDidChange:(NSNotification *)notification
instead of - (void)outlineChangedSelection:(id)sender
I wonder why that methode is used in the example Oh well :)
>
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.