You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- TStyledTaskDialog enhanced and fixed:
- > "Flags" property default same as TTaskDialog
- > moved Position and MainIconSize from public to published
- > moved Handle property from published to public
- > fixed "Custom position" of TaskDialog using "Position" property
- > Inside OnDialogCreated is possible to set Position
- DialogForm enhanced and fixed:
- > Fixed MinHeight
- > Fixed position of Dialog based on tfPositionRelativeToWindow flag
<h2>Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!</h2>
34
-
<h3>Actual official version: 3.8.2</h3>
34
+
<h3>Actual official version: 3.8.3</h3>
35
35
<hr/>
36
36
<h2>New Setup for Installation of Components</h2>
37
37
<p>From 3.8.1 version a new “Installer” read-to-use is located in the Release area: <ahref="https://github.com/EtheaDev/StyledComponents/releases/latest/download/StyledComponents_Setup.exe">Download the Installer</a>.</p>
@@ -344,6 +344,32 @@ <h3>Available from Delphi XE6 to Delphi 13 (32bit and 64bit platforms)</h3>
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
4
4
5
-
### Actual official version: 3.8.2
5
+
### Actual official version: 3.8.3
6
6
7
7
---
8
8
## New Setup for Installation of Components
@@ -396,6 +396,17 @@ If you are have Skia4Delphi installed, you can also try the AnimatedTaskDialogDe
396
396
Related links: [embarcadero.com](https://www.embarcadero.com) - [learndelphi.org](https://learndelphi.org)
397
397
398
398
### RELEASE NOTES
399
+
23 Aug 2025 - version 3.8.3
400
+
- TStyledTaskDialog enhanced and fixed:
401
+
-> "Flags" property default same as TTaskDialog
402
+
-> moved Position and MainIconSize from public to published
403
+
-> moved Handle property from published to public
404
+
-> fixed "Custom position" of TaskDialog using "Position" property
405
+
-> Inside OnDialogCreated is possible to set Position
406
+
- DialogForm enhanced and fixed:
407
+
-> Fixed MinHeight
408
+
-> Fixed position of Dialog based on tfPositionRelativeToWindow flag
0 commit comments