SkinManager: access violation error if created at runtime

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36579
    Kujo
    Participant

    Hello,

    in version 9.x the following code works fine:

    Code:
    SkinManager := TsSkinManager.Create(nil);
    with SkinManager do begin
    Active := False;
    SkinDirectory := 'c:skins';
    SkinName := 'Air';
    Active := True;
    end;

    In version 10.x it causes an access violation error in sSkinManager unit when activated (row “Active := True”). Using “Application” or “Self” in the Create method, instead to “nil”, all works fine.

    It 'something deliberate or is a mistake?

    Regards

    #53612
    Support
    Keymaster

    Hello! Thank you for the message. This error will be fixed in the nearest release.

    #53715
    Kujo
    Participant

    Solved in 10.13

    Thanks

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