• 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 recursive calling crashing app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSOutlineView recursive calling crashing app


  • Subject: NSOutlineView recursive calling crashing app
  • From: Greg Hulands <email@hidden>
  • Date: Sun, 23 Jun 2002 22:51:07 +1000

Hi,
I have an outline view that represents relationships of data. I have it so
that you can traverse the relationship graph. When you have stepped into the
relationship hierarchy so that you are now looking at the relationships of
the first relationship it recursively calls the methods [NSOutlineView
_expandItemEntry:addIntoExpandSet:expandChildren].

Eg

e1
| r1 relates to e2
| r2 relates to e3
e2
| r2.1 relates to e1
e3

When expanded when it crashes the tree looks like this.

e1
| r1
|-- r2.1
|---- r1
| r2
e2
| r2.1
e3

Is this a bug with NSOutlineView in that you are not able to show the same
object in the heirachy twice?

Any info on this would be greatly appreciated.

Regards,

Greg
_______________________________________________
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.

  • Follow-Ups:
    • Re: NSOutlineView recursive calling crashing app
      • From: email@hidden
  • Prev by Date: Re: Can't get an NSDocument subclass to load nib...
  • Next by Date: Re: NSOutlineView recursive calling crashing app
  • Previous by thread: Java API to ScreenSaverDefaults?
  • Next by thread: Re: NSOutlineView recursive calling crashing app
  • Index(es):
    • Date
    • Thread