views:

216

answers:

1

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?

+1  A: 

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.

Alex T.
Thanks for the help, it fully helped my problem.
Hrukai Whoever