#61
|
||||
|
||||
Quote:
maybe this depends on the windows os + graphics performance of the pc. but i don't know exactly. Quote:
(extra (WPI_CorePack): you can also navigate through pages by clicking page labels.) Last edited by BLACKFIRE69; 15-10-2022 at 16:12. |
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (13-09-2022) |
Sponsored Links |
#62
|
||||
|
||||
FMXInno v1.0.0.2 - Updates
FMXInno - Updates
Code:
- Added ability to change the opacity and brightness of Fluent forms. (MainForm, DirForm, StartForm, CustomForm) - Fixed focus issue in FluentDirBrowse / FluentStartBrowse. - Minor bugs have been fixed. - Some improvements. function FCreateFluent(WParent: HWND; DarkTheme, NoBorder: Boolean; Opacity: Single; BrightnessPct: Byte): HWND; , Last edited by BLACKFIRE69; 14-07-2024 at 01:36. |
#63
|
||||
|
||||
BlackFire69
is there anything you can do with scaling "FSwitch" and "FCheckBox"? https://ibb.co/ryBnyV1 https://ibb.co/5F5SM4J |
#64
|
||||
|
||||
Quote:
maybe try using new values for Top and Width for higher DPI. Code:
var FCurrentDPI: Cardinal; begin FCurrentDPI := GetCurrentDPIValue; if FCurrentDPI < 120 then Switch1.Width(NSX(78)) else Switch1.Width(NSX(58)); DPI PCT 96 - 100% 120 - 125% 144 - 150% 192 - 200% Code:
procedure FMXDesigning; var FOffset: Integer; begin ... #ifdef Component1 FOffset := 0; Component[1].FCreate(Page3.Handle, True, 'Install {#C1[59]}'); Component[1].SetBounds(NSX(20), NSY(185), NSX(250), NSY(25)); Component[1].FontSetting('Segoe UI', VCLFontSizeToFMX2(10), VCLColorToFMXColor($FFFFFF)); #ifdef Component2 FOffset := FOffset + 5; Component[2].FCreate(Page3.Handle, True, 'Install {#C2[59]}'); Component[2].SetBounds(NSX(20), NSY(210 + FOffset), NSX(250), NSY(25)); Component[2].FontSetting('Segoe UI', VCLFontSizeToFMX2(10), VCLColorToFMXColor($FFFFFF)); ... #ifdef Component8 FOffset := 0; Component[8].FCreate(Page3.Handle, True, 'Install {#C8[59]}'); Component[8].SetBounds(NSX(340), NSY(185), NSX(250), NSY(25)); Component[8].FontSetting('Segoe UI', VCLFontSizeToFMX2(10), VCLColorToFMXColor($FFFFFF)); #ifdef Component9 FOffset := FOffset + 5; Component[9].FCreate(Page3.Handle, True, 'Install {#C9[59]}'); Component[9].SetBounds(NSX(340), NSY(210 + FOffset), NSX(250), NSY(25)); Component[9].FontSetting('Segoe UI', VCLFontSizeToFMX2(10), VCLColorToFMXColor($FFFFFF)); ... end; Last edited by BLACKFIRE69; 14-07-2024 at 01:36. |
#65
|
|||
|
|||
Change File Not working script fixed please help me |
#66
|
||||
|
||||
more details plz?
|
#67
|
||||
|
||||
FMXInno v1.0.0.2 - Updates
FMXInno - Updates
Code:
Added: - function EnableWinDarkMode(IsDark: Boolean): Boolean; - function IsWinDarkModeEnabled: Boolean; - function EnableWinTransparency(Enabled: Boolean): Boolean; - function IsWinTransparencyEnabled: Boolean; - function EnableWinAccentColor(Enabled: Boolean): Boolean; - function IsWinAccentColorEnabled: Boolean; - function RestartWinExplorer: Boolean; - function GetWinAccentColorVCL: TColor; - function GetWinAccentColorFMX: TAlphaColor; Improved: - Customizable exit form. , Last edited by BLACKFIRE69; 14-07-2024 at 01:37. |
#68
|
||||
|
||||
FMXInnoSk
New FMXInnoSk FMXInno + Skia >> FMXInnoSk FMXInnoSk is a side projects of FMXInno itself, where the other external API are integrated into FMXInno. Here is the integration of Skia (is a cross-platform 2D graphics API developed by Google) to FMXInno as a starting step. More about Skia: skia.org skia4delphi FMXInnoSk requires the sk4d.dll lib. (sorry for the low resolution GIFs ) , Last edited by BLACKFIRE69; 14-07-2024 at 01:38. |
#69
|
||||
|
||||
language setting
Greetings to Black fire 69. How did you personally want to start the language setting after launching the installer itself? I really wanted to see your example.
Last edited by audiofeel; 27-12-2023 at 10:09. |
#70
|
||||
|
||||
Auto Light Dark Mode :)
if the theme in the system is dark, then the installer will be white and vice versa.
all fonts are taken from the system 'Segoe UI Variable Text' and 'Segoe Fluent Icon'. they are only in W11 Last edited by audiofeel; 06-03-2023 at 07:22. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (23-09-2022) |
#71
|
|||
|
|||
Can I upload your script? Thank you
|
#72
|
||||
|
||||
Live network icon. reacts to the network :)
Black Fire 69 is still the most reliable and the largest in terms of functionality .dll. we are waiting for updates from you and so on...
Last edited by audiofeel; 27-12-2023 at 10:09. |
The Following User Says Thank You to audiofeel For This Useful Post: | ||
BLACKFIRE69 (24-09-2022) |
#73
|
||||
|
||||
@audiofeel
Quote:
Quote:
https://www.fileforums.com/showthread.php?t=99073 |
The Following User Says Thank You to hitman797 For This Useful Post: | ||
audiofeel (24-09-2022) |
#74
|
||||
|
||||
hitman 797. I know that the language call form can no longer be called after initializing the installer. And I didn't think in this direction like Prince Gupta. thanks. but the whole script will have to be redone
|
#75
|
||||
|
||||
Quote:
non-english texts are indicated by texts surrounded by "[r]" for convenience. (because i'm too lazy to translate every text. ) Code:
[InstallerLangs] Lang1=Russian Lang2=English ;Lang3= ;Lang4= ;Lang5= ;Lang6= Code:
Example: // LanguageBox English_LangOkBtn=Ok English_LanguageTitle=Select Setup Language English_LanguageMsg=Select the language to use during the installation: Russian_LangOkBtn=[r]Ok[r] Russian_LanguageTitle=[r]Select Setup Language[r] Russian_LanguageMsg=[r]Select the language to use during the installation:[r] ... download from here : FMXInno_Test.rar , Last edited by BLACKFIRE69; 14-07-2024 at 01:38. |
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
Thread Tools | |
Display Modes | |
|
|
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 |