I am developing a Windows application on Delphi 2007, and I am using the "Ttaskdialog" component in it. Using Windows XP is working fine, but on Windows 7 I get the following message:
TtaskDialog requires themes to be enabled
Any clues on how to fix this?
To use TTaskDialog, you need to include themes in the project settings.
From the menu, go to Project β Settings ... then Application and select the Enable runtime tags check box .
Source: https://habr.com/ru/post/1738323/More articles:Nil pointer returned for [exifData tagValue:] - objective-cAccess cache ruby ββcounter - ruby-on-railsIs the available VideoPlayer / AudioPlayer / MediaPlayer GUI / UI available? - androidcompact XSLT code to drop N number of tags if all are zero - xmlAccess MS Analysis Services Cube through Excel on Mac? - excelHow to pass data from view to UserControl in ASP.NET MVC? - c #Syntax error outside program - ocamlHow to read international characters from the console - javaHow to exclude an enumeration value in an XML file using XSD? - xmlIs it possible to associate string values ββin xml with bool? - c #All Articles