Haruki
Haruki

Reputation: 674

Delphi VCL "TaskDialog" problem in Windows 7

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

Answers (1)

Alexander Frost
Alexander Frost

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

Related Questions