0 pts.
 Color coding items in dialog list
I have a list of 6 items in a dialog list. I would like to color code each item to be a different color so that all of the like items are the same color. Example: Stabilities will always show as red, bulk shipments will always show as blue, etc.

Software/Hardware used:
ASKED: October 11, 2007  4:23 PM
UPDATED: October 16, 2007  7:15 PM

Answer Wiki:
You can point the dialog list to a view for its items. The view can contain a column that defines color, for example, something like <pre>@If (@Contains (ResourceName; "Stabilities"); 255:0:0; @Contains (ResourceName; "Bulk"); 0:0:255; 150:150:150)</pre> With that in the first column and the dialog listing selecting the second column, you will see a color-coded dialog list
Last Wiki Answer Submitted:  October 16, 2007  7:15 pm  by  EAJewett   615 pts.
All Answer Wiki Contributors:  EAJewett   615 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _