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
- Fixed TaskDialog component in Delphi 13.1
- Fixed TStyledButton: now reacts to form.StyleName changes
- Fixed WM_PAINT cascade on style change (ApplyButtonStyle skip-invalidate when called from paint; all attribute groups assigned in one pass).
<h2>Components similar to Delphi VCL Buttons, Panels, 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: 4.1.1</h3>
34
+
<h3>Actual official version: 4.2.0</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>
<p><ins><em>Warning Dialog with italians Captions in AcquaGraphite Style</em></ins></p>
335
-
<p>To activate button captions is to change StyledComponents.inc file and activate{$Define ItaMessages}</p>
335
+
<p>To change language of button captions (for example in italian) you must change StyledComponents.inc file and activate: <code>{$Define ItaMessages}</code></p>
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
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, Panels, 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: 4.1.1
5
+
### Actual official version: 4.2.0
6
6
7
7
---
8
8
## New Setup for Installation of Components
@@ -366,7 +366,7 @@ The main form is useful to test every format / buttons and type of dialogs.
366
366
367
367
++*Warning Dialog with italians Captions in AcquaGraphite Style*++
368
368
369
-
To activate button captions is to change StyledComponents.inc file and activate{$Define ItaMessages}
369
+
To change language of button captions (for example in italian) you must change StyledComponents.inc file and activate: `{$Define ItaMessages}`
0 commit comments