List of color pickers
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 19, 2004
- 539 views
I'd like to display a list of colors corresponding to items in a list view: ItemNameA | <<square block of color that ItemNameA is>> ItemNameB | <<square block of color that ItemNameB is>> ItemNameC | <<square block of color that ItemNameC is>> And if I click anywhere on an item I get a color dialog allowing me to choose a new color, upon which it updates the color of the square. I figure I need to use an XPM template with a palette that changes to be able to show the square blocks of color in the LV, but I can't quite wrap my head around it... -- MrTrick