Hi Michael, I'm not sure I completely understand you. Is this what you're trying to describe?
Let's say you have two bookshelves—A and B. You want to be able to take books from shelf A, and place them in shelf B. You want to be able to move multiple books at one time. You also want the ability to rearrange the books on shelf B. If so, I tried to solve this problem once too. You can read about my solutions here <http://interactionhero.com/articles/create-and-sort-a-list>. Hope that helps! Hugh On Mon, Sep 8, 2008 at 1:44 PM, Michael Tuminello <[EMAIL PROTECTED]> wrote: > Hi - > > I'm looking for a way to assign a small number of multiple items (say 1-5) > to a large number of multiple items (say 150). > > So I might want to assign small list items 1 to big list items 1-50, small > list items 2 and 3 to big items 51-100 and small list items 1 and 2 to big > list items 101-150. Then you can ostensibly go back and select item 49, or > items 49-67 and change their assignment of items in the small list. > > looking at a list menu and a list of checkboxes right now, but wondering if > anyone has dealt with a similar problem and come up with a nice solution for > it. > > thanks - > > MT > > ________________________________________________________________ > Welcome to the Interaction Design Association (IxDA)! > To post to this list ....... [EMAIL PROTECTED] > Unsubscribe ................ http://www.ixda.org/unsubscribe > List Guidelines ............ http://www.ixda.org/guidelines > List Help .................. http://www.ixda.org/help > -- Hugh Griffith User Interface Designer ________________________________________________________________ Welcome to the Interaction Design Association (IxDA)! To post to this list ....... [EMAIL PROTECTED] Unsubscribe ................ http://www.ixda.org/unsubscribe List Guidelines ............ http://www.ixda.org/guidelines List Help .................. http://www.ixda.org/help
