StartAttention on ComboBoxEx1 not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69368
    MetroFX
    Participant

    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;
    #69380
    Support
    Keymaster

    Hi
    I will check it before e new release.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.