TwwFilterDialog

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34570
    dreambaot
    Participant

    The TwwFilterDialog is a Woll2Woll popup dialog. It partially skins by default, but the parts that don't skin correctly look terible. I followed this instruction from an existing post:

    Under SkinningRules, I made srThirdParty = False. But the control was still trying to skin.

    Under the ThirdParty list, I added the TwwFilterDialog and tried different Skin Types, but the dialog always skins the same.

    Note: If I set the option: SkinnedPopups = False, the application throws a fatal error.

    One of two solutions would work for me:

    1: Apply a setting that would make the control skin properly

    2: Apply a setting that would prevent the control from skinning at all

    Any help would be appreciated.

    #45829
    Support
    Keymaster

    Hello

    This dialog is not standard system dialog. This is a Delphi form and you can disable an automatic skinning of forms in SkinningRules.srStdForms property.

    But you can try to skin all controls there also. All used controls should be added in SkinManager.ThirdParty list.

    You can just add two predefined lists there : “Standard VCL” and “Woll2Woll” (SkinningRules.srStdForms and SkinningRules.srThirdParty must be enabled in this case).

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