|
|
|
#1
|
|||
|
|||
|
How can I change the text settings in the descendant components?
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
That's it, now I've figured it out. It was necessary to specify the necessary component in the first parameter of the procedure
![]() Quote:
|
|
#3
|
||||
|
||||
|
reserved
Last edited by audiofeel; 23-01-2026 at 23:17. Reason: fixed minor bugs |
| The Following 5 Users Say Thank You to audiofeel For This Useful Post: | ||
Behnam2018 (05-12-2023), BLACKFIRE69 (17-12-2023), hitman797 (05-12-2023), joker85 (19-06-2025), sanekbest1 (06-03-2025) | ||
|
#4
|
||||
|
||||
|
reserved
Last edited by audiofeel; 23-01-2026 at 23:14. Reason: fixed minor bugs |
| The Following 4 Users Say Thank You to audiofeel For This Useful Post: | ||
|
#5
|
||||
|
||||
|
reserved
Last edited by audiofeel; 23-01-2026 at 23:25. Reason: fixed minor bugs |
| The Following 4 Users Say Thank You to audiofeel For This Useful Post: | ||
|
#6
|
|||
|
|||
|
Will the ability to customize the trackbar be added: specify the width, length and thickness of the switch, as well as set the color and transparency?
|
|
#7
|
|||
|
|||
|
I know, so I wanted to ask if there might be some kind of analogue.
|
|
#8
|
||||
|
||||
|
FTrackBarCustom:
1. FTrackBar - this depends on the Style file, so you need the ability to create or modify a new Style file. 2. FPictureTrackBar - a botva2-like trackbar requires skill in Photoshop. 3. for users like me who aren't design experts, we need an easy but fully customizable trackbar for general use. so, FTrackBarCustom may be suitable for that purpose. 4. i'm quite busy right now, so the given example is a bit ugly (no color matching). i'm sure you can design a better one on your own. Code:
function FCreate(FHandle, FFormHandle: TFmxObject; const FLeft, FTop, FWidth, FHeight, FBtnTop, FBtnWidth, FBtnHeight: Single; IsRoundSlide: Boolean): TFmxObject;
procedure Left(FLeft: Single);
procedure Top(FTop: Single);
procedure Width(FWidth: Single);
procedure Height(FHeight: Single);
procedure Visible(FVisible: Boolean);
procedure Enabled(FEnabled: Boolean);
procedure FillColor(AlColor: Integer);
procedure FillPicture(const Image: WideString; WrapMode: TWrapMode);
procedure FillGradient(FColor1, FColor2: Integer; FStyle: TGradientStyle);
procedure FillGradientLinearAngle(FAngle: Single);
procedure FillGradientRadialAngle(FAngle: Single);
procedure CusGradientPosition(X1, Y1, X2, Y2: Single);
procedure StrokeColor(AlColor: Integer);
procedure StrokeSetting(FThickness: Single; CapStyle: TStrokeCap; Dash: TStrokeDash; Join: TStrokeJoin);
procedure StrokePicture(const Image: WideString; WrapMode: TWrapMode);
procedure StrokeGradient(FColor1, FColor2: Integer; FStyle: TGradientStyle);
procedure StrokeGradientLinearAngle(FAngle: Single);
procedure StrokeGradientRadialAngle(FAngle: Single);
procedure FillColorSlide(AlColor: Integer);
procedure FillPictureSlide(const Image: WideString; WrapMode: TWrapMode);
procedure FillGradientSlide(FColor1, FColor2: Integer; FStyle: TGradientStyle);
procedure FillGradientLinearAngleSlide(FAngle: Single);
procedure FillGradientRadialAngleSlide(FAngle: Single);
procedure CusGradientPositionSlide(X1, Y1, X2, Y2: Single);
procedure StrokeColorSlide(AlColor: Integer);
procedure StrokeSettingSlide(FThickness: Single; CapStyle: TStrokeCap; Dash: TStrokeDash; Join: TStrokeJoin);
procedure StrokePictureSlide(const Image: WideString; WrapMode: TWrapMode);
procedure StrokeGradientSlide(FColor1, FColor2: Integer; FStyle: TGradientStyle);
procedure StrokeGradientLinearAngleSlide(FAngle: Single);
procedure StrokeGradientRadialAngleSlide(FAngle: Single);
procedure Opacity(FOpacity: Single);
procedure OpacitySlide(FOpacity: Single);
procedure OpacityTotal(FOpacity: Single);
procedure RotationAngleSlide(FRotationAngle: Single);
procedure RotationCenterSlide(X, Y: Single);
procedure CornerStyle(XRadi, YRadi: Single; FCorners: TCorners; CornerType: TCornerType);
procedure Sides(Sides: TSides);
procedure Scale(X, Y: Single);
procedure CornerStyleSlide(XRadi, YRadi: Single; FCorners: TCorners; CornerType: TCornerType);
procedure SidesSlide(Sides: TSides);
procedure ScaleSlide(X, Y: Single);
procedure SetValue(const FValue: Single);
procedure SetMin(const FValue: Single);
procedure SetMax(const FValue: Single);
procedure OnChange(Event: TNotifyEvent);
procedure AddProgress(AlColor: Integer);
procedure AddProgressPicture(const Image: WideString; WrapMode: TWrapMode);
procedure AddProgressGradient(FColor1, FColor2: Integer; FStyle: TGradientStyle);
procedure ProgressVisible(FVisible: Boolean);
procedure ProgressOpacity(FOpacity: single);
procedure SetTag(Tag: Integer);
procedure BringToFront;
procedure BringToFrontSlide;
procedure SendToBack;
function GetTag: Integer;
function GetValue: Single;
function GetMax: Single;
function GetMin: Single;
function GetLeft: Single;
function GetTop: Single;
function GetWidth: Single;
function GetHeight: Single;
function GetObjectSlide: LongInt;
function GetObjectBkg: LongInt;
function GetObject: LongInt;
function HandleSlide: TFmxObject;
function HandleBkg: TFmxObject;
function Handle: TFmxObject;
Last edited by BLACKFIRE69; 14-07-2024 at 02:14. |
|
#9
|
|||
|
|||
|
#10
|
|||
|
|||
|
Hello friends, does anyone have a solution to extract these types of files in the installation
|
|
#11
|
|||
|
|||
|
Quote:
|
| The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post: | ||
BLACKFIRE69 (29-12-2023), hitman797 (30-12-2023) | ||
|
#12
|
|||
|
|||
|
Is there any way to include DSG compatibility in LizzardInstaller?
The changelog states that Cesar includes this module, but I can't find the scripts to use as a base |
| The Following User Says Thank You to statics For This Useful Post: | ||
audiofeel (12-01-2024) | ||
|
#13
|
||||
|
||||
![]() FMXInno Final Release: [2023-Dec-29] - Update 02 Quote:
New update uploaded to first post, check it out. What's new: Code:
1. Added: - function wSystemReboot(EWX_Flags: UINT): Boolean; - function WinElevenTime(const IsClock24: Boolean): WideString; - function WinElevenDate: WideString; - procedure WinElevenChangeTimeAbbrev(const sAM, sPM: WideString); - procedure WinElevenChangeTimeFormat(const sTimeFormat: WideString); - procedure WinElevenChangeDayStr(const DayIdx: Integer; DayStr: WideString); - procedure WinElevenChangeMonthStr(const MonthIdx: Integer; MonthStr: WideString); - procedure WinElevenChangeDateFormat(const sDateFormat: WideString); - New FTrackBarCustom class. 2. Updated: - function wGetShortCut(Key: Word; Shift: TShiftState): TShortCut; - FCmdOut class. - FVirtualAction class. - FInstNewProc class. - DrawFrame for FForm, FCustomFluentWindow, FFluentDirBrowse and FFluentStartBrowse classes. 3. Fixed: - function InstallFMXFont(FontFileName: WideString): Boolean; - function DeleteFMXFont(FontFileName: WideString): Boolean; - procedure InvalidateFMXFont; - IsChecked for FToggleCheckBox. 4. FFluentDirBrowse, FFluentStartBrowse are now more customizable. - Added DisableDefaultAppName. - Button settings - and more. 5. Some improvements and minor bug fixes. Last edited by BLACKFIRE69; 14-07-2024 at 02:14. |
|
#14
|
|||
|
|||
|
When changing the visible property of the FTrackBarCustom component to false for the first time, part of the Progress element does not disappear. It disappears when switching again. even if you register these properties together, the problem is similar:
Quote:
|
| The Following 2 Users Say Thank You to Tihiy_Don For This Useful Post: | ||
Behnam2018 (29-12-2023), Jahan1373 (01-01-2024) | ||
|
#15
|
|||
|
|||
|
://www.mediafire.com/file/gh4um1dsm92xbeg/Help.zip/file
Hello Can someone help me, I have a problem with this installation CPU will be 100% after installation Second, after the installation is finished, the installation icons are opened, the problem is that they are white on the desktop, the game icon is not visible. Friends, how to solve this problem? |
| The Following User Says Thank You to Jahan1373 For This Useful Post: | ||
Behnam2018 (03-01-2024) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
| Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |