skinning problem with 14.28

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38319
    MetroFX
    Participant

    After installing version 14.28 on Windows 7 and Delphi XE7, most skins have a problem with the correct display of elements as seen in the attached image.

    #59764
    MetroFX
    Participant

    Problem solved. It results from the settings in the sDefs.inc file. I had two additional options selected:

    {$ DEFINE GDIPLUS_PNG}

    {$ DEFINE NOSLOWDETAILS}

    #59765
    Support
    Keymaster

    Yes, the NOSLOWDETAILS key used in tests mainly, it should not be used in applications.

    #59774
    SzakiLaci
    Participant
    'Support' wrote:

    Yes, the NOSLOWDETAILS key used in tests mainly, it should not be used in applications.

    hmmm… in this case, this is a very confusing name choice, isn't it? (Just the opposite of what it should represent.)

    IMHO it should be renamed everywhere to:

    SLOWDETAILTEST

    or

    TEST_SLOWDETAILS

    #59790
    Support
    Keymaster

    You are right, this key will be renamed

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘skinning problem with 14.28’ is closed to new replies.