Using C++Builder CX for a Windows-Desktop-Application with a non-standard-style (i.e. 'Carbon') the Save-Dialog of Windows is styled the correct way. But in case of choosing option 'ofOverwritePrompt' the confirmation dialog - which pops-up when the file exists - is not correctly displayed. Only a small fraction of this window is shown and the user does not see which action he should take.
With the standard windows-style everything works fine.
What has to be done to use the styled Windows Save-Dialog without this effect?