Planner Progress Bar problems

Hi,


Can you please tell me what I need to do to override the day allocated progress bar in the footer?

I have some items on a hidden layer that can be overlaid onto the plan but do not contribute to allocated time. This throws out the progress calculation as it is taking into account items on all layers (hidden or otherwise) and says 100% when actually there is nothing there.  I also need to adjust the colours to match our app colour scheme.

I also notice if I have a progress bar on an item it mostly it renders as a solid bar but under certain conditions it renders as a segmented gauge. I haven't worked out what the condition is but I can see in the code you are painting it too different ways. Is this a bug?

Regards
Adam

When you want to set a custom calculated completion value, set Planner.Footer.CustomCompletionValue = true and programmatically set the value of the progressbar per position via: Planner.Footer.CompletionValue[PositionIndex]: integer;