I'm developing an windows app on Delphi 2007 and I'm using "Ttaskdialog" component in it. Using windows XP it runs normally, but in Windows 7 I'm getting the following message:
TtaskDialog requires themes to be enabled
Any clues how to fix it?
I'm developing an windows app on Delphi 2007 and I'm using "Ttaskdialog" component in it. Using windows XP it runs normally, but in Windows 7 I'm getting the following message:
TtaskDialog requires themes to be enabled
Any clues how to fix it?
To use TTaskDialog you need to enable themes in project options.
In menu go to Project -> Options... then to Application and check the Enable runtime themes box.