I have an issue with the PromptDialog component with Windows 10. Sometimes the height of the dialog component is not correct with about 25% of the component missing. I am using Delphi XE8 and and calling ShowModal to display the dialog.
I do not seem to get this problem with Windows Vista. All of my Windows 7 and 8 computers have updated to Windows 10 so I can't check with these operating systems.
Any clues as to what is going on?
Graham
Comments
1:
It appears that if you set the pixelsperinch to 144 you need to set the Image to AutoSize otherwise it gets chopped.
2:
The problem with the TElFormCaption is still there in ElPack 2016. This can be easily demonstrated by the use of the PromptDialog component in Windows 10. The height of the dialog box is sometimes reduced by the height of the forms caption panel.
I have to remove the TElFormCaption from the TElPromptDialog to eliminate this problem. I assume there is some timing issue going on here as the problem does not happen every time.
Graham