Force repaint

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36163
    Pete Williams
    Participant

    Hi

    When resizing forms (for instance, stretching the border) sometimes the repaint doesn't work correctly.

    I've tried doing an invalidate() in the OnResize event, bit it doesn't work. Is there any way I can force a repaint?

    Thanks

    #51997
    dhwz2001
    Participant

    Try sSkinManager1.Repaintforms(True)

    #52057
    Support
    Keymaster
    'dhwz2001' wrote:

    Try sSkinManager1.Repaintforms(True)

    This procedure repaints all forms in application, you can try sSkinProvider1.SkinData.Invalidate

    What is your version of the AC package? If you can send me a demo, then I'll try to fix it.

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