Letting the end user decide (saving skin settings)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43253
    Support
    Keymaster

      Hello

      You must insert this line

      Code:
      ini.UpdateFile;

      before

      Code:
      ini.Free;

      and

      insert

      Code:
      sSkinManager1.SkinName := Label1.Caption;

      before

      Code:
      sSkinManager1.Active := ini.ReadBool('Settings','SkinActive',False);
      #43260
      fieserPICARD
      Participant
        'Support' wrote:

        Hello

        You must insert this line

        Code:
        ini.UpdateFile;

        before

        Code:
        ini.Free;

        and

        insert

        Code:
        sSkinManager1.SkinName := Label1.Caption;

        before

        Code:
        sSkinManager1.Active := ini.ReadBool('Settings','SkinActive',False);

        heyho…I don't use MemIniFiles 😉 I'm already using another solution, I just save the packeddata and then load it again..It may not be the best solution but it works like a charm. When I have the time I'll try it though, so thx mate. cYa

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