OpenDialog problems

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34913
    Vasili
    Participant

    Hi,

    I use AC with TNTUNICODE flag. But encountered next problem see attached img.

    How to fix this?

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