DevExpress TcxDateEdit popup Calendar don’t have borders

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #70206
    Giuseppe
    Participant

    When sSkinManager (Currently 2021 v16.12 b224) is Active, DevExpress TcxDateEdit popup Calendar don’t have borders.

    Take a look at attached image.

    Please fix it.

    Regards, Giuseppe

    Attachments:
    You must be logged in to view attached files.
    #70212
    Support
    Keymaster

    Hello! I will check it.

    #70236
    Giuseppe
    Participant

    Hi, is there any news about the mentioned problem?

    Regards, giuseppe.

    #70241
    Support
    Keymaster

    Hello!
    Try this, please:
    Open the OnCreate event of the form with SkinManager and add this line of code:

    ThirdPartySkipForms.Add('TcxDateEditPopupWindow');

    Also, add ‘sThirdParty’ unit to the ‘uses’ clause.

    This solution will be implemented in the nearest package release.

    #70244
    Giuseppe
    Participant

    I found the same problem in TcxCalcEdit too.

    Please fix this too.

    Thank You and Best Reards,

    Giuseppe

    #70245
    Support
    Keymaster

    Add this code also:

    ThirdPartySkipForms.Add('TcxPopupEditPopupWindow');

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