Skinning 3rd party components on a TFrame

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35084
    mol
    Participant

    I finally found out why some third-party components on a runtime-created TFrame didn't skin properly anymore after upgrading to the latest version of AC:

    When you add your components to the ThirdPartyList of the sSkinManager, make sure to get all upper and lower-case letters of your component's name right. The design time editor of the sSkinManager is case sensitive! For example: entering the control class name TImageENView doesn't work, but TImageEnView does. I wasted several hours on this… 🙁

    HTH

    #47882
    Witcher
    Participant

    Thanks for your message. But this property was always case-sensitive. This made for speed-up string works when Third-party list contains many different types.

    #47896
    mol
    Participant
    'Witcher' wrote:
    But this property was always case-sensitive. This made for speed-up string works when Third-party list contains many different types.

    I must have been lucky for years then, because I've never heard of this before and there is no mention of case-sensivity in the help file either (unless I've overlooked it). Thanks for pointing it out, though.

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