On Feb 4, 2010, at 2:47 AM, Poonam Virupaxi Shigihalli wrote:
parentObject = [outlineview parentObject:item]; //Here it always
returns Groups2 even though i want to remove from Group1 one, since
cocoa is a duplicate entry(Same memory location).
You can't have the same item in two places in
On 04/02/2010, at 9:47 PM, Poonam Virupaxi Shigihalli wrote:
> parentObject = [outlineview parentObject:item]; //Here it always returns
> Groups2 even though i want to remove from Group1 one, since cocoa is a
> duplicate entry(Same memory location).
>
> [parentObject removeObject:item];
>
>
Dear All,
NSOutlineView displays as follows:
Group1
---Cocoa
---Mac
Group2
Cocoa
Macbook
Cocoa is a duplicate entry present in two groups also.
I have rightmousedown action for outlineview. when the user right clicks on any
of the group items. i has the following operations:
Ad