• 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
NSOutlineView Bug
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSOutlineView Bug


  • Subject: NSOutlineView Bug
  • From: Steve Gehrman <email@hidden>
  • Date: Thu, 6 Sep 2001 16:02:01 -0700

Here's another NSOutlineView Bug.

When the user option-clicks on the disclosure triangle, the result is the item is expanded and all of it's children are expanded.

The problem is that....

- (BOOL)outlineView:(NSOutlineView*)view shouldExpandItem:(id)item;

only gets called once for the first item, even though many items are being expanded. Actually I need a routine like...

- (BOOL)outlineView:(NSOutlineView*)view shouldExpandAllItems:(id)item;

If I've got an item with 10000s of sub items, I want to block this action so the app doesn't just hang trying to display thousands of items (like the content of a hard disk for example)

Steve Gehrman


  • Prev by Date: Problems Compiling Dot View Exercise.
  • Next by Date: NSOutlineView Bug (continued)
  • Previous by thread: Re: Problems Compiling Dot View Exercise.
  • Next by thread: NSOutlineView Bug (continued)
  • Index(es):
    • Date
    • Thread