• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys? (From: Jan Van Boghout <email@hidden>)

  • Prev by Date: Re: NSTimer or double to int cast (Bug?)
  • Next by Date: Re: Module unlinking
  • Previous by thread: How to know when the selection changed in an NSOutlineView when scrolling with the arrow keys?
  • Next by thread: Module unlinking
  • Index(es):
    • Date
    • Thread