FNCPlanner

I want to change the color of the FNCPLanner groups.
Set the color under "GroupAppearance.TopFill.Color" and the kind to "gfkSolid". In design mode, everything looks good. At runtime does not display the color. The groups are with a white background (typically windows color). I am using Windows 10 and the FNCPlanner version 1.0.2.0 (from 20.01.21)

Hi,

This is due to default values of the fill. Please set the kind programmatically in the form constructor as a workaround, we'll investigate if we can change the default values so it persists in the form.

Thank you Pieter,
that was a good tip. I set the color and the child during runtime after creating the groups.
And behold, the background color of the group looks as desired.

Thx.

1 Like