Re: removeObjectAtArrangedObjectIndexPath EXC_BAD_ACCESS

2010-05-27 Thread Tony Romano
Thanks Nick. On May 27, 2010, at 2:21 PM, Nick Zitzmann wrote: > > On May 27, 2010, at 2:58 PM, Tony Romano wrote: > >> Below is some code that handles mount and unmount notifications for volumes. >> During an unmount, I want to remove the item from the NSTreeController's >> arrangedObjects l

Re: removeObjectAtArrangedObjectIndexPath EXC_BAD_ACCESS

2010-05-27 Thread Nick Zitzmann
On May 27, 2010, at 2:58 PM, Tony Romano wrote: > Below is some code that handles mount and unmount notifications for volumes. > During an unmount, I want to remove the item from the NSTreeController's > arrangedObjects list. The mount sections works fine, it appends to the tree > any new vo

removeObjectAtArrangedObjectIndexPath EXC_BAD_ACCESS

2010-05-27 Thread Tony Romano
Below is some code that handles mount and unmount notifications for volumes. During an unmount, I want to remove the item from the NSTreeController's arrangedObjects list. The mount sections works fine, it appends to the tree any new volumes added. When I want to unmount it, I go through the