• 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
SelectedRowIndexes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SelectedRowIndexes


  • Subject: SelectedRowIndexes
  • From: "gMail.com" <email@hidden>
  • Date: Wed, 14 Oct 2009 17:55:54 +0200
  • Thread-topic: SelectedRowIndexes

Hi,
when I call [tableView selectedRowIndexes];
I always get a indexSet already sorted by row.
Instead I need to sort it as the selection order.
I mean, if the user selected the rows in the order

Row 6
Row 2
Row 8

I want to get 6, 2, 8 and not 2, 6, 8 as I get now with selectedRowIndexes.
How can I do that?

Please note that I can select the rows even programmatically, because the
user selects an object on the canvas.

Thanks
--
LL


_______________________________________________

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

  • Follow-Ups:
    • Re: SelectedRowIndexes
      • From: Kyle Sluder <email@hidden>
    • Re: SelectedRowIndexes
      • From: Corbin Dunn <email@hidden>
    • Re: SelectedRowIndexes
      • From: "I. Savant" <email@hidden>
  • Prev by Date: Re: Code Sign verification on Leopard
  • Next by Date: Re: Default Core Data errors
  • Previous by thread: QLPreviewPanel causes warnings in QLThumbnailImageCreate?
  • Next by thread: Re: SelectedRowIndexes
  • Index(es):
    • Date
    • Thread