How to show TsButton as glowing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32974
    JanK
    Participant

    In the skin Topaz, for example, a TsButton “glows” when the mouse pointer hoovers over.
    Is it possible to display a TsButton as “glowing”, while in unfocussed or Down state (while not hoovering above it with the mousepointer)?

    Thanks in Advance!
    Jan

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.