Question on List and MultiSelectionInList ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Question on List and MultiSelectionInList ...

Dennis smith-4
This seems like a really trivial question, but ...

I have a MultiSelectionInList where lots of the lines
are the same, in so far as the text content is concerned.

Since "List" is an equality thing, I cannot in fact select
multiple of the items.

I guess I could add a unique part to each item, seems a bit
convoluted.

What do others do about this?

--
Dennis Smith                        [hidden email]
Cherniak Software Development Corporation       +1 905.771.7011
400-10 Commerce Valley Dr E                Fax: +1 905.771.6288
Thornhill, ON Canada L3T 7N7    http://www.CherniakSoftware.com

Reply | Threaded
Open this post in threaded view
|

Re: Question on List and MultiSelectionInList ...

Dennis smith-4
Never mind -- I just wrapped the thing in an "item" class, and let it
worry about it -- made lots of other things simpler too -- and allowed me
to move actions out of the UI and into the item -- cleaner too.  Don't
know where my mind was -- I originally wrote this about 10 years ago,
when I was a really immature ST programmer :)


Dennis Smith wrote:

> This seems like a really trivial question, but ...
>
> I have a MultiSelectionInList where lots of the lines
> are the same, in so far as the text content is concerned.
>
> Since "List" is an equality thing, I cannot in fact select
> multiple of the items.
>
> I guess I could add a unique part to each item, seems a bit
> convoluted.
>
> What do others do about this?
>

--
Dennis Smith                        [hidden email]
Cherniak Software Development Corporation       +1 905.771.7011
400-10 Commerce Valley Dr E                Fax: +1 905.771.6288
Thornhill, ON Canada L3T 7N7    http://www.CherniakSoftware.com