MainMenu lost skin

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #54751
    Support
    Keymaster

      Hello Krzysztof!

      Are you sure that main menu was skinned in 10.23 version?

      Can you show an example, please?

      #54816
      k&k
      Participant

        Hello,

        Yes, but you must attach ImageList. I made a little example.

        #54822
        Master
        Participant
          'k&k' wrote:

          Hello,

          Yes, but you must attach ImageList. I made a little example.

          sSkinProvider.DrawNonClientArea Must be True

          Add this line to FormCreate event and Main Menu will be skinned even without ImageList

          sSkinProvider.DrawNonClientArea := True;

          #54823
          k&k
          Participant

            Yes, I know sSkinProvider.DrawNonClientArea := True make skin without ImageList.

            In my example I set sSkinProvider.DrawNonClientArea := False and attached ImageList. In this case Popups parts of MainMenu will be skinned but only in version 10.23 and 10.24.

            The same example lost skin in version 10.25 and 10.26.

            #54843
            Support
            Keymaster

              Thanks for the demo, I will check it today.

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