Reputation: 674
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?
Upvotes: 4
Views: 2557
Reputation: 643
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.
Upvotes: 6