When should I use TsSkinProvider?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33913
    Leandro
    Participant

    I have a lot of modal forms (not MDI child forms) that perfectly works in a skinned application.
    But some other ones only works with no errors (access violation and paint problems) when I drop a sSkinProvider on there.

    Should I drop a skinprovider at each form? Why need I do this? Why the most forms works even with no skin provider?

    Thanks for any light.

    Leandro.

    #43190
    Support
    Keymaster

    Hello
    Most forms may be skinned automatically if creation and showing procedures of forms and controls are standard.
    But in some cases skinning initialization may be failed. After placing the SkinProvider in design-time we have correct initialization always.
    So, I suggest always to use SkinProvider where it's possible. And main form of application must have this component for initialization of animation before form showing.

    If you have a problem with form when SkinProvider is not used, then give me a demo please, if it's possible.

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