Hiding Forms with Alpha Skins

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36612
    garyhalpin
    Participant

    When using ShowWindow(Handle, 0); to hide a form, the form freezes. I can set the SkinManager Active to False and then it works but this is not desirable. Can you identify the problem in the SkinManager that prevents a window from hiding. Thanks

    #53784
    Support
    Keymaster

    Hello!

    Why you doesn't use the Form1.Hide procedure? This method has been created for Delphi controls specially for such purposes.

    If you uses the ShowWindow function then Visible property is True still and VCL may have issues.

    I will check if something may be improved, but I can't guarantee…

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