SendMessage on TsCheckBox

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35470
    Fausto Jr.
    Participant

    Hi,

    When I set the SkinManager to active the “SendMessage – BM_SETCHECK” not working properly.

    I had used the Windows API like described below:

    —> SendMessage(sCheckBox1.Handle, BM_SETCHECK, Integer(cbChecked), 0);

    —> SendMessage(sCheckBox1.Handle, BM_SETCHECK, Integer(cbUnChecked), 0);

    The big problem is: The Application TestComplete uses the WindowsAPI to run the tests. So, my all tests are broken because this problem.

    Grateful,

    Fausto Jr.

    #49416
    Support
    Keymaster

    Hello and thank you for the demo, I'll try to fix it in the nearest release.

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