[Pharo-project] colored list items ?
Hi! Is there a way to get list items colored? one background color for each line/item. It may be interesting to extend the debugger to assign a color per class or something... Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
It is possible when using Polymorph's MorphListMorph... Using translucent colours helps to keep the selection highlight visible. The standard lists don't represent each item as a morph nor do they hold any extra state for each line. Regards, Gary. ----- Original Message ----- From: "Alexandre Bergel" <Alexandre.Bergel@inria.fr> To: "Pharo Mailing List" <Pharo-project@lists.gforge.inria.fr> Sent: Wednesday, February 04, 2009 5:23 PM Subject: [Pharo-project] colored list items ?
Hi!
Is there a way to get list items colored? one background color for each line/item. It may be interesting to extend the debugger to assign a color per class or something...
Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thanks Gary, Alexandre On 4 Feb 2009, at 18:48, Gary Chambers wrote:
It is possible when using Polymorph's MorphListMorph... Using translucent colours helps to keep the selection highlight visible.
The standard lists don't represent each item as a morph nor do they hold any extra state for each line.
Regards, Gary.
----- Original Message ----- From: "Alexandre Bergel" <Alexandre.Bergel@inria.fr> To: "Pharo Mailing List" <Pharo-project@lists.gforge.inria.fr> Sent: Wednesday, February 04, 2009 5:23 PM Subject: [Pharo-project] colored list items ?
Hi!
Is there a way to get list items colored? one background color for each line/item. It may be interesting to extend the debugger to assign a color per class or something...
Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
When using OmniBrowser, you also get extensions to LazyListMorph and PluggableListMorph (in classes prefixed with 'OB') that also support coloring of list items even when not using Polymoprh. In case you need this. OmniBrowser itself directly supports coloring of list items in the model by letting nodes answer a #backgroundColor. Cheers, David
On 4 Feb 2009, at 18:48, Gary Chambers wrote:
It is possible when using Polymorph's MorphListMorph... Using translucent colours helps to keep the selection highlight visible.
The standard lists don't represent each item as a morph nor do they hold any extra state for each line.
Regards, Gary.
----- Original Message ----- From: "Alexandre Bergel" <Alexandre.Bergel@inria.fr> To: "Pharo Mailing List" <Pharo-project@lists.gforge.inria.fr> Sent: Wednesday, February 04, 2009 5:23 PM Subject: [Pharo-project] colored list items ?
Hi!
Is there a way to get list items colored? one background color for each line/item. It may be interesting to extend the debugger to assign a color per class or something...
Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Alexandre Bergel -
Alexandre Bergel -
David Röthlisberger -
Gary Chambers