|
|
|
#1
|
|||
|
|||
|
No issues. Completely understandable. I'll just rewrite my code again. Can you please implement 4, 5 and 7 (optional, if possible).
|
| Sponsored Links |
|
#2
|
|||||
|
|||||
|
Quote:
Quote:
2. You can create a 'FFormImgSlide' on an 'FRectangle' because its parent's type requires 'TFMXObject'. Quote:
Code:
function ISArcExGetTotalSizeMBOfAllDisks: Integer; --> Uncompressed (Original) size of all the disks (in MB). function ISArcExGetExtractedSizeMBOfAllDisks: Integer; --> Currently extracted size of all the disks (in MB). Code:
Example:
function ProgressCallback(...): longword;
var
S: WideString;
begin
...
// Extra: Titlebar Caption
S := 'Total Extraction: ' + IntToStr(ISArcExGetExtractedSizeMBOfAllDisks) +
' MB / ' + IntToStr(ISArcExGetTotalSizeMBOfAllDisks) + ' MB';
WizardForm.Caption := S;
Result := ISArcExCancel;
end;
Code:
Stats: data1.bf == 914 MB data2.bf == 764 MB data3.bf == 613 MB Total == 2,291 MB Quote:
Code:
Something := Trim(CpuUsage.Name); Quote:
Code:
{ ACombineText }
ACombineText.FCreate(FMXForm.Handle, 50, 80, 'The Module Name:', 'FMXInno.dll', -3, False);
ACombineText.Text1Setting('Segoe UI SemiBold', 16, ALBlack, False);
ACombineText.Text2Setting('Segoe UI', 16, ALRed, False);
ACombineText.Text1ShadowSetting(ALBlack, 0.2, 0.2);
ACombineText.Text2ShadowSetting(ALRed, 0.1, 0.6);
. Last edited by BLACKFIRE69; 14-07-2024 at 02:20. |
|
#3
|
|||
|
|||
|
Thank you for the enhancements. But there seems to be a bug.
When trying to open this FCustomFluentWindow for the first time, I'm able to see a header on top of it which goes away after dragging. It is only happening for the first time and for this FCustomFluentWindow. For other it is working as expected. Can you let me know what could be the issue here? |
| The Following 2 Users Say Thank You to Fak Eid For This Useful Post: | ||
Behnam2018 (19-05-2024), Jahan1373 (17-05-2024) | ||
|
#4
|
||||
|
||||
|
Quote:
Code:
SetWin11FormCorners(CusForm.ParentHandleHWND, ctw11Sharp); |
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
|
#5
|
|||
|
|||
|
Commented that line of code. Now the form comes in round corners, but it is still happening. Any other fix?
Last edited by Fak Eid; 17-05-2024 at 01:28. |
| The Following User Says Thank You to Fak Eid For This Useful Post: | ||
Behnam2018 (19-05-2024) | ||
|
#6
|
|||
|
|||
|
Quote:
The fact that it is only happening for InstallPage: FCustomFluentWindow only for the first time and not again, and not happening for ExitPage and SettingsPage confuses me. Last edited by Fak Eid; 17-05-2024 at 02:26. |
| The Following User Says Thank You to Fak Eid For This Useful Post: | ||
Behnam2018 (19-05-2024) | ||
|
#7
|
||||
|
||||
|
Quote:
i can't easily explain why this is happening, and i can't recreate the situation to test it. but anyway, FMXInno - [2024-May-17].rar |
| The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
audiofeel (18-05-2024), Behnam2018 (19-05-2024), Fak Eid (18-05-2024), hitman797 (17-05-2024), ScOOt3r (17-05-2024) | ||
|
#8
|
||||
|
||||
|
guys, if you recall, in a previous build of FMXInno, even though 'SetActiveThemeModeAwareness' is enabled, if the installer is minimized, i ignore the installer’s color mode change. this means that for 'SetActiveThemeModeAwareness' to take effect, the installer shouldn't be minimized.
someone asked me if this is an issue with FMXInno. No, FMXInno is just fine, but there's an issue that comes from Windows itself. i'm not a Windows developer, so i can't fix it. therefore, FMXInno ignores 'SetActiveThemeModeAwareness' if the installer is minimized. check the screenshot below: . Last edited by BLACKFIRE69; 14-07-2024 at 02:20. |
![]() |
| Thread Tools | Search this Thread |
| 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 |