|
|
|
#1
|
||||
|
||||
|
Developer suggestions:
Hi BLACKFIRE69, thank you for making example for 3D animation. I really appreciate the work you bring to this forum thank you. Feature of the FMXInno plugin:
Last edited by hitman797; 23-09-2023 at 11:22. |
| The Following 3 Users Say Thank You to hitman797 For This Useful Post: | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Form:
Code:
FMXForm[1].FormShow(@FormShow); FMXForm[1].FormCreate(@FormCreate); FMXForm[1].FormKeyDown(@FormKeyDown); Code:
FMXGridLayout[1].FCreate(FMXTabItem[3].Handle); FMXGridLayout[1].Align(Client); FMXGridLayout[1].ItemHeight(168); FMXGridLayout[1].ItemWidth(224); FMXGridLayout[1].Orientation(Horizontal); FMXGridLayout[1].Margins(91, 72, 91, 72); FMXGridLayout[1].Height(336); FMXGridLayout[1].Width(672); Code:
FMXComboColorBox[1].FCreate(FMXLayout[3].Handle); FMXComboColorBox[1].Align(Client); FMXComboColorBox[1].CanFocus(False); FMXComboColorBox[1].FillColor(ALWhite); FMXComboColorBox[1].Margins(0, 8, 0, 8); FMXComboColorBox[1].Height(24); FMXComboColorBox[1].Width(48); FMXComboColorBox[1].OnChange(@OnChange); Code:
FMXLayer3D[1].StyleLookup('backgroundstyle');
Code:
FMXLayout[1].Position(X, Y); Code:
FMXRectangle[1].Position(X, Y); Code:
FMXLabel[1].Position(X, Y); Last edited by hitman797; 23-09-2023 at 11:21. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
Masquerade (22-09-2023) | ||
|
#3
|
||||
|
||||
|
Following classes have been added.
Code:
* Standard: - TListBox * Layout: - TGridLayout - TFlowLayout - TScaledLayout * Colors: - TComboColorBox . Last edited by BLACKFIRE69; 14-07-2024 at 02:09. |
|
#4
|
||||
|
||||
|
Quote:
Thanks for the update, great job, we can complete the installer. Some suggestions: Form: Code:
FMXForm[1].FormShow(@FormShow); FMXForm[1].FormCreate(@FormCreate); FMXForm[1].FormKeyDown(@FormKeyDown); Code:
FMXComboColorBox[1].CanFocus(False); FMXComboColorBox[1].GetObject; Code:
FMXLayer3D[1].StyleLookup('backgroundstyle');
Code:
FMXLayout[1].Position(X, Y); Code:
FMXRectangle[1].Position(X, Y); Code:
FMXLabel[1].Position(X, Y); Last edited by hitman797; 23-09-2023 at 11:21. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (22-09-2023) | ||
|
#5
|
||||
|
||||
|
FMXInno Updates - [2023-Sep-23]
Code:
* Added a quality update to the first post. Please check it out. Quote:
done. |
|
#7
|
||||
|
||||
|
four pages done thank you @audiofeel for the advice.
Last edited by hitman797; 24-09-2023 at 12:18. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (24-09-2023) | ||
|
#9
|
||||
|
||||
|
Thank you @audiofeel, the animation and color has been added.
Last edited by hitman797; 24-09-2023 at 17:33. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (24-09-2023) | ||
|
#10
|
||||
|
||||
|
add Finished Page.
Code:
//FMXTabItem[10].IsSelected(True);
//FMXLabel[12].Text('Start installation');
//FMXLabel[13].Text(#$E184);
FMXTabItem[11].IsSelected(True);
FMXLabel[12].Text('Finished');
FMXLabel[13].Text(#$E10A);
Code:
FMXRectangle[90].CornerStyle(10, 10, [tcTopLeft, tcTopRight, tcBottomLeft, tcBottomRight], ctRound); Last edited by hitman797; 25-09-2023 at 16:24. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (25-09-2023) | ||
|
#12
|
||||
|
||||
|
Developer suggestions:
Hi @BLACKFIRE69, can you add this class to FMXInno. thank you. Feature of the FMXInno plugin:
Last edited by hitman797; 26-09-2023 at 08:39. |
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (26-09-2023) | ||
|
#13
|
||||
|
||||
|
Quote:
Code:
{ Ini }
function ReadIniStr(const Section, Key, Default, FileName: WideString): WideString;
external 'ReadIniStr@files:FMXInno.dll stdcall delayload';
function WriteIniStr(const Section, Key, Value, FileName: WideString): Boolean;
external 'WriteIniStr@files:FMXInno.dll stdcall delayload';
{ ReadReg }
function pReadRegStr(const RootKey: Integer; const Key, Name: WideString; CreateNew: Boolean): WideString;
external 'pReadRegStr@files:FMXInno.dll stdcall delayload';
function pReadRegInt(const RootKey: Integer; const Key, Name: WideString; CreateNew: Boolean): Integer;
external 'pReadRegInt@files:FMXInno.dll stdcall delayload';
function pReadRegBool(const RootKey: Integer; const Key, Name: WideString; CreateNew: Boolean): Boolean;
external 'pReadRegBool@files:FMXInno.dll stdcall delayload';
function pReadRegDouble(const RootKey: Integer; const Key, Name: WideString; CreateNew: Boolean): Double;
external 'pReadRegDouble@files:FMXInno.dll stdcall delayload';
|
|
#14
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (26-09-2023) | ||
|
#15
|
||||
|
||||
|
done with Timer.
press Ctrl + D to show color combo box. Code:
FMXBass: array [1..2] of IXBass; FMXCPU: array [1..2] of FCpuUsage; FMXRAM: array [1..2] of FRamUsage; FMXDISK: array [1..2] of FDiskUsage; FMXGPU: array [1..2] of FGPUInfo; FMXINFO: array [1..2] of FOSInfo; Last edited by hitman797; 26-09-2023 at 21:52. |
| The Following 3 Users Say Thank You to hitman797 For This Useful Post: | ||
![]() |
|
|
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 |