• 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
Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.


  • Subject: Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.
  • From: Volker in Lists <email@hidden>
  • Date: Mon, 7 Sep 2009 19:27:58 +0200

Hi,

NSArray *selectedRow = [treeController selectedObjects];

you get an NSArray -> so you should enumerate through the objects of the array


NSInteger childrenCount = [selectedRow.children count];

Does not get the children count of anything but the NSArray, which it doesn't have. You should get a warning when compiling. Something along struct or union doesn't blah, blah blah.


Told you before: Read the warnings and try to understand them.

Cheers,
Volker


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children. (From: Joshua Garnham <email@hidden>)
 >Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children. (From: Kyle Sluder <email@hidden>)
 >Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children. (From: Joshua Garnham <email@hidden>)

  • Prev by Date: Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.
  • Next by Date: Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.
  • Previous by thread: Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.
  • Next by thread: Re: Making an NSAlert be displayed when the User attempts to delete a row from an NSOutlineView when it has children.
  • Index(es):
    • Date
    • Thread