DevExpress TcxDateEdit popup Calendar don’t have borders

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