StartAttention on ComboBoxEx1 not working Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 4 years, 2 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 28, 2020 at 11:18 am #69368 MetroFXParticipant I have small problem with StartAttention procedure Tform1.sBitBtn1Click(Sender: TObject); var AData: TacAttentionData; begin AData.Mode := amWavering; AData.Interval := 1000; StartAttention(sComboBoxEx1, AData); // <--- NOT WORKING StartAttention(sComboBox1, AData); // < It's OK. (WORKING) end; August 29, 2020 at 6:25 pm #69380 SupportKeymaster Hi I will check it before e new release. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting