Outline View DnD

2009-08-07 Thread bryscomat
Hello all, I currently have an outline view in my interface driven by a managed object context. When the program starts, the first four items are created by the program in an In-memory persistent store. The first 3 are leafs that change the view on the right. The Singers item is a group w

Re: Outline View DnD

2009-08-08 Thread Nathan Vander Wilt
On Aug 7, 2009, at 6:56 AM, bryscomat wrote: ... Now the dilemma comes when I want to get the drag and drop to work in a specific way. I want the playlists to be able to be dragged and placed in any order, but not above the separator. I have achieved this using the delegate method validateDr

Re: Outline View DnD

2009-08-10 Thread bryscomat
Thank you. I've gotten some code together that seems to do what I want based on that method. On Aug 8, 2009, at 11:48 AM, Nathan Vander Wilt wrote: On Aug 7, 2009, at 6:56 AM, bryscomat wrote: ... Now the dilemma comes when I want to get the drag and drop to work in a specific way. I want t