Simple question: I want to change the color of some tasks, to show when they are on the critical path.
So I simply want to trigger GraphicalViewItemFormatting, which does all the coloring. At the monent, the event fires when i move the mouse over the task ,which proves it all works, but I need to trigger the re-draw from my calculateCritcalPath method.