Skip to content

TStyledTaskDialog

Carlo Barazzetta edited this page Jul 10, 2023 · 4 revisions

TStyledTaskDialog is a special "TaskDialog" component with custom Button Captions and Icons. Using a special Form you can show a full customizable Dialog. Using Skia4Delphi you can also use animated images into dialog!

Description of StyledTaskDialog

TStyledTaskDialog is designed to expand message/task dialog functionalities, fully customizable and also animation.

You can test Styled Dialogs with different "StyledButton set" (Classic, Angular, Bootstrap).

Also, you can use a custom form (inherited from "TStyledTaskDialogForm") to show your complete custom Dialog.

Demos\StyledTaskDlgDemo and Demos\AnimatedTaskDialogDemo

A simple demo to show how to use StyledTaskDialog with custom icons using ImageList.

The main form is useful to test every format / buttons and type of dialogs.

Confirmation Dialog with custom font and English buttons

ConfirmationDialog.jpg

Warning Dialog with italians Buttons

A simple way to activate button captions is to change StyledComponents.inc file and activate {$Define ItaMessages}

StyledButtonDemo.jpg

Error Dialog

StyledButtonDemo.jpg

Custom Dialog

StyledButtonDemo.jpg

Shield Dialog with footer

ShieldButtonDemo.jpg

Description of AnimatedStyledTaskDialog

If you have Skia4Delphi, you can also try the AnimatedTaskDialogDemo, with nice animations:

AnimatedStyledDialog.gif