Button borders blend issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45361
    Support
    Keymaster

    Hello and thank you for the demo.

    It is a known issue, button receives an information for transparency from his parent (form) and ignores TImage.

    I'll try to solve it later. You can draw Image on form in OnPaint property, it's a quick solution.

    #45364
    Aljosa
    Participant
    'Support' wrote:

    Hello and thank you for the demo.

    It is a known issue, button receives an information for transparency from his parent (form) and ignores TImage.

    I'll try to solve it later. You can draw Image on form in OnPaint property, it's a quick solution.

    Hi,

    However it is not such a big problem and can be solved with OnPaint event like you said. Just to notify you.

    With on paint event works great for me.

    Thanks for your great support. 😉

    Br,

    Aljosa

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