OpenDialog problems

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

      Hello

      Which is dialog on the screenshot?

      #47275
      Vasili
      Participant
        'Support' wrote:

        Hello

        Which is dialog on the screenshot?

        This OpenPictureDialog. But this problem applies to all dialogs.

        #47253
        Support
        Keymaster

          Ok, I'll try them soon.

          You uses Win7 style dialogs? You saw, these dialogs not quite supports a skinning at moment.

          #47279
          Vasili
          Participant
            'Support' wrote:

            Ok, I'll try them soon.

            You uses Win7 style dialogs? You saw, these dialogs not quite supports a skinning at moment.

            Yes, this screenshot make on win7 but this the problem actual and for winXP.

            If not used skinning all showing correct.

            I think that this component overrides, but I can not find this location. Can you help?

            #47312
            Support
            Keymaster

              Hello

              I can confirm an issue now, but I can't promise a quick solving for some reasons.

              You can disable a skinning of this dialog temporary :

              Code:
              sSkinManager1.SkinningRules := sSkinManager1.SkinningRules – [srStdDialogs];
              // Open dialog here
              sSkinManager1.SkinningRules := sSkinManager1.SkinningRules + [srStdDialogs];
            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.