What's driving the re-color operation? Multiple selections?
k
Kimberly H
07/19/2018, 2:27 PM
The chip re-colors when the stackpane is clicked - we have an event filter tracking that, and then it triggers a function we have to re-color all the elements in the stackpane.
g
Gary Tierney
07/19/2018, 2:29 PM
you could add CSS classes to the affected elements instead of directly changing the colour, and then drive the colour purely from the stylesheet
@Gary Tierney That actually looks like a wonderful solution! I've been having trouble getting the stylesheet to recognize the 'Rectangle' object, which is what we're using for the background of the chips, though.