MainMenu lost skin

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36872
    k&k
    Participant

    Hello,

    Version 10.26 and 10.25 lost skin in MainMenu (Popups), in 10.24 and 10.23 it was OK.

    My settings are;

    sSkinProvider.DrawClentArea := False

    sSkinProvider.DrawNonClentArea := False

    sSkinProvider.MakeSkinMenu := True

    sSkinManager.SkinnedPopups := True

    I'm using Delphi XE5.

    Regards

    Krzysztof Koralewski

    #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 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.