fieserPICARD

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Letting the end user decide (saving skin settings) #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 1 post (of 1 total)