|
#10
|
|||
|
|||
|
Hi @Blackfire69,
Can you please help me with following additions/workaround to FMX Libraries as I require them on a Project I'm working in: 1. Can we fetch the drive's name (Picture 1)? 2. Functionality to have sharp corners on FCustomFluentWindow? Edit: Audiofeel helped with this. Thank you Code:
InstallPage.FCreateBlankForm(FMXForm.HandleHWND, HTMLColorStrToFMXColor('#25282f'), '');
InstallPage.Show;
SetWin11FormCorners(InstallPage.ParentHandleHWND, ctw11Sharp);
4. A variable on ProgressCallback to fetch the total disk size extracted in case of multiple disks. I tried doing (Installation % * Size) div 100 but it is just workaround. (Picture 2 & 3 for reference) 5. In some cases, the CpuUsage.Name gives value seperated by Tabs. Any way to remove that? Like: Processor: { Tab Space } AMD Ryzen 9 6. How to right align a FLabel/FText? It is not working or an example please. Edit: Audiofeel helped with this. Thank you Code:
ALabel.FCreate(PageContent[3].Handle, '57.2 GB');
ALabel.SetBounds(500, 165, 70, 20);
ALabel.FontSetting('{#FontName}', 11, {#SelectedFontColor});
ALabel.FontStyle([fsBold]);
ALabel.TextSetting(False, txTrailing, txCenter);
With the new FMXInno, so many error messages keep popping up. Can you please have a toggle to turn them off or bypass? Last edited by Fak Eid; 12-05-2024 at 22:52. |
| The Following User Says Thank You to Fak Eid For This Useful Post: | ||
Tihiy_Don (10-05-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 |