Dynamic creation of the SkinManager

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33217
    bjoerng85
    Participant

    I musst create the SkinManager dynamically.

    If I create an SkinManager normally on the MainForm, all components will be skinned well. But If I create an SkinManager dynamically not in a DFM, the components of the ThirdPartyList won't be skinned.

    I think the SkinManager ignores then the ThirdPartyList.

    Is there any solution to fix this problem?

    Thanks for help.

    #40351
    Support
    Keymaster

    Try to call LoadThirdNames(sm : TsSkinManager; Overwrite : boolean = False) procedure after ThirdPartyList filling. Internal data will be updated in this case and maybe it helps in your problem.
    If not – please write again and demo program will be very useful.

    #40384
    bjoerng85
    Participant

    I have fixed this problem with the method SkinManager.Loaded

    Now it works.

    Thanks for help.

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