TaskDialog doesn't work although runtime themes enabled

98 views Asked by At

I'm developing dll in Delphi 10.2, in which I'm using TTaskDialog. TTaskDialog requires themes enabled.

Everything was working until few days ago. But now TTaskDialog doesn't show up at all and TTaskDialog.execute returns False.

I double(tripple) checked that I have Manifest File Auto Generate with Enable Runtime Themes checked on all configurations. I can see also in dproj file that it is set to True. I tried as well to create custom manifest file with version 6.0.0.0 of assemblyidentity. I also tried suggestions from Delphi runtime theme enabled, but not used But my task dialogs do not work.

Checking out ThemeServices.ThemesEnabled returns False in any occasion.

Can anyone suggest directions?

0

There are 0 answers