ADVColorPickerDropDown

Hello,

i use component pack v9.0.3.0. Is it correct that the ColorPickerDropDown calls FormActivate after selection? I testet it with demo ADVStringGrid/asg82 and own programms in Delphi Rio. Every time after select a color from the DropDown it calls FormActivate.
Calling FormActivate causes significant problems in my program. Iis there a workaraound or flag to change the behavior or is that a bug in the ColorPicker?

best regards
Thoren

When the color dropdown shows, it shows the color selector in a popup form and this becomes the active form. Therefore, when it closes, the hosting form becomes active again, hence the Form's OnActive event triggers.