Animation turned-off when TsSkinProvider placed in Form

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37392
    munggaran
    Participant

    I have Windows 10, Delphi 10.1 (Berlin), tried AlphaControl 11 and 12(beta), this problem occur:

    Dev 1 (OK):

    1. I put TsSkinManager in Data Module

    2. Set Main Form to use Data Module

    3. Start the application.exe

    4. App show with skin with animation enabled

    Dev2 (Problem):

    1. I put TsSkinManager in Data Module

    2. Set Main Form to use Data Module

    3. I put TsSkinProvider in Main Form

    4. Start the application.exe

    5. App show with skin but animation is off

    Is there any properties that I should change first in TsSkinManager/TsSkinProvider so the animation can work?

    #56335
    Support
    Keymaster

    Hello!

    If the TsSkinProvider component placed to the form, then you can control an animation by yourself.

    Look the sSkinManager1.AnimEffects.ShowForm property. There you can set a time of animation, try to set “100” there, for example.

    #56337
    munggaran
    Participant
    'Support' wrote:

    Hello!

    If the TsSkinProvider component placed to the form, then you can control an animation by yourself.

    Look the sSkinManager1.AnimEffects.ShowForm property. There you can set a time of animation, try to set “100” there, for example.

    Thankssss, I think you should put it into “important stuff” tutorial 🙂

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