PluggableListMorph question

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

PluggableListMorph question

Alejandro Martínez
hi.
i saw PluggableListMorphs change the item background color when a user make a selection over an item.
i want to change the background color of items independently a user selects or not an item on the list, let's say, those items which begins with "add"... it's possible to do this with PLM?

thanks



Reply | Threaded
Open this post in threaded view
|

Re: PluggableListMorph question

Herbert König
Hello Alejandro,


AM> i want to change the background color of items independently
AM> a user selects or not an item on the list, let's say, those items
AM> which begins with "add"... it's possible to do this with PLM?

PLMOM (PluggableListMorphOfMany) can do this. It carries a collection
of true/false parallel to its list, the true ones are highlighted.

Find an example in SUnit' TestRunner



Cheers,

Herbert                            mailto:[hidden email]