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

Re: SelectedRowIndexes


  • Subject: Re: SelectedRowIndexes
  • From: Chris Williams <email@hidden>
  • Date: Thu, 15 Oct 2009 00:01:10 -0700
  • Thread-topic: SelectedRowIndexes

Graham's solution is excellent.  You could also have a couple of buttons
between the two lists, with arrows (one right, one left) to move items to
and remove them from, the sub-group list.  And an additional pair to the
right of the sub-group list (one up, one down) allowing reordering.  This
would allow a completely "control" (e.g. Buttons and lists) way of doing it.

Finally, you could present the sub-group info above or below the sub-group
list.


> From: Graham Cox <email@hidden>
> Date: Thu, 15 Oct 2009 17:45:59 +1100
> To: Peter Hudson <email@hidden>
> Cc: <email@hidden>
> Subject: Re: SelectedRowIndexes
>
>
> On 15/10/2009, at 5:24 PM, Peter Hudson wrote:
>
>> The user has an NSTableView in which is presented a number of
>> elements ( 1 per row, typically  20 - 200 rows  )  out of which they
>> need to produce a number of sequenced sub groups.
>> The user presses the 'Start Sub Group' key ( i.e. clear the sequence
>> selection cache )  and then by picking a possible sequence ( one row/
>> element  at a time ) they build a group.
>> As the group is selected, further info about that particular sub
>> group of elements is presented.
>> They can close/abort/store a given sub group at any time.
>
>
> That does make some sense, but falls into the trap of not avoiding
> modes (in this case a "build subgroup" mode).
>
> If it were me, I'd have two lists: a master list and a sub-group list.
> Drag items from the master to the group, and allow drag reordering of
> the group to set the sequence. As a short-cut you could allow a double-
> click on an item in the master list to add it to the end of the
> subgroup, which almost duplicates the current approach but with a
> double-click instead of a single, yet avoids the mode.
>
> Just a thought ;-)
>
> --Graham
>
>
> _______________________________________________
>
> 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

_______________________________________________

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: 
 >Re: SelectedRowIndexes (From: Graham Cox <email@hidden>)

  • Prev by Date: Re: SelectedRowIndexes
  • Next by Date: Re: SelectedRowIndexes
  • Previous by thread: Re: SelectedRowIndexes
  • Next by thread: CoreData could not fulfill a fault after Save As
  • Index(es):
    • Date
    • Thread