Skin Selector manual skinlist reload

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38078
    JM-DG
    Participant

    Hi!

    Is it possible to reload the skin list manually (with some procedure)?

    Exemple:

    User launches the application.

    User adds a skin in the skin folder.

    When user clicks the skin selector, there is a forced update of the skin list, therefore showing the newly added skin (without having to reload the application)

    Thank you for your time. 🙂

    #58788
    Support
    Keymaster

    Hello

    Skin selector receives information about available skins from the linked TsSkinManager component.

    So, list of available skins should be updated in the TsSkinManager, try this code:

    Code:
    sSkinManager1.SkinListController.UpdateData;
    #58795
    JM-DG
    Participant

    Thank you! Works like a charm. 🙂

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