Hi!
After a quick review I think that you just need to implement your onHardButtonEvent_ENC_AEvent Slot method:
/* set the indicator to active */
Indicator1.Active = true;
/* start the bool effect to switch off the indicator after a short time */
BoolEffect1.Enabled = false;
BoolEffect1.Enabled = true;
Hope this helps...
Best regards,
Manuel