Letting the end user decide (saving skin settings) Root › Technical support › Tricks This topic has 2 replies, 2 voices, and was last updated 14 years, 8 months ago by fieserPICARD. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 6, 2010 at 11:17 am #43253 SupportKeymaster 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); September 6, 2010 at 6:39 pm #43260 fieserPICARDParticipant '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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks