How to show TsButton as glowing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39303
    plasticut
    Participant

      Use SendMessage(sButton1.Handle, CM_MOUSEENTER, 0, 0) to activate glowing and SendMessage(sButton1.Handle, CM_MOUSELEAVE, 0, 0) to deactivate.

      #39298
      JanK
      Participant

        Doesn't work as expected. Short flash of “glow” is seen, but after that the components refresh and look as usual…
        Other ideas, anyone?

        #39320
        Support
        Keymaster

          Glowing is working only for mouse hovering and leaving.
          If controls must have glowing effect always then a special code must be added to the component…

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